Added -c to the ldapadd command which will cause it to ignore warnings (as there are many duplicates in the database from a CLA bug)
This commit is contained in:
parent
65a2db4696
commit
1f2b5587a7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ started by running the start-fas.py script.
|
|||
|
||||
LDAP Dump / restore:
|
||||
ldapsearch -x -D 'cn=directory manager' -b 'dc=fedoraproject,dc=org' "objectclass=*" \* aci > LDAPDump
|
||||
ldapadd -x -D 'cn=directory manager' -f LDAPDump -W
|
||||
ldapadd -c -x -D 'cn=directory manager' -f LDAPDump -W
|
||||
|
||||
|
||||
Add to top of LDIF if pulling from Postgres:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue