aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source/ldap/source_search.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor some LDAP code (#32849)wxiaoguang2024-12-151-12/+21
* Update go dependencies (#32389)wxiaoguang2024-10-311-2/+2
* Don't apply the group filter when listing LDAP group membership if it is empt...zeripath2023-03-291-1/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-91/+45
* Fix group filter for ldap source sync (#22506)Pavel Ezhov2023-02-021-66/+71
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* EscapeFilter the group dn membership (#20200)zeripath2022-07-051-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-93/+93
* Move user password verification after checking his groups on ldap auth (#19587)Gwilherm Folliot2022-05-031-8/+8
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-25/+116
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-5/+22
* Improve LDAP synchronization efficiency (#16994)zeripath2021-09-151-0/+4
* Report the associated filter if there is an error in LDAP (#17014)zeripath2021-09-111-2/+2
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-12/+15
* Refactor: Move login out of models (#16199)zeripath2021-07-241-0/+443