[jboss-user] [Security & JAAS/JBoss] - Re: Configuring JBoss Federated SSO using LDAP on local host
sandhyagokhale
do-not-reply at jboss.com
Thu Aug 16 01:37:08 EDT 2007
I have ldap server running on localhost:389
and when i am trying to use sso
jdbc:ldap://localhost:389/dc=vistaar,dc=com?SEARCH_SCOPE:=subTreeScope&secure:=false&concat_atts:=true&size_limit:=10000000
cn=Manager,dc=vistaar,dc=com
admin
i get exception like:
11:03:07,625 ERROR [IdentityManager] org.jboss.security.idm.IdentityManager
org.jboss.security.idm.IdentityException: com.octetstring.jdbcLdap.jndi.SQLNamingException: No Such Object
at org.jboss.security.idm.ldap.LDAPIdentityProvider.restoreIdentities(LDAPIdentityProvider.java:1503)
at org.jboss.security.idm.ldap.LDAPIdentityProvider.setProperties(LDAPIdentityProvider.java:748)
at org.jboss.security.idm.IdentityManager.loadLoginProviders(IdentityManager.java:299)
at org.jboss.security.idm.IdentityManager.loadConfiguration(IdentityManager.java:260)
at org.jboss.security.idm.IdentityManager.start(IdentityManager.java:200)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074659#4074659
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074659
More information about the jboss-user
mailing list