You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Qaiser Bakhtiari <Qa...@thermoking.com> on 2002/08/07 16:10:45 UTC

Ldap Authentication with Jetspeed (S.O.S)

I know there are a lot of posts in the archive regarding this matter but i
ended up being  more confused after going through them.

I think im supposed to use JNDI but how do i set up JNDI with jetspeed.
Connecting JNDI with LDAP shouldnt be a problem
(is there a website tha ti can refer to for this?)

I have the following things setup
-  jakarta-tomcat-3.2.4
-  jetspeed-1.4b1
-  openldap-2.0.23
-  jdk 1.2.2
Id be a happy kid if someone points me in the right direction.

Thanks

Qaiser


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Ldap Authentication with Jetspeed (S.O.S)

Posted by miten mehta <im...@yahoo.com>.
Use InitialContext with LdapFactory and set properties
for host, port, user, password and then do lookup for
rootdn or dn maybe.  If you look into how to use java
to query ldap from ejb or servlet you should get good
examples.  check netscape directory server
documentation over net.
--- Qaiser Bakhtiari <Qa...@thermoking.com>
wrote:
> 
> I know there are a lot of posts in the archive
> regarding this matter but i
> ended up being  more confused after going through
> them.
> 
> I think im supposed to use JNDI but how do i set up
> JNDI with jetspeed.
> Connecting JNDI with LDAP shouldnt be a problem
> (is there a website tha ti can refer to for this?)
> 
> I have the following things setup
> -  jakarta-tomcat-3.2.4
> -  jetspeed-1.4b1
> -  openldap-2.0.23
> -  jdk 1.2.2
> Id be a happy kid if someone points me in the right
> direction.
> 
> Thanks
> 
> Qaiser
> 
> 
> --
> To unsubscribe, e-mail:  
>
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>