1 Reply Latest reply on Jul 8, 2008 8:07 AM by salaboy21

    Help in "sso.cfg.xml" filr

    moutaz

      Dear all

      I am a new to jJboss SSO, i copy the 2 files ('jboss-sso.sar' , 'jboss-federation-server.ear') to the 'server\default\deploy' of my Jboss 4.0.5

      The 'sso.cfg.xml' file contains




      jdbc:ldap://localhost:389/dc=jboss,dc=com?SEARCH_SCOPE:=subTreeScope&secure:=false&concat_atts:=true&size_limit:=10000000

      cn=Admin,dc=jboss,dc=com
      jbossrocks
      jbosssso
      role




      i don't change anything but when i try to run jboss, an exception is fired :


      ERROR [org.jboss.security.idm.IdentityManager] org.jboss.security.idm.IdentityManager
      org.jboss.security.idm.IdentityException: com.octetstring.jdbcLdap.jndi.SQLNamingException: Connect Error
      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)

      Is there anything must be change in the 'sso.cfg.xml' file



      Thanks in advance
      Moutaz

        • 1. Re: Help in
          salaboy21

          Ok, with what directory server are you trying to connect? (vendor)

          are you sure that this are the correct values?


          cn=Admin,dc=jboss,dc=com
          jbossrocks
          jbosssso
          role


          also make sure that you Directory server is listening at localhost:389

          hope it helps