openldap/servers/slapd/tools
Pierangelo Masarati 4602c935f7 saslAuthzTo/From stuff
when comparing IDs to saslAuthzTo/From values, the saslAuthzTo
saslAuthzFrom values can take different forms:

dn[.<style>]:<pattern>

<style> ::= 	exact		; exact match
		children	; children of <pattern> match
		subtree		; <pattern> or children of <pattern> match
		regex		; <pattern> is regcomp() & regexec()
if no <style>, then exact is assumed

u[.<mech>][/<realm>]:<user>

when parsing a proxyAuthz value, only exact DN is allowed,
and no <mech> can be specified.  <user> cannot contain ':'
and <mech> cannot contain '/'.
2003-12-13 23:02:59 +00:00
..
Makefile.in Delete $(LDIF_LIBS). The library has been merged into -llutil. 2003-11-28 22:01:44 +00:00
mimic.c saslAuthzTo/From stuff 2003-12-13 23:02:59 +00:00
slapadd.c Notices and acknowledgements 2003-11-26 16:52:33 +00:00
slapadd.dsp Update control framework 2002-03-24 02:17:21 +00:00
slapcat.c ITS#2865 don't try to calloc 0 bytes, log an error and return instead. 2003-12-09 20:10:44 +00:00
slapcat.dsp Update control framework 2002-03-24 02:17:21 +00:00
slapcommon.c ITS#2868 check result from slap_startup 2003-12-09 19:26:14 +00:00
slapcommon.h Notices and acknowledgements 2003-11-26 16:52:33 +00:00
slapindex.c Notices and acknowledgements 2003-11-26 16:52:33 +00:00
slapindex.dsp Update control framework 2002-03-24 02:17:21 +00:00
slappasswd.c Notices and acknowledgements 2003-11-26 16:52:33 +00:00