Skip to content
Snippets Groups Projects

Add .ldif sample file to create needed LDAP entries.

Merged Birin Sanchez requested to merge birin.sanchez/ldh_developer:10_ldap_config_sample into master
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
+ 13
0
# Replace the 'dc=example,dc=com' lines below by your domain name
# An organizational unit to store groups
dn: ou=groups,dc=example,dc=com
objectclass:organizationalunit
ou: groups
description: just groups
# An organizational unit to store people
dn: ou=people,dc=example,dc=com
objectclass:organizationalunit
ou: people
description: just people
Loading