sync-ldap-groups-to-svn-authz icon indicating copy to clipboard operation
sync-ldap-groups-to-svn-authz copied to clipboard

Encoding swedish chars fails

Open whitlockjc opened this issue 9 years ago • 0 comments

All swedish chars are stripped from groupnames and usernames. For example: föreningen becomes freningen.

application_version is 1.0.3 and syncing an AD with options (I've changed some details):

script \ -d "CN=useruser,OU=Övrigt,OU=Blah,DC=company,DC=loc" \ -p "password" \ -l "ldap://resads01.resurs.loc:389" \ -b "OU=Company,OU=Company Holding,DC=company,DC=loc" \ -u "(&(objectCategory=Person)(sAMAccountName=*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))" \ -i "sAMAccountName" \ -z outputfile.txt

It's interesting to see that Ö is accepted in an input OU name.

whitlockjc avatar Nov 15 '15 03:11 whitlockjc