LDAP import from AD to SN - ObjectSID is not the same between systems

dsnyrs
Kilo Contributor

I've spent the last couple hours searching the Wiki and Google for an answer with no luck.

When I use Powershell to query AD for my ObjectSID I get something like this:   S-1-5-21-3934281687-3809050549-1115651111-12456

When I look at the ObjectSID in my user record in ServiceNow I see:   AQUAAAAAAAUVAAAA11+F6rV/CjPb6MghYtwAAA==

1.   Is ServiceNow encrypting the SID?  

2.   I've read a few times now that it's better to Coalesce on ObjectGUID rather than ObjectSID.   Is this a Best Practice?

3.   If #2 is correct, is this a simple change or could I be setting up for a big mess?

Thanks in advance Friends!

~ Rick

8 REPLIES 8

thanks vlor.



Yes, it is in the format of "AQUAAAAAAAUV........."


hi valor,



i checked the property and its fine, still i am getting the encoded value and not string.


is there any transform script required for this ?


No transform script required. See my other reply.


Developer3
Tera Expert

Hi,

I am also facing the same issue. 

I also need objectSID in S-1-5-21 format but it is coming in AQUAAAAAAAUVAAAA11 format. 

Please let me know if you found a solution for this.