1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 02:04:27 +00:00
Adam Strzelecki 573305f3d3 LDAP: Optional user name attribute specification
Consider following LDAP search query example:

    (&(objectClass=Person)(|(uid=%s)(mail=%s)))

Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.

Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name.
2015-12-02 00:20:14 +01:00
..
2015-11-16 11:11:59 -05:00
2015-11-24 19:29:35 -05:00
2015-11-30 20:45:55 -05:00
2015-11-08 14:31:49 -05:00
2015-11-24 16:30:47 -05:00
2015-10-15 21:28:12 -04:00
2015-11-26 17:33:45 -05:00
2015-11-21 17:21:22 -05:00
2015-11-24 18:49:34 -05:00
2014-06-29 16:39:06 -04:00