30 Jun
2015
30 Jun
'15
5:41 p.m.
Re-tested recent commit d55a4dfec89fac91140fb1ec68198c3deef7afa4: --------------------------- These tests were OK: server = 'ldapi://' server = 'ldapi://%2Ftmp%2Fopenldap-socket' server = 'ldaps://localhost:1390' server = 'ldap://localhost:1390' server = 'ldap://localhost' port = 1390 server = 'localhost:1390' server = 'localhost' port = 1390 --------------------------- What I found surprising: server = 'ldap://localhost:1390' port = 1391 results in ldap://localhost:1391 I'd argue that the port number in the LDAP URL should have precedence over an accidently uncommented port parameter. Anyway, thanks for working on it so quickly! Ciao, Michael.