LDAP for K360 Central is not working for Web UI authentication
Information
Summary: |
LDAP for K360 Central is not working for Web UI authentication |
Environment: |
Product: K360 Central Version: Any Platform: Any Application: Any |
Question/Problem Description: |
Why is LDAP for K360 Central not working for Web UI authentication when the Organizational Unit (OU) has spaces in it? |
Steps to Reproduce: | |
Error Message: | |
Defect Number: | KTS-9141 |
Enhancement Number: | |
Cause: | K360 Central Web UI authentication does not work with LDAP when the Organizational Unit (OU) from Active Directory has spaces in it. |
Resolution: | None at this time. |
Workaround: | The API must be used instead. Example below to configure the service ldap user:
curl -H 'Content-Type: application/json' -d '{"endpoint":"192.168.1.1", "base_dn":"DC=albert,DC=com", "login_attribute":"sAMAccountName", "referral_count":"0", "server_timeout":"5", "service_user":"CN=Josh Smith,OU=IT Support,DC=albert,DC=com", "service_pw":"password", "ldap_protocol":"unencrypted"}' -k -X POST "https://192.168.1.1/api/v1/ldap/?api_key=8aa13fdf3d7762fa5ccf9b5ceacd4e505b7ca8cf&username=admin" |
Notes: |
Was this article helpful?
0 out of 0 found this helpful