diff --git a/testsite/group_vars/ldap.yml b/testsite/group_vars/ldap.yml index 3fda23cde84db4aa29c9d94f69e5dd04a050cc57..0fa10b321a5e466966d84289f73e7ec8eebcf9ee 100644 --- a/testsite/group_vars/ldap.yml +++ b/testsite/group_vars/ldap.yml @@ -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