| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 1 | -486/+0 |
* | Encrypt LDAP bind password in db with SECRET_KEY (#15547) | zeripath | 2021-05-20 | 1 | -0/+1 |
* | [Vendor] Update go-ldap to v3.2.4 (#13163) | 6543 | 2020-10-15 | 1 | -1/+1 |
* | Add check for LDAP group membership (#10869) | John Olheiser | 2020-09-10 | 1 | -2/+78 |
* | Add restricted user filter to LDAP authentication (#10600) | Lauris BH | 2020-03-05 | 1 | -14/+50 |
* | Add option to prevent LDAP from deactivating everything on empty search (#9879) | zeripath | 2020-01-20 | 1 | -0/+1 |
* | Abort syncrhonization from LDAP source if there is some error. (#7960) | David Svantesson | 2019-08-24 | 1 | -5/+5 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -7/+7 |
* | Move to ldap.v3 to fix #5928 (#6105) | zeripath | 2019-02-18 | 1 | -2/+2 |
* | Request for public keys only if LDAP attribute is set (#5816) | Lauris BH | 2019-01-24 | 1 | -11/+29 |
* | ldap: Adjust log settings when a user is not found. (#5771) | Harshit Bansal | 2019-01-19 | 1 | -3/+3 |
* | Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key... | zeripath | 2018-12-27 | 1 | -7/+9 |
* | LDAP via simple auth separate bind user and search base (#5055) | Tony Homrich | 2018-12-27 | 1 | -11/+29 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 1 | -30/+33 |
* | Add option to use paged LDAP search when synchronizing users (#3895) | Lauris BH | 2018-05-05 | 1 | -1/+12 |
* | Correct ldap username validation. (#2880) | Jochen Rill | 2017-11-13 | 1 | -1/+1 |
* | LDAP user synchronization (#1478) | Lauris BH | 2017-05-10 | 1 | -28/+97 |
* | Correction LDAP validation (#342) | Denis Denisov | 2016-12-12 | 1 | -0/+5 |
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -2/+3 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -1/+1 |
* | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 1 | -4/+4 |
* | Security protocols | Sandro Santilli | 2016-11-07 | 1 | -5/+5 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -1/+1 |
* | #2709 validate username attribute fetched from LDAP | Unknwon | 2016-07-12 | 1 | -7/+7 |
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 | 1 | -25/+48 |
* | Add ServerName to tls.Config in LDAP auth (#3104) | Paul Tötterman | 2016-06-01 | 1 | -0/+1 |
* | LDAP: Make a bit more detailed log traces | Adam Strzelecki | 2016-02-20 | 1 | -1/+3 |
* | LDAP: Fetch attributes in Bind DN context option | Adam Strzelecki | 2016-02-20 | 1 | -6/+26 |
* | LDAP: Use single connection in BindDN mode auth | Adam Strzelecki | 2016-02-20 | 1 | -19/+11 |
* | Fix #2221 LDAP username attribute must be fetched | Adam Strzelecki | 2016-02-07 | 1 | -1/+1 |
* | Fix misspelled words | Alex Myasoedov | 2015-12-06 | 1 | -1/+1 |
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 1 | -24/+26 |
* | Use better LDAP lib and should fix #1139 | Unknwon | 2015-11-26 | 1 | -1/+2 |
* | #1896 fatal when no needed update task | Unknwon | 2015-11-04 | 1 | -1/+1 |
* | Sanitizing input to LDAP authentication module. | Sergio Benitez | 2015-10-26 | 1 | -3/+39 |
* | revert simple LDAP userDN and update example | Unknwon | 2015-09-16 | 1 | -2/+2 |
* | #1637 able to skip verify for LDAP | Unknwon | 2015-09-14 | 1 | -6/+10 |
* | fix simple LDAP userDN | Unknwon | 2015-09-14 | 1 | -3/+2 |
* | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 1 | -5/+20 |
* | #1554 check adminFilter length before LDAP search | Unknwon | 2015-09-01 | 1 | -12/+14 |
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 1 | -7/+24 |
* | work on #986 and fix a LDAP crash | Unknwon | 2015-08-18 | 1 | -4/+4 |
* | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-08-16 | 1 | -56/+85 |
|\ |
|
| * | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 | 1 | -43/+75 |
|/ |
|
* | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -21/+27 |
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -2/+2 |
* | Remove ldap dep | Unknwon | 2014-09-07 | 1 | -6/+6 |
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -1/+1 |
* | implicated error for ldap dial | Lunny Xiao | 2014-05-16 | 1 | -2/+1 |
* | Add LDAP over SSL support | Sebastian Jackel | 2014-05-15 | 1 | -3/+13 |