Add input field to configure user directory secret

This commit is contained in:
Johannes Zellner
2022-01-07 17:13:25 +01:00
parent 8bb4e947a0
commit 6b009016b8
3 changed files with 17 additions and 1 deletions
+4
View File
@@ -343,6 +343,10 @@
"description": "The directory server can be limited to specific IPs or ranges.",
"placeholder": "Line separated IP address or Subnet",
"label": "Restrict Access"
},
"secret": {
"label": "Secret",
"description": "All LDAP queries have to be authenticated with this secret and the user DN <i>{{ userDN }}</i>"
}
}
},