Hello, I need to extract the RID from the AD objectSid, and use it to populate uidNumber in the destination LDAP. All methods I could find in the LSC documentation seem to corrupt the byte value, preventing parsing of the objectSid. Most methods return a string, which seems to corrupt the data during string conversion. The only method which returns a byte array (getDatasetsBytes) seems to return a small amount of unusable random data every time (couldn't find any useful documentation on this one). It seems like LSC needs a method like getDatasetBytesById() that returns an unadulterated byte array for the attribute in question. Is there presently a method for accomplishing this which I may have missed?
Additional Info: - LSC 2.0 - I've set <binaryAttribute><string>objectSid</string></binaryAttribute> in the LDAP source to no avail Thanks! Alex _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

