]> git.sur5r.net Git - openldap/commit
Update back-passwd based on patches from howard.chu@platinum.com.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 29 Apr 1999 06:50:00 +0000 (06:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 29 Apr 1999 06:50:00 +0000 (06:50 +0000)
commit9b8a5036dd0d52242e05e3348088ea3365e10149
tree60d7612d702140a9791b40dd27828196c271c667
parentaf26f023e73bfe362725f05ba72c20311966e19f
Update back-passwd based on patches from howard.chu@platinum.com.
Modified by me to dn_*() and attr_*() functions and to use
uidObject and to handle search scopes better.  Could use some
more work.  A fun project for anyone wanting to learn how
backends work.
Modified dn_parent and dn_rdn to accept be=NULL (to bypass
be_issuffix check).  These functions should be generalized
and moved to -lldap.  A project for another day.
servers/slapd/back-passwd/search.c
servers/slapd/dn.c
tests/Makefile.in
tests/data/slapd-passwd.conf [new file with mode: 0644]
tests/scripts/defines.sh
tests/scripts/passwd-search [new file with mode: 0755]