Expand my Community achievements bar.

LDAP

Avatar

Former Community Member
hi,



i've been using softerra LDAP browser: here i could set a new profile referring to my localhost.

Now i would like to do the same with the workflow server: set a new domain (my localhost domain) and get the users and groups in it to put up a new workflow.



Under http://localhost:8080/adminui/secured/admin.faces i set



*Server: localhost

*Port: 389

*SSL: No

*Binding: User

Name:Administrator Password: ++++++



Testing the server connection it says Connection to the service is not possible.



Any idea?



Thanks,

Valerio
3 Replies

Avatar

Former Community Member
Administrator is an invalid username for the binding user name. It must be specified as the user's DN as defined in the LDAP server.



Chris

Adobe Enterprise Developer Support

Avatar

Former Community Member
Did you specify the commonname for the user? For example:

cn=username, cn=users, dc=domain, dc=com

You also have to specify the base dn where you will connect to the LDAP tree (cn=users...). The only other item I had to change on mine was for groups as the attribute for name didn't match what my LDAP server was using.

Dave

Avatar

Former Community Member
Hi Chris and Dave,



thanks for posting.

I've got it working yesterday evening ;-)



Chris: sure enough Administrator was a problem --> the server accepted the 'userPrincipalName' Administrator@DOMAINNAME.COM



Thank you all,

Valerio