Changeset - 5524a4ad9904
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-03-08 11:22:44
branko@majic.rs
MAR-1: Set the truststore for LDAP client. Create one more LDAP entry for people. Add sn, user password, and mail to existing LDAP people entries.
1 file changed with 14 insertions and 1 deletions:
0 comments (0 inline, 0 general)
testsite/group_vars/ldap.yml
Show inline comments
 
@@ -10,6 +10,9 @@ ldap_client_config:
 
  - comment: Set the default bind DN
 
    option: BINDDN
 
    value: cn=admin,dc=example,dc=com
 
  - comment: Set the LDAP TLS truststore
 
    option: TLS_CACERT
 
    value: /etc/ssl/certs/truststore.pem
 

	
 
ldap_server_config:
 
  domain: "example.com"
 
@@ -54,4 +57,14 @@ ldap_entries:
 
      - inetOrgPerson
 
    uid: johndoe
 
    cn: John Doe
 
    sn: Doe
 
\ No newline at end of file
 
    sn: Doe
 
    userPassword: johndoe
 
    mail: john.doe@example.com
 
  - dn: uid=janedoe,ou=people,dc=example,dc=com
 
    objectClass:
 
      - inetOrgPerson
 
    uid: janedoe
 
    cn: Jane Doe
 
    sn: Doe
 
    userPassword: janedoe
 
    mail: jane.doe@example.com
0 comments (0 inline, 0 general)