[sysadmin-bin] Use LDAP_HOST instead
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Use LDAP_HOST instead
- Date: Tue, 27 Aug 2019 10:08:20 +0000 (UTC)
commit 86b231594322a9eda9585d79639e5cac506229e4
Author: Andrea Veri <averi redhat com>
Date: Tue Aug 27 12:08:20 2019 +0200
Use LDAP_HOST instead
mail/export-mail.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mail/export-mail.py b/mail/export-mail.py
index 768077f..3280218 100755
--- a/mail/export-mail.py
+++ b/mail/export-mail.py
@@ -65,7 +65,7 @@ if __name__ == '__main__':
try:
ldap.set_option(ldap.OPT_X_TLS_CACERTFILE, LDAP_CA_PATH)
- l = ldap.initialize('ldaps://account.gnome.org:636')
+ l = ldap.initialize(LDAP_HOST)
l.simple_bind_s(LDAP_USER, LDAP_PASSWORD)
except ldap.LDAPError, e:
print >>sys.stderr, e
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]