Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

LDAP OU Definitions Issue with RDN

gabriele_espino
Kilo Contributor

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

2 REPLIES 2

Albert13
Kilo Sage

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


Thanks Albert, that's precisely what I needed !!!


Gabriel