diff options
Diffstat (limited to 'internal/configuration/schema/const.go')
| -rw-r--r-- | internal/configuration/schema/const.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/configuration/schema/const.go b/internal/configuration/schema/const.go index 1578327cc..726f23e01 100644 --- a/internal/configuration/schema/const.go +++ b/internal/configuration/schema/const.go @@ -70,6 +70,9 @@ const ( // LDAPImplementationLLDAP is the string for the lldap LDAP implementation. LDAPImplementationLLDAP = "lldap" + + // LDAPImplementationGLAuth is the string for the GLAuth LDAP implementation. + LDAPImplementationGLAuth = "glauth" ) // TOTP Algorithm. @@ -110,5 +113,6 @@ const ( ldapAttrMail = "mail" ldapAttrUserID = "uid" ldapAttrDisplayName = "displayName" + ldapAttrDescription = "description" ldapAttrCommonName = "cn" ) |
