mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 00:57:44 +01:00
Updates for configuration ldap scope.
This commit is contained in:
parent
2e20a65121
commit
44ea387f02
@ -300,6 +300,7 @@
|
||||
var keyset = [
|
||||
{'name': 'ldapURL' , 'attr': 'ldap_url'},
|
||||
{'name': 'ldapSearchDN', 'attr': 'ldap_search_dn'},
|
||||
{'name': 'ldapScope' , 'attr': 'ldap_scope'},
|
||||
{'name': 'ldapSearchPassword' , 'attr': 'ldap_search_password'},
|
||||
{'name': 'ldapConnectionTimeout', 'attr': 'ldap_connection_timeout'}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user