Index: modules/univention/connector/ad/__init__.py =================================================================== --- modules/univention/connector/ad/__init__.py (Revision 30267) +++ modules/univention/connector/ad/__init__.py (Arbeitskopie) @@ -575,7 +575,7 @@ self.CONFIGBASENAME = CONFIGBASENAME tls_mode = 2 if baseConfig.has_key('%s/ad/ldap/ssl' % CONFIGBASENAME) and self.baseConfig['%s/ad/ldap/ssl' % CONFIGBASENAME] == "no": - ud.debug(ud.LDAP, ud.INFO,"__init__: LDAP-connection to AD switched of by UCR.") + ud.debug(ud.LDAP, ud.INFO,"__init__: LDAP connection to AD will not use SSL (switched of by UCR \"%s/ad/ldap/ssl\")." % CONFIGBASENAME) tls_mode = 0 ldaps = baseConfig.is_true('%s/ad/ldap/ldaps' % CONFIGBASENAME, False) # tls or ssl