forked from forgejo/forgejo
Added LDAP simple auth support.
This commit is contained in:
parent
36a69e8aa5
commit
2d1db4bf05
9 changed files with 350 additions and 322 deletions
|
@ -19,6 +19,7 @@ type AuthenticationForm struct {
|
|||
BindDN string `form:"bind_dn"`
|
||||
BindPassword string
|
||||
UserBase string
|
||||
UserDN string `form:"user_dn"`
|
||||
AttributeName string
|
||||
AttributeSurname string
|
||||
AttributeMail string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue