Hi, --- Stefan Burkhardt <[EMAIL PROTECTED]> wrote: > 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.
I think this is on bugzilla as a known bug. > > 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? > Have you linked in the new user creation to your ldap backend? This is where the directories/files are currently created. The current code assumes that users will be created this way and thus there will be the psml directories/filles available. I believe the solution to the bug mentioned above plans to remove this restriction, allowing a "default" layout to be used for such users - but allowing them to customise this - which becomes their own custom layout. HTH, Chris ===== Need somewhere to Live in London? - Then go to http://freeflats.com __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
