Line 68:
Line 68:
Execute file using the LDAP admin user:
Execute file using the LDAP admin user:
<source lang="bash">
<source lang="bash">
+
unix2dos init.ldif
+
ldapadd -f init.ldif -D "cn=Manager,dc=mydomain,dc=com" -w secret
ldapadd -f init.ldif -D "cn=Manager,dc=mydomain,dc=com" -w secret
or
or