
Update documentation for AD/LDAP authentication for binDn, bindPassword
Reported by ST | August 30th, 2011 @ 10:13 PM | in Rundeck 1.4 (closed)
Back slashes in the bind* values jass-activedirectory.conf need
to be doubly-escaped.
Special characters in the bindPassword also need to be escaped.
The example that isn't working is
bindDn="CN=FOO\, SvcAct,OU=Service Accounts,DC=domain,DC=anycompany,DC=net"
bindPassword="XXXPasswordXX!"
You are likely to see the user not found error code
Caused by: javax.naming.AuthenticationException: [LDAP: error code
49 - 80090308: LdapErr: DSID-0C090334, comment:
AcceptSecurityContext error, data 525, vece]
The correct format is to s
bindDn="CN=FOO\\, SvcAct,OU=Service Accounts,DC=domain,DC=anycompany,DC=net"
bindPassword="XXXPasswordXX\!"
Comments and changes to this ticket
-
Greg Schueler October 27th, 2011 @ 11:06 AM
- State changed from new to duplicate
- Milestone set to Rundeck 1.4
- Milestone order changed from 93 to 0
resolved in #423
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues