aboutsummaryrefslogtreecommitdiffstats
path: root/ldap/README
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-21 23:17:41 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-21 23:17:41 +0100
commitf0f87bd9b13cb0bd5c37472e5a9b4e0d36d1384d (patch)
tree37c7f14acce7c993bc9c5d227d84ffdd36b82d68 /ldap/README
parent192be467f1d05e5e148481c5497444ffc97603eb (diff)
Added a service to delete expired pending entries.
Diffstat (limited to 'ldap/README')
-rw-r--r--ldap/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/README b/ldap/README
index 037ae65..7fdc088 100644
--- a/ldap/README
+++ b/ldap/README
@@ -18,11 +18,11 @@ single situation we may encounter in our directory.
Usage:
* Load the ACLs:
-
+
ldapmodify -Y EXTERNAL -H ldapi:/// -f acl.ldif
* Repopulate the database (will clear it out first!):
-
+
ldapdelete -Y EXTERNAL -H ldapi:/// -r "ou=virtual,o=mailHosting,dc=fripost,dc=dev" ; ldapadd -Y EXTERNAL -H ldapi:/// -f populate.ldif
* Running the test suite: