Set LDAP uid variable

This commit is contained in:
2025-02-26 10:42:25 +01:00
parent 545af78e60
commit 22ce80cd23
7 changed files with 37 additions and 26 deletions

View File

@@ -1923,7 +1923,7 @@
"subComponents": {},
"config": {
"ldap.attribute": [
"uid"
"{{ldap.attributes.user_id}}"
],
"is.mandatory.in.ldap": [
"true"
@@ -2008,7 +2008,7 @@
"-1"
],
"usernameLDAPAttribute": [
"uid"
"{{ldap.attributes.user_id}}"
],
"bindDn": [
"{{ldap.dn.administrator}}"
@@ -2020,7 +2020,7 @@
"other"
],
"uuidLDAPAttribute": [
"uid"
"{{ldap.attributes.user_id}}"
],
"allowKerberosAuthentication": [
"false"
@@ -2053,7 +2053,7 @@
"person, inetOrgPerson, nextcloudUser"
],
"rdnLDAPAttribute": [
"uid"
"{{ldap.attributes.user_id}}"
],
"editMode": [
"WRITABLE"