File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
examples/config files - basic Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,16 @@ password: "LDAP password goes here"
2222host : " LDAP host URL goes here. e.g. ldap://ldap.example.com"
2323base_dn : " defines the base DN. e.g. DC=example,DC=com"
2424
25- # (optional)
26- credential_manager :
27- # This will pull credential from Windows Credential Manager in Control Panel.
28- # value: windows_credential_manager
29- type : windows_credential_manager
30- # service_name is Required for Windows Credential Manger
31- service_name : " Internet or Network Address field in Credential Manager"
25+ # (optional) You can store credentials in the operating system credential store
26+ # (Windows Credential Manager, Mac Keychain, Linux Freedesktop Secret Service
27+ # or KWallet - these will be built into the Linux distribution).
28+ # To use this feature, uncomment the following entry and remove the
29+ # password entry above.
30+ # The actual credential value are placed in the credential store with the
31+ # username as the username field value, and the key name (perhaps called internet
32+ # or network address) as the value below.
33+ # secure_password_key: ldap_password
34+
3235
3336# (optional) user_identity_type (default is inherited from main configuration)
3437# user_identity_type specifies a default identity type for when directory users
You can’t perform that action at this time.
0 commit comments