Hi all, sorry about delay of my response. I first have to ask my colleague if I could post the code to the user-group. He said it is OK. So here it is.
An url for a LDAPAuthentification-Example is: http://java.sun.com/products/jndi/tutorial/ldap/security/ldap.html Stefan Frans Thamura wrote: >Can I have the script??? and the LDIF sample? > >thanks >Frans > >----- Original Message ----- >From: "Stefan Burkhardt" <[EMAIL PROTECTED]> >To: "Jetspeed Users List" <[EMAIL PROTECTED]> >Sent: Tuesday, November 20, 2001 10:57 PM >Subject: Re: jetspeed login > > >>Hi Laura, >> >>we did our own LDAP user-authentification because when we started the >>project >>the wasn't any user-authentification over LDAD in turbine. >> >>Stefan >> >>Laura lega wrote: >> >>>Hi Stefan, and everybody out there. >>>If you decided to implement your own LDAP user-authentication, I imagine >>>this is beacuse the one that comes with Turbine doesn't work. >>>Is this correct? >>> >>>I'd be interested in it. Are you going to post it to the list? >>> >>>Thanks in advance, >>> Laura >>> >>>----- Original Message ----- >>>From: "Stefan Burkhardt" <[EMAIL PROTECTED]> >>>To: <[EMAIL PROTECTED]> >>>Sent: Tuesday, November 13, 2001 2:51 PM >>>Subject: jetspeed login >>> >>> >>>>Hi, >>>> >>>>I have a problem with the login to jetspeed. I wrote an own >>>>user-authentification over LDAP. >>>>This would work.(I can log in) The problem is, that when a user log in >>>>to Jetspeed the directory with the >>>>default.psml-file would not be created. So there are no portlets >>>>availabe. When I try to customize >>>>the page I get a NullPointerException. This is because there is no >>>>psml-file which can be parsed. >>>> >>>>My question is: what do I have to do after the user logged in to >>>>jetspeed. Do I have to create the directory >>>>for the user in the JLogin-class. How can I do this, if I have no rights >>>>to generate a file. >>>> >>>>Which class is responsible for the generation of the directorys for the >>>>new users. Is there a >>>>service (jetspeed, turbine) which do this for me? >>>> >>>> >>>>Hope someone could help me >>>>Stefan >>>> >>>> >>>>-- >>>>--------------------------------------------------- >>>> Dipl.-Ing. (FH) >>>> Stefan Burkhardt >>>> Software Ingenieur >>>> STZ-Softwaretechnik >>>> >>>> im Projekt bei: >>>> T-Systems >>>> debis Systemhaus MEB GmbH >>>> Neue Technologien >>>> Erich-Herion-Str. 13, 70736 Fellbach >>>> Telefon: +49 711 1749647 >>>> Telefax: +49 711 1740007 >>>> E-Mail: [EMAIL PROTECTED] >>>>Internet: http:www.t-systems.de >>>>--------------------------------------------------- >>>> >>>> >>>> >>>>-- >>>>To unsubscribe, e-mail: >>>> >>><mailto:[EMAIL PROTECTED]> >>> >>>>For additional commands, e-mail: >>>> >>><mailto:[EMAIL PROTECTED]> >>> >>> >>> >>>-- >>>To unsubscribe, e-mail: >>> ><mailto:[EMAIL PROTECTED]> > >>>For additional commands, e-mail: >>> ><mailto:[EMAIL PROTECTED]> > >>> >>-- >>--------------------------------------------------- >> Dipl.-Ing. (FH) >> Stefan Burkhardt >> Software Ingenieur >> STZ-Softwaretechnik >> >> im Projekt bei: >> T-Systems >> debis Systemhaus MEB GmbH >> Neue Technologien >> Erich-Herion-Str. 13, 70736 Fellbach >> Telefon: +49 711 1749647 >> Telefax: +49 711 1740007 >> E-Mail: [EMAIL PROTECTED] >>Internet: http:www.t-systems.de >>--------------------------------------------------- >> >> >> >> >>-- >>To unsubscribe, e-mail: >> ><mailto:[EMAIL PROTECTED]> > >>For additional commands, e-mail: >> ><mailto:[EMAIL PROTECTED]> > > > > > >_________________________________________________________ > >Do You Yahoo!? > >Get your free @yahoo.com address at http://mail.yahoo.com > > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- --------------------------------------------------- Dipl.-Ing. (FH) Stefan Burkhardt Software Ingenieur STZ-Softwaretechnik im Projekt bei: T-Systems debis Systemhaus MEB GmbH Neue Technologien Erich-Herion-Str. 13, 70736 Fellbach Telefon: +49 711 1749647 Telefax: +49 711 1740007 E-Mail: [EMAIL PROTECTED] Internet: http:www.t-systems.de ---------------------------------------------------
LDAPUserService.java
Description: JavaScript source
initial_context_factory=com.sun.jndi.ldap.LdapCtxFactory provider_url=ldap://LDAP_URL:LDAP_PORT security_authentication=simple security_principal_o= security_principal_c=DE security_principal_o_detail=
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
