Hello ,
        We are trying to use Microsoft Site Server as our LDAP Server for LDAP Realm. 
Here I have defined users and groups in Microsoft Site Server. I have defined the ACLs 
in properties file. I have given ACLs for Servlets in the properties file, and when I 
invoke the servlet from a browser it does ask for a user name and password. But it is 
not able to authenticate the user even if I enter the correct user name and 
password(ofcourse having the permissions to invoke the servlet)
My ldaprealm.properties File contains the following entries. Are they valid?

 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# PROPERTIES FOR THE MICROSOFT SITE SERVER
# -------------------------------------------------------------------
weblogic.security.ldaprealm.url=ldap://localhost:1002
weblogic.security.ldaprealm.principal=cn=Administrator
weblogic.security.ldaprealm.credential=ejb1.2
weblogic.security.ldaprealm.ssl=false
weblogic.security.ldaprealm.authentication=simple
#
# User Schema
weblogic.security.ldaprealm.userDN=o=Microsoft, ou=Members
weblogic.security.ldaprealm.userNameAttribute=cn
weblogic.security.ldaprealm.userPasswordAttribute=ejb1.2
weblogic.security.ldaprealm.userCommonNameAttribute=cn
#
# Group Schema
weblogic.security.ldaprealm.groupDN=o=Microsoft, ou=Groups
weblogic.security.ldaprealm.groupNameAttribute=cn
weblogic.security.ldaprealm.groupIsContext=true
weblogic.security.ldaprealm.groupUsernameAttribute=memberObject
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


Can you help me out with this.
Thanks and Regards,
Parikshit

***********************************************************
              )  (
             ) ) (
           ( (  ) )
         )  )  (  (
    ____________
    \                      /\
      \    JAVA   / \/    -- brewing the future of computing
    __\______/____
    ----------------------
___________________________________________________________________________________________________________
Parikshit Pol
Systems Executive
KPIT System Ltd.
Phone : 91-020-5468654 ext. - 212
______________________________________________________________________________________________


-----Original Message-----
From:   Deepali Aphale [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, January 11, 2000 10:40 AM
To:     [EMAIL PROTECTED]
Subject:        FW: users and acls



> -----Original Message-----
> From: Prashant Kulkarni [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 10, 2000 5:59 PM
> To:   Deepali Aphale
> Subject:      Re: users and acls
>
>
> Hi
>
> No , I have used LDAP-Realm only
> bye then
> Regards
>
> prashant
>
> -----Original Message-----
> From: Deepali Aphale <[EMAIL PROTECTED]>
> To: Prashant Kulkarni <[EMAIL PROTECTED]>
> Date: Tuesday, January 11, 2000 1:14 AM
> Subject: RE: users and acls
>
>
> >Thanx Prashant for ur help.
> >But my problem is that the client does not want to invest i the directory
> >server and that the design says that all the user names and the passwords
> >have to be stored in a database table. so, i am bound to use RDBMS realm.
> >have you yourself used this realm? The realm does not work perfectly when
> i
> >try to use the realm example provided by weblogic. I would like to
> discuss
> >the examples in details if u've used it.
> >Thanx again,
> >Deepali
> >
> >
> >
> >
> >> -----Original Message-----
> >> From: Prashant Kulkarni [SMTP:[EMAIL PROTECTED]]
> >> Sent: Friday, January 07, 2000 5:01 PM
> >> To: Deepali Aphale
> >> Subject: Re: users and acls
> >>
> >> Hi Deepali
> >>
> >> For adding the users dynamically you can better use the
> >> LDAPRealm that is present in Weblogic.
> >> There is a HTML on which explains step-wise ,how to
> >> configure the LDAP realm with Weblogic4.5.1.
> >> You may use the Netscape Directory server which
> >> is freely downloadable..
> >>
> >> Hope this information will help you.
> >> Regards
> >> Prashant
> >>
> >>
> >> -----Original Message-----
> >> From: Deepali Aphale <[EMAIL PROTECTED]>
> >> To: Chuck Zheng <[EMAIL PROTECTED]>; Yair Enden
> <[EMAIL PROTECTED]>;
> >> Prashant Kulkarni <[EMAIL PROTECTED]>; Prashant Kulkarni
> >> <[EMAIL PROTECTED]>; [EMAIL PROTECTED]
> >> <[EMAIL PROTECTED]>; Agbeja, Tolu (CRTATL)
> >> <[EMAIL PROTECTED]>
> >> Date: Friday, January 07, 2000 9:28 PM
> >> Subject: users and acls
> >>
> >>
> >> >Dear all,
> >> >I have gone through the archives and found that you all have been
> active
> >> >respondents to ACL related queries. hence i am writing this mail to
> you
> >> >people.
> >> >I am using Weblogic Server. I am part of EJB development team for a
> larg
> e
> >> >project. There will be many users that will require to be added to the
> >> user
> >> >list. the ACLs can also change dynamically. So, facilitate this we
> have
> >> >decided to use RDBMSrealm instead of the default realm. I would like
> to
> >> know
> >> >if anyone has used this realm. i am having some problems with this
> realm.
> >> if
> >> >anyone has used this realm, do let me know so that i can get back to
> that
> >> >person for further details and doubt clarification without bothering
> >> others.
> >> >Sorry for the inconvenience,
> >> >thanx and regards,
> >> >Deepali.
> >> >
> >

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to