I happened to notice that the firstname was not set correctly in the
LDAPUser.java source.


===================================================================
RCS file:
/home/cvspublic/jakarta-turbine-2/src/java/org/apache/turbine/services/security/ldap/LDAPUser.java,v

retrieving revision 1.1.1.1
diff -r1.1.1.1 LDAPUser.java
501c501
<         setPerm (User.LAST_NAME, fname);
---
>         setPerm (User.FIRST_NAME, fname);


Jeff



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to