Use LDIF, not "alternative" format

This commit is contained in:
Kurt Zeilenga 2000-09-14 16:52:12 +00:00
parent b75d318ebf
commit c5f8642816

View File

@ -91,18 +91,18 @@ using the {{I:ldapadd}} tool, you could create an {{TERM:LDIF}} file
called {{EX:entries.ldif}} with the contents:
> # Organization for Example Corporation
> dc=example, dc=com
> objectClass=dcObject
> objectClass=organization
> dc=example
> o=Example Corporation
> description=The Example Corporation
> dn: dc=example, dc=com
> objectClass: dcObject
> objectClass: organization
> dc: example
> o: Example Corporation
> description: The Example Corporation
>
> # Organizational Role for Directory Manager
> cn=Manager, dc=example, dc=com
> objectClass=organizationalRole
> cn=Manager
> description=Directory Manager
> dn: cn=Manager, dc=example, dc=com
> objectClass: organizationalRole
> cn: Manager
> description: Directory Manager
and then use a command like this to actually create the entry: