[Date Prev][Date Next] [Chronological] [Thread] [Top]

passwd extop backend selection (ITS#2851)



Full_Name: Pierangelo Masarati
Version: HEAD
OS: Linux RH
URL: http://www.sys-net.it/~ando/Download/slap-passwd-extop-2003-11-30.patch
Submission from: (NULL) (81.72.89.40)
Submitted by: ando


passwd_extop() in servers/slapd/passwd.c uses op->o_conn->c_authz_backend 
(the authorizing backend) to operate the password change.  This patch uses
the ID field in reqdata, if any, to select the appropriate backend, in
view of using passwd_extop across backends in glued backend pools.

Any drawback or security issue?

Ando.