Hi,
In trying this add-on, I'm unable to get the search results to actually display - tcpdump shows the query arriving to the LDAP server, and the response being provided, but, the TA merely logs:
2015-11-30 08:48:19,986 INFO myldap:309 - using special attributes only for the query...
2015-11-30 08:48:19,987 INFO myldap:313 - using attr_name: displayName
2015-11-30 08:48:19,987 INFO myldap:316 - using attrs: ['displayName']
2015-11-30 08:48:19,987 INFO myldap:317 - using basedn : DC=dir,DC=domain,DC=com
2015-11-30 08:48:19,987 INFO myldap:318 - using scope : 2
2015-11-30 08:48:19,987 INFO myldap:319 - using ldap_filter : cn=noff
2015-11-30 08:48:19,988 INFO myldap:334 - processing LDAP results...
2015-11-30 08:48:19,990 ERROR myldap:357 - ERROR: 'list' object has no attribute 'items'
And that's it - says the same in the GUI.
My sense is that this has something to do with something in the Python realm. I'm running:
Python 2.4.3 (#1, Oct 23 2012, 22:02:41)
From RHEL, but, am happy to build my own if needed.
Anyone seen this?
↧