[sysadmin-bin] Adjust the LDAP_SERVER to be account.gnome.org



commit f9c751278a8b9c397d4e8fe2f86d8225bb981ee7
Author: Andrea Veri <av gnome org>
Date:   Tue Oct 7 11:57:20 2014 +0200

    Adjust the LDAP_SERVER to be account.gnome.org

 membership/foundation-operations.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/membership/foundation-operations.py b/membership/foundation-operations.py
index b8dbbca..cf815bf 100755
--- a/membership/foundation-operations.py
+++ b/membership/foundation-operations.py
@@ -41,7 +41,7 @@ TODAY = strftime("%Y-%m-%d", gmtime())
 execfile('/home/admin/secret/freeipa')
 
 try:
-    l = ldap.open('localhost')
+    l = ldap.open('account.gnome.org')
     l.simple_bind("cn=Directory Manager", ldap_password)
 except ldap.LDAPError, e:
         print >>sys.stderr, e


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