Skip to content

Commit 60b7b07

Browse files
committed
Seem to have missed this file.
1 parent 39e2dda commit 60b7b07

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

examples/config files - basic/3 connector-ldap.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ password: "LDAP password goes here"
2222
host: "LDAP host URL goes here. e.g. ldap://ldap.example.com"
2323
base_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

0 commit comments

Comments
 (0)