View | Details | Raw Unified | Return to bug 30903
Collapse All | Expand All

(-)a/ucs/management/univention-directory-manager-modules/debian/changelog (+6 lines)
 Lines 1-3    Link Here 
1
univention-directory-manager-modules (8.0.144-1) unstable; urgency=low
2
3
  * fixed broken ldap authentication
4
5
 -- Sönke Schwardt-Krummrich <schwardt@univention.de>  Tue, 26 Mar 2013 11:55:08 +0100
6
1
univention-directory-manager-modules (8.0.143-2) unstable; urgency=low
7
univention-directory-manager-modules (8.0.143-2) unstable; urgency=low
2
8
3
  * version bump (Bug #29918)
9
  * version bump (Bug #29918)
(-)a/ucs/management/univention-directory-manager-modules/scripts/proof_dns_dhcp_records (-3 / +1 lines)
 Lines 43-51   baseDN=baseConfig['ldap/base'] Link Here 
43
43
44
lo=ldap.open('localhost', 7389)
44
lo=ldap.open('localhost', 7389)
45
bindpw=open('/etc/ldap.secret').read()
45
bindpw=open('/etc/ldap.secret').read()
46
if bindpw[-1] == '\n':
46
lo.simple_bind_s("cn=admin,"+baseDN, bindpw.strip('\n\r'))
47
        bindpw=bindpw[0:-1]
48
	lo.simple_bind_s("cn=admin,"+baseDN, bindpw)
49
47
50
# check for dhcp records without matching computer object
48
# check for dhcp records without matching computer object
51
49

Return to bug 30903