LDAP OU Definitions Issue with RDN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2017 08:08 AM
Hi all
I'm trying to configure a new LDAP OU Definition for my LDAP Server but got a problem with the RDN.
Basically, when I write the RDN value into such field, the space provided is not enough and the value is truncated.
The RDN must be:
OU=ServiceNowGroups,OU=Service-Now,OU=Applications
... but it's truncated to
OU=ServiceNowGroups,OU=Service-Now,OU=Ap
Is there a maximum character extension for the RDN field?
I know we can modify/rename our AD OUs but this will impact other integrations we made with other services.
Thanks upfront,
Gabriel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2017 09:45 AM
Gabriel,
The RDN field has a max length of 40 characters. That being said you can configure the dictionary entry and changes the max length of the field.
Albert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2017 12:10 PM
Thanks Albert, that's precisely what I needed !!!
Gabriel