CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/05/14 01:53:47
Modified files:
usr.sbin/ldapd : auth.c ldapd.conf.5 ldapd.h modify.c parse.y
search.c
Log message:
Add support to filter on attributes.
This can be used to allow users to change their password (and a few
other things) but not their entire dn. For example:
allow read access to any by self
allow write access to any attribute userPassword by self
This is currently only supported for "write" (modify, add, delete) and
not "read" (search) filter rules.
OK jmatthew@