[sysadmin-bin] Restore the previous copy of export-mail.py for now



commit 5c4d6044d6ad1bc3e602017cf7ecd1c7a653e4e2
Author: Andrea Veri <av gnome org>
Date:   Sat Oct 4 19:14:13 2014 +0200

    Restore the previous copy of export-mail.py for now

 mail/export-mail.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mail/export-mail.py b/mail/export-mail.py
index caee9bf..083f18c 100755
--- a/mail/export-mail.py
+++ b/mail/export-mail.py
@@ -5,10 +5,10 @@ import ldap.modlist
 import ldap.filter
 import subprocess
 
-LDAP_URL='ldap://account.gnome.org/'
+LDAP_URL='ldap://ldap.gnome.org/'
 LDAP_BINDDN='cn=Manager,dc=gnome,dc=org'
-LDAP_GROUP_BASE='cn=groups,cn=accounts,dc=gnome,dc=org'
-LDAP_USER_BASE='cn=people,cn=accounts,dc=gnome,dc=org'
+LDAP_GROUP_BASE='ou=groups,dc=gnome,dc=org'
+LDAP_USER_BASE='ou=people,dc=gnome,dc=org'
 
 ALIASES = [
     ('/etc/gnome.org/cvs-mail/virtual',    'cvs.gnome.org', ('gnomecvs', 'gnomevcs')),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]