mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
Use LDIF, not "alternative" format
This commit is contained in:
parent
b75d318ebf
commit
c5f8642816
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user