From 1f2b5587a79bc8d78da6d8112dae22531981b21d Mon Sep 17 00:00:00 2001 From: Michael Patrick McGrath Date: Thu, 6 Sep 2007 07:46:16 -0700 Subject: [PATCH] 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) --- fas/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fas/README.txt b/fas/README.txt index 26354ca..7666984 100644 --- a/fas/README.txt +++ b/fas/README.txt @@ -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: