feat:ldap allow-group (#388)

This commit is contained in:
nomoneynolife
2025-09-05 12:53:45 +08:00
committed by GitHub
parent ce0291a8f9
commit 6e3b16d425
3 changed files with 53 additions and 1 deletions

View File

@@ -81,4 +81,4 @@ ldap:
last-name: "sn"
sync: false # If true, the user will be synchronized to the database when the user logs in. If false, the user will be synchronized to the database when the user be created.
admin-group: "cn=admin,dc=example,dc=com" # The group name of the admin group, if the user is in this group, the user will be an admin.
allow-group: "cn=users,dc=example,dc=com" # The group name of the users group, if the user is in this group, the user will be an login.