[jboss-dev-forums] [JBoss AS 7 Development] - Where to configure my LDAP auth code? and Folder Structure of AS7 compare with JBoss 5

Kamal Suriyakumar do-not-reply at jboss.com
Mon Jun 18 05:46:19 EDT 2012


Kamal Suriyakumar [https://community.jboss.org/people/kamalsuriya] created the discussion

"Where to configure my LDAP auth code? and Folder Structure of AS7 compare with JBoss 5"

To view the discussion, visit: https://community.jboss.org/message/742299#742299

--------------------------------------------------------------
Hi,
     I want to configure my AS with LDAP auth.
     Till the date, I am using JBoss 5.
     In ..\jboss-5\server\default\conf\login-config.xml file, I configured like,
     <application-policy name = "orangescape-sso">
          <authentication>
              <login-module code="org.jboss.security.auth.spi.LdapLoginModule"  flag="required">
                   <module-option name="java.naming.factory.initial">  com.sun.jndi.ldap.LdapCtxFactory </module-option>
                   ...
               </login-module>
          </authentication>
     </application-policy>
     -------------------------------
    In JBoss AS 7, I have configured in standalone.xml file. Is that correct file? Where to configure my LDAP auth code?
     Help to find the difference in file/folder structure between JBoss 5 and JBoss AS 7, and where to keep the LDAP configure code!.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/742299#742299]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120618/ba962317/attachment.html 


More information about the jboss-dev-forums mailing list