Re: windows active directory ldap output encoding

2008-07-08 Thread Michael Ströder
Michael Ströder wrote: jo3c wrote: Im trying to get some information out of a windows sever 2003 chinese active directory system so let's say encoding is probably big5 or utf-8 The Unicode encoding of LDAP attributes with syntax Directory String is always UTF-8 (e.g. attributes 'cn', 'sn', 'g

Re: windows active directory ldap output encoding

2008-07-08 Thread Michael Ströder
jo3c wrote: Im trying to get some information out of a windows sever 2003 chinese active directory system so let's say encoding is probably big5 or utf-8 The Unicode encoding of LDAP attributes with syntax Directory String is always UTF-8 (e.g. attributes 'cn', 'sn', 'givenName' or 'displayNam

windows active directory ldap output encoding

2008-07-08 Thread jo3c
Hi.. Im trying to get some information out of a windows sever 2003 chinese active directory system so let's say encoding is probably big5 or utf-8 what im doing is simliar to ldapsearch in shell with my python script using python ldap module the result is not the correct encoding.. i've look man