On 16.01.2014 [15:23:50 +0000], Newman, Stuart J. (GSFC-444.0)[HONEYWELL
TECHNOLOGY SOLUTIONS INC] wrote:
> I am not a python programmer, so I don't know how to debug this.
Here's my rough guide to what I'd look for:
The traceback.print_exc() call in
/usr/lib/python2.6/site-packages/cobbler/modules/authn_ldap.py::authenticate()
line 104 in v2.4, is:
tls = str(tls).lower()
if port != '636':
if tls in [ "on", "true", "yes", "1" ]:
try:
dir.start_tls_s()
except:
traceback.print_exc()
return False
Which I think means that tls is still on, but tls fails to connect. So
you might have changed the setting without restarting cobblerd.
Thanks,
Nish
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler