When testing tl-ldap-certalias against Active directory at customers site I stumble upon this backtrace: tl-ldap-certalias: DEBUG: Found user CN=XXX,OU=YYY,OU=ZZZ,OU=ÅÅÅ,OU=XXX,DC=YYY,DC=ZZZ,DC=se tl-ldap-certalias: DEBUG: Found user None Traceback (most recent call last): File "/opt/thinlinc/sbin/tl-ldap-certalias", line 1323, in <module> ret = main() File "/opt/thinlinc/sbin/tl-ldap-certalias", line 870, in main uid = int(attributes['uidNumber'][0]) TypeError: list indices must be integers, not str
Looks like something wonky with python-ldap on that system. But this bug is ancient, and we don't even know which system was used, so closing this.