 |
Forums |
Admin Discussion Forums: help Start New Thread
By: James Hunt
RE: Getting unreadable data [ reply ] 2007-12-28 16:08
|
The information that's coming out as garbage is in a binary format. If you can get some reference from your LDAP Provider as to the structure of the binary data, you can use String#pack/String#unpack to get the data into a usable format.
Failing that, your probably out of luck...
|
By: white wizzard
Getting unreadable data [ reply ] 2007-11-08 18:25
|
Hi all
I am reading the userparameters from AD and I get this
userparameters , P〰〰〰〰>CtxShadow㄰〰〰〰(>CtxMaxConnectionTime〰〰〰〰.>CtxMaxDisconnectionTime〰〰〰〰>CtxMaxIdleTime〰〰〰〰">CtxKeyboardLayout〰〰〰〰*>CtxMinEncryptionLevel㄰ >CtxWorkDirectory〰 >CtxNWLogonServer〰>CtxWFHomeDir〰">CtxWFHomeDirDrive〰 >CtxWFProfilePath〰">CtxInitialProgram〰">CtxCallbackNumber〰
I would like to be able to read this data, does anyone know how to make it human readable? Other data such as sn and given name come out fine.
White Wizzard
|
|
 |