nufw-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nufw-users] NuAuth and the LDAP login attribute


From: Christophe Nowicki
Subject: [Nufw-users] NuAuth and the LDAP login attribute
Date: Fri, 22 Sep 2006 18:05:48 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

Hi,

I've found an issue with the NuAuth and LDAP authentification.
The LDAP attribut used for user authentification is hard coded in the
source code :

Sep 22 17:51:13 ldap slapd[15650]: conn=1096 op=1 SRCH
base="ou=people,dc=network,dc=com" scope=2 deref=0
filter="(&(objectClass=NuAccount)(cn=cscm))"

As you can see, nuauth is using cn=<user_name> when looking for an user.
But my company is using uid as an prefix. (uid=<user_name>).

This prefix is defined in the ldap.c file :
./nuauth/modules/ldap/ldap.c:452:  if
(snprintf(filter,LDAP_QUERY_SIZE-1,"(&(objectClass=NuAccount)(cn=%s))",user)
>= (LDAP_QUERY_SIZE-1)){

You should give the possibility to configure login attribut from the
nuauth.conf file :

   ldap_login_attr=cn

Best Regards,
-- 
Nowicki Christophe
http://csquad.org






reply via email to

[Prev in Thread] Current Thread [Next in Thread]