Техническая Инструкция для Cisco Cisco AnyConnect Secure Mobility Client v2.x

Скачать
Страница из 18
Under the Root directory, you must configure two Organizational Units (OUs). The OU=groups OU should
have one child group (cn=domainusers in this example). The OU=people OU defines the two user accounts
that belong to the cn=domainusers group.
In order to populate the database, you must create the ldif file first. The previously mentioned structure was
created from this file:
dn: ou=groups,dc=maxcrc,dc=com
changetype: add
ou: groups
description: All groups in organisation
objectclass: organizationalunit
dn: ou=people,dc=maxcrc,dc=com
changetype: add
ou: people
description: All people in organisation
objectclass: organizationalunit
dn: uid=john.doe,ou=people,dc=maxcrc,dc=com
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
uid: john.doe
givenName: John
sn: Doe
cn: John Doe
mail: john.doe@example.com
userPassword: password
dn: uid=jan.kowalski,ou=people,dc=maxcrc,dc=com
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
uid: jan.kowalski