Hi,

I'm trying to get jboss portal to authenticate to eDirectory. I've modified the 
login-conf.xml to include the following:
        
                <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>
                        <module-option 
name="java.naming.provider.url">ldap://192.168.100.22:389/</module-option>
                        <module-option 
name="java.naming.security.authentication">simple</module-option>
                        <module-option 
name="principalDNPrefix">cn=</module-option>
                        <module-option 
name="principalDNSuffix">,ou=staff,o=company</module-option>
                        <module-option 
name="rolesCtxDN">ou=groups,o=company</module-option>
                        <module-option 
name="uidAttributeID">memberOf</module-option>
                        <module-option name="matchOnUserDN">true</module-option>
                        <module-option name="roleAttributeID">cn</module-option>
                        <module-option 
name="roleAttributeIsDN">false</module-option>
                </login-module>
        

The error I get when logging in is:
-----------------------------
HTTP Status 403 - Access to the requested resource has been denied

type Status report

message Access to the requested resource has been denied

description Access to the specified resource (Access to the requested resource 
has been denied) has been forbidden.
----------------------------
The server.log doesnt seem show any information about the login request. 

Any help would be great! Thanks.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920104#3920104

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920104


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to