aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/ldap/ldap.go
Commit message (Collapse)AuthorAge
* Fix misspelled wordsAlex Myasoedov2015-12-06
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-02
| | | | | | | | | | | | | | | 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.
* Use better LDAP lib and should fix #1139Unknwon2015-11-26
|
* #1896 fatal when no needed update taskUnknwon2015-11-04
|
* Sanitizing input to LDAP authentication module.Sergio Benitez2015-10-26
|
* revert simple LDAP userDN and update exampleUnknwon2015-09-16
|
* #1637 able to skip verify for LDAPUnknwon2015-09-14
|
* fix simple LDAP userDNUnknwon2015-09-14
|
* Added LDAP simple auth support.Sergio Benitez2015-09-04
|
* #1554 check adminFilter length before LDAP searchUnknwon2015-09-01
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-18
| | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation.
* work on #986 and fix a LDAP crashUnknwon2015-08-18
|
* Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-08-16
|\ | | | | | | | | # Conflicts: # modules/bindata/bindata.go
| * Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-12
|/
* Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-08
|
* Fix spelling errors in comments.Joseph Crail2014-12-06
|
* Remove ldap depUnknwon2014-09-07
|
* New UI merge in progressUnknwon2014-07-26
|
* implicated error for ldap dialLunny Xiao2014-05-16
|
* Add LDAP over SSL supportSebastian Jackel2014-05-15
|
* merge all login methodsLunny Xiao2014-05-11
|
* ldap supportLunny Xiao2014-05-03
|
* initial support for LDAP authentication/MSADjuju20132014-04-23