summaryrefslogtreecommitdiffstats
path: root/modules/auth/ldap
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Move login out of models (#16199)zeripath2021-07-242-609/+0
* Encrypt LDAP bind password in db with SECRET_KEY (#15547)zeripath2021-05-201-0/+1
* [Vendor] Update go-ldap to v3.2.4 (#13163)65432020-10-151-1/+1
* Add check for LDAP group membership (#10869)John Olheiser2020-09-102-2/+96
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-051-14/+50
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-201-0/+1
* Abort syncrhonization from LDAP source if there is some error. (#7960)David Svantesson2019-08-241-5/+5
* Set user search base field optional in DLDAP edit page (#6779)ngourdon2019-04-281-0/+4
* Better logging (#6038) (#6095)zeripath2019-04-021-7/+7
* Move to ldap.v3 to fix #5928 (#6105)zeripath2019-02-181-2/+2
* Request for public keys only if LDAP attribute is set (#5816)Lauris BH2019-01-241-11/+29
* ldap: Adjust log settings when a user is not found. (#5771)Harshit Bansal2019-01-191-3/+3
* Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key...zeripath2018-12-271-7/+9
* LDAP via simple auth separate bind user and search base (#5055)Tony Homrich2018-12-271-11/+29
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-30/+33
* Add option to use paged LDAP search when synchronizing users (#3895)Lauris BH2018-05-051-1/+12
* Gogs -> Gitea (#2909)Sandro Santilli2017-11-141-1/+1
* Correct ldap username validation. (#2880)Jochen Rill2017-11-131-1/+1
* LDAP user synchronization (#1478)Lauris BH2017-05-101-28/+97
* Correction LDAP validation (#342)Denis Denisov2016-12-121-0/+5
* golint fixed for modules/authLunny Xiao2016-11-271-2/+3
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-1/+1
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-4/+4
* Security protocolsSandro Santilli2016-11-071-5/+5
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
* #2709 validate username attribute fetched from LDAPUnknwon2016-07-121-7/+7
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-081-25/+48
* Add ServerName to tls.Config in LDAP auth (#3104)Paul Tötterman2016-06-011-0/+1
* LDAP: Make a bit more detailed log tracesAdam Strzelecki2016-02-201-1/+3
* LDAP: Fetch attributes in Bind DN context optionAdam Strzelecki2016-02-201-6/+26
* LDAP: Use single connection in BindDN mode authAdam Strzelecki2016-02-201-19/+11
* Fix #2221 LDAP username attribute must be fetchedAdam Strzelecki2016-02-071-1/+1
* Fix misspelled wordsAlex Myasoedov2015-12-061-1/+1
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-021-24/+26
* Use better LDAP lib and should fix #1139Unknwon2015-11-261-1/+2
* #1896 fatal when no needed update taskUnknwon2015-11-041-1/+1
* Sanitizing input to LDAP authentication module.Sergio Benitez2015-10-261-3/+39
* revert simple LDAP userDN and update exampleUnknwon2015-09-161-2/+2
* #1637 able to skip verify for LDAPUnknwon2015-09-141-6/+10
* fix simple LDAP userDNUnknwon2015-09-141-3/+2
* Minor fixes to the LDAP module readmeSergio Benitez2015-09-051-7/+8
* Updated the LDAP auth module README.Sergio Benitez2015-09-041-31/+67
* Added LDAP simple auth support.Sergio Benitez2015-09-041-5/+20
* #1554 check adminFilter length before LDAP searchUnknwon2015-09-011-12/+14
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-7/+24
* work on #986 and fix a LDAP crashUnknwon2015-08-181-4/+4
* Small style fixes to the LDAP module READMESergio Benitez2015-08-161-3/+3
* Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-08-163-114/+135
|\
| * Updated the LDAP module readme.Sergio Benitez2015-08-121-29/+29
| * Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-123-101/+125
|/