[EMAIL PROTECTED] a �crit : > > Note: The first time a user authenticates, their Jetspeed database > entry is created, but for some reason the user will have to > re-authenticate again to > completely log in for the first time. Later authentications do not > need this additional step. I'm unsure why this occuring, and would > welcome assitance to correct this. > > -Michael
I've found a similar case here, cause in my app I'm creating users PSML when users first login (looks like what you're doing too), I'm using another app to populate users (login/pwd...). Is the error something related with a null profile or not ? You just see the top.vm velocity and nothing else that's it, or "profile is null" (I don't remember the error) ? Some questions related to your code : You perform the login on existing LDAP directory, but then you copy every information to JS Database isn't it ? Why this way of working ? because if a user email changes or something like that, JS will be outdated ? Was it for not adding jetspeed attributes to a LDAP ? For a read only LDAP ? I know Ender wanted to do some more work on LDAP (see "ldap backend new version and mail portlet improvements" mail from end of may) but don't know where he's at now. Anyway, this new version of LDAPAuthentication should answer to other user needs. Thx ! Aurelien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
