Integration ofbiz with CAS+LDAP

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Integration ofbiz with CAS+LDAP

sachinmanjule
Hi,

I have done with LDAP part in Ofbiz, but i have problem with CAS which is not succeed, could you please send me step by step procedure to complete CAS+OFbiz Integration.

Please I have Done following:

1.security.login.http.header=REMOTE_USER
2.security.login.http.servlet.remoteuserlogin.allow=true
3.
    <CasLoginUri>/login</CasLoginUri>
    <CasLogoutUri>/logout</CasLogoutUri>
    <CasUrl>https://localhost:8443/cas</CasUrl>
    <CasValidateUri>/validate</CasValidateUri>
    <CasLdapHandler>org.ofbiz.ldap.openldap.OFBizLdapAuthenticationHandler</CasLdapHandler>
    <CasTGTCookieName>CASTGC</CasTGTCookieName>
4.copy and pasted cas-web.war into <ofbiz-home>framework/webapp
5.copy and pasted cas-client.jar into each module WEB-INF folder(accounting/webapp/WEB-INF)

now tell me where I was wrong..

Thanks in Advance