-
- Downloads
HEADS UP: connections are forced to "anonymous" status upon receiving
of a bind request and, upon failure, are left "anonymous." Rework ACL code to hide access testing within macros to facilate additions and eventual redesign. Addition of #ifdef SLAPD_ACLAUTH to conditional include EXPERIMENTAL "auth" access controls. Adds ACL_AUTH "auth" access level (above none, below "compare"). bind requires anonymous access at this level or above access to "entry"/"userPassword"/"krbName". This allows administrators to restrict which entries can be bound to. (This will likely become default behavior after testing has completed).
Showing
- servers/slapd/acl.c 22 additions, 22 deletionsservers/slapd/acl.c
- servers/slapd/aclparse.c 49 additions, 30 deletionsservers/slapd/aclparse.c
- servers/slapd/back-ldbm/bind.c 30 additions, 1 deletionservers/slapd/back-ldbm/bind.c
- servers/slapd/bind.c 10 additions, 0 deletionsservers/slapd/bind.c
- servers/slapd/config.c 6 additions, 5 deletionsservers/slapd/config.c
- servers/slapd/slap.h 43 additions, 8 deletionsservers/slapd/slap.h
Loading
Please register or sign in to comment