mirror of
https://github.com/goharbor/harbor
synced 2025-04-15 13:47:39 +00:00
Merge pull request #1471 from wknet123/dev-revised
Updates for configuration ldap scope.
This commit is contained in:
commit
cf009d2a74
|
@ -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