- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 08:48 AM
Hi,
User created from LDAP import is not able to login. I have reset the password still it is showing username or password is invalid. Manually created user are able to login.
I have checked with the source field. I removed the data from the source field, then it is able to login. But source field is needed for automatic manager population so we can not remove the data. How source field is related to password? Is there any way around?
Any help will be appreciated.
Regards,
Anasuya
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 09:24 AM
glide.authenticate.external is the property to enable SSO authentication. You'll want that one unchecked / false.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 09:04 AM
Your talking about one users or all users via LDAP can't login? If one user, did you check for duplicate accounts? Otherwise try deleting his account, and then resync with AD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 09:06 AM
Iha ve found in wiki:
The ServiceNow system does not support LDAP password authentication through a MID Server. A ServiceNow instance must be able to directly connect with an LDAP server to support password authentication.
My LDAP is done via mid server only. So in this case how I should login with the user created by LDAP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 09:12 AM
You should make your LDAP connection directly into SN, versus using a mid server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 09:12 AM
Anasuya, You are not using any SSO for authentication? you are completely depending on username, passwords from LDAP for authentication??