[ApacheDS] Password refresh

2007-03-16 Thread Flavio Minori
Hi all, I am devoloping my own application and I use Apache DS 1.0.1 + Spring + Acegi. When I need to update the userPassword attribute, I use something like this: [CODE] ... BasicAttribute userPasswordAttribute = new BasicAttribute(userPassword); ModificationItem replacedPassword = new

R: [ApacheDS] Password refresh

2007-03-16 Thread Flavio Minori
here : http://iktek.com/index.jsp?rubrique=ads The cache is now updated when a user change a password (I least, I hope it works :) Emmanuel On 3/16/07, Flavio Minori [EMAIL PROTECTED] wrote: Hi all, I am devoloping my own application and I use Apache DS 1.0.1 + Spring + Acegi. When I need to update

[ApacheDS] Password refresh

2007-03-16 Thread Flavio Minori
Hi again! I fix my problem thanks to your explanations about the usage of the cache! Simply, I use now a new Acegi authenticator: the PasswordComparisonAuthenticator. Before I was using a BindAuthenticator so it was the user himself connecting to the server, and now there is a manager Account

R: [Attributes manipulation] How to manipulate attributes inside the server

2007-03-20 Thread Flavio Minori
Hi Emmanuel, excuse me if the mail is probably out of topic but I want to report this: In my Ldap server I have this account: DN: uid=STEVEHARRIS, ou=people, dc=irons and in the OrganizationalRole I have the roleOccupant attribute setted to: roleOccupant: uid=STEVEHARRIS, ou=people, dc=irons

R: R: [Attributes manipulation] How to manipulate attributes inside the server

2007-03-21 Thread Flavio Minori
was caseIgnoreMatch like CN then I could suspect an issue w/ ApacheDS. Alex On 3/20/07, Flavio Minori [EMAIL PROTECTED] wrote: Hi Emmanuel, excuse me if the mail is probably out of topic but I want to report this: In my Ldap server I have this account: DN: uid=STEVEHARRIS, ou=people, dc=irons