Hi Hernan,
 
Thanks for the link. It is quite helpful & informative.
 
I did similar operations, as specified in my previous mail, by deploying the sample application given in the article. 
 
I added a new user user3/pass123 in "ou=users, ou=system" in Directory server, and in geronimo-web.xml I added the user3 in role mappings
 
     <role-mappings>
            <role role-name="content-administrator">
              
              <realm realm-name="ldap-realm">
 
<principal class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal" 
              name="admin" designated-run-as="true"/>
<principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
              name="system"/>
<principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
              name="user3"/>
              
                </realm>
        
             </role>
 
             <role role-name="guest">
                <realm realm-name="ldap-realm">
<principal class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal "
                  name="guest" designated-run-as="true"/>
<principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
                 name="user1"/>
<principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
                  name="user2"/>
                </realm>
            </role>
 
        </role-mappings>
 
I used Jxplorer LDAP client to create the new user users3. When I provide password in PLAIN format which uses BASE64 encoding through LDAP client, the application is authenticating successfully. When I store it in MD5, the authentication is failing for user3.
 
Any issue while using MD5 ?
 
thanks
phani
 
On 1/21/06, Hernan Cunico <[EMAIL PROTECTED] > wrote:
Hi Phani,
Here is an article that may help you configure LDAP

http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Configuring+LDAP

Cheers!
Hernan

Phani Madgula wrote:
> Hi
>
> I am facing a problem while connecting to LDAP server from an LDAP client.
> I have installed Softerra LDAP browser and tried to connect to LDAP
> server running on Geronimo.
>
> I always get "Can not connect to the LDAP server : ERROR 91".
>
> Any solution?
>
> thanks
> phani

Reply via email to