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:
Michael Patrick McGrath 2007-09-06 07:46:16 -07:00
parent 65a2db4696
commit 1f2b5587a7

View file

@ -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: