[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
restore dumps
I made a dump with
slapcat>backup.ldif
But when I try to restore it to a clean ldap server with identical
configuration I get:
ldapadd -x -D "cn=Manager,dc=mpsnet,dc=net,dc=mx" -W -f backup.ldif
Enter LDAP Password:
adding new entry "dc=mpsnet,dc=net,dc=mx"
ldap_add: Constraint violation (19)
additional info: structuralObjectClass: no user modification allowed
Is this the correct procedure to do it? What would it be or what is wrong?
Omar