LDAP - Mapping objectGUID field to Service-now field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2008 01:46 PM
Hi All
I'm wanting to set my LDAP import to coalesce on the LDAP objectGUID value. The data type in Active Directory is an octet string (binary attribute). Which Service-now data type would be the best match? I've tried a couple (string, integer, GUID) but these don't display the objectGUID value in the same way so I'm concerned they may not be unique if 'converted' in this way.
Has anyone else done this? Any recommendations?
Thanks in advance
Dale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2014 07:43 PM
A string field with an appropriate length is sufficient for this. And you're correct about objectGUID vs objectSID. GUID is a more permanent unique value and stays with the user record in AD if domains switch.