Frequently asked questions
The following table lists frequently asked operational questions and their answers.
Question | Category | Answer |
---|---|---|
The OU names in the active directory include blank spaces. How can the LDAP path be specified in the configuration? | General | Special characters in the LDAP path that are not "URL-safe" (e.g. blank spaces) must be escaped as described in RFC 2255. Blank spaces must therefore be replaced with "%20". Example : PythonOption PDC ldap:///192.168.0.49/DC=dig%20this,DC=i%20can%20add%20spaces,DC=net |