'samaccountname' AD attribute missing when browsing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2016 09:36 PM
Hi Guys,
I can't seem to pull out the sAMAccountname attribute when browsing the LDAP directory from within ServiceNow. I'm using the default filter from SN:
(&(objectClass=person)(sn=*)(!(objectClass=computer))(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
This is what I get when browsing the LDAP:
Does this have something to do with the LDAP's security? Or is there something within SN that I need to configure?
Thanks,
G
- Labels:
-
Instance Configuration
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2016 10:04 PM
Also, is it possible that a list of attributes has been defined that does not include sAMAccountname?
LDAP Integration Setup - ServiceNow Wiki
..
5.2 Specify Attributes for Better Performance or Security Considerations
By default, the ServiceNow system loads all of the attributes for each object that it has permission to read from your LDAP server. By configuring the LDAP Server form and adding the Attributes field, you can specify, and thereby limit, the attributes the LDAP server query returns. Using this approach for large LDAP imports can greatly improve the speed of those imports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2018 06:14 AM
Hi
2 things to verify:
1- your attributes list :see field 'attributes' on your ldap server
2- verify your import table, see if the field (your sAMAccountname) is created, if not add the field on your import table with the same name (sAMAccountname)
Regards