[sysadmin-bin] s/ldap-back/ldap.gnome.org, now that ldap.gnome.org has its own entry on /etc/hosts pointing to the
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] s/ldap-back/ldap.gnome.org, now that ldap.gnome.org has its own entry on /etc/hosts pointing to the
- Date: Thu, 28 Mar 2013 20:12:27 +0000 (UTC)
commit 9580d5f3a072ad557ae66df571665bd907a5a6e2
Author: Andrea Veri <av gnome org>
Date: Thu Mar 28 21:11:17 2013 +0100
s/ldap-back/ldap.gnome.org, now that ldap.gnome.org has its own entry on /etc/hosts pointing to the
internal IP address. This to match the FQDN specified on the SSL certificate I've setup for TLS to work
properly on SLAPD / SSD.
create-auth | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index 643df4e..34f444b 100755
--- a/create-auth
+++ b/create-auth
@@ -28,7 +28,7 @@ def get_md5sum_hash():
## first you must open a connection to the server
try:
- l = ldap.open("ldap-back")
+ l = ldap.open("ldap.gnome.org")
l.simple_bind("cn=Manager,dc=gnome,dc=org")
except ldap.LDAPError, e:
print >>sys.stderr, e
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]