LDAP Integration - Service Accounts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 11:19 AM
I am trying to have our ServiceNow instance look at the Service Account OU of our LDAP server. What is the table I should reference for this?
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 11:24 AM
Hi Josh,
You may find the below video link helpful.
How to Configure an LDAP Server - YouTube
http://wiki.servicenow.com/index.php?title=LDAP_Integration_Setup
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2016 11:24 AM
hi Josh
try these
- In Login distinguished name, enter the user credentials for an account with read access to the directory levels from which you want to import users or groups. The ServiceNow system uses these credentials to connect to your LDAP server. If this information is not entered, the ServiceNow application attempts an anonymous login to the LDAP server.
- The Login distinguished name fields accepts several formats.
- To access a Microsoft Active Directory (AD) server, use one of the following:
- user@domain.com, domain\user
- cn=user,ou=users,dc=domain,dc=com>
- To access a different LDAP directory server, the username must be in the full distinguished name format:
- cn=user,ou=users,dc=domain,dc=com
- In Login password, enter the password for the LDAP user.
- Select the Active check box.
- [Optional] In the Starting search directory field, explicitly specify the LDAP OU attributes you want the ServiceNow instance to import.
- Click Update
thanks
Dilip