You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-2.1-server/ldif/ldap_base.ldif

36 lines
724 B

# Directory Server
dn: #-soft_ldap_base-#
objectClass: dcObject
objectClass: organization
dc: #-soft_ldap_root-#
o: #-setup_sys_fullname-#
# Users
dn: ou=Users,#-soft_ldap_base-#
objectClass: top
objectClass: organizationalUnit
ou: Users
# Groups
dn: ou=Groups,#-soft_ldap_base-#
objectClass: top
objectClass: organizationalUnit
ou: Groups
dn: #-soft_ldap_admin-#
cn: #-soft_ldap_adminname-#
sn: #-soft_ldap_adminname-#
objectClass: person
objectClass: top
description: LDAP Administrator stuff
userPassword: #-soft_ldap_adminpw_hash-#
dn: #-soft_ldap_bind-#
cn: #-soft_ldap_bindname-#
sn: #-soft_ldap_bindname-#
objectClass: person
objectClass: top
description: LDAP Proxy User
userPassword: #-soft_ldap_bindpw_hash-#