[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples
salaboy21
do-not-reply at jboss.com
Fri Apr 4 16:46:30 EDT 2008
with witch ldap server are you working?
and what schema are you using?
Beacause you must set the next variables:
| <property name="username">cn=admin,dc=nodomain</property>
|
| <property name="password">password</property>
|
| <property name="identityOu">People</property>
|
| <property name="roleOu">roles</property>
|
where roles and People must be and OperationUnit (OU) in your schema.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141753#4141753
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141753
More information about the jboss-user
mailing list