summaryrefslogtreecommitdiff
path: root/internal/configuration/schema/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/configuration/schema/const.go')
-rw-r--r--internal/configuration/schema/const.go4
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"
)