aboutsummaryrefslogtreecommitdiff
path: root/pkg/auth/ldap
Commit message (Collapse)AuthorAge
* ldap: return valid LDAP string if user input lacks "%s" (#5171)Josef Kemetmüller2018-04-16
| | | | | If the user provides a string that does not contain "%s", fmt.Sprintf silently appends "%!(EXTRA type=value)" instead of failing loudly. This fixes #4375.
* auth: support authentication source config file (#3142)Unknwon2018-04-12
|
* auth/ldap: allow placeholder %s for BindDN (#2526)Unknwon2017-11-16
|
* ldap: minor fix for PR #4398Unknwon2017-05-29
|
* ldap: add check for group membership (#4398)aboron2017-05-29
| | | | | | | | | * Add standard LDAP group membership checking. * Fix formatting, typo, grammer, and syntax errors * Debugging done. Gave up on locale file edits.
* Refactoring: rename modules -> pkgUnknwon2017-04-04
Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory