Hi everybody,
How can i set other ldap attributes (sn, adress...) into my UserDetails Implementation.
Do i have to extends LdapAuthenticationProvider ?
I 'm juste able to retrieve the username...
Type: Posts; User: benoit_m35; Keyword(s):
Hi everybody,
How can i set other ldap attributes (sn, adress...) into my UserDetails Implementation.
Do i have to extends LdapAuthenticationProvider ?
I 'm juste able to retrieve the username...
Hello everybody,
I want to use two differents databases with a single web application using
spring and hibernate.
The databases schemas are differents but have some businness relationships. i...
hi,
i've change the code in order to make a lot of enhancement.
please feel free to ask in case of misunderstanding.
-- Benoît.
public class LdapPasswordAuthenticationDao implements...
Hi,
here is the code which allow me to authenticate a user with his sAMAccountName instead of using the distinguished name.
As in almost authentication process, the manager do a bind in order to...
sorry for my first post. I 've modify the code to allow authentication with the sAMAccountName field. It works good. The code is very maintenable. Thanks for this pretty system.
-- Benoît.
Please, can you tell me
how i can configure LDAPPasswordAuthenticationDao in order to
logon with the sAMAccountName (and not with the distinguished name) ?
Thanks.
Hi,
i'm using the acegi security framework in order to authenticate
and manage rights with an ldap backend.
I expected that LDAPPasswordAuthenticationDao will give me some
solutions about that...