#424 ✓duplicate
ST

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

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.

New-ticket Create new ticket

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

Shared Ticket Bins

People watching this ticket

Pages