openldap/servers
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
..
slapd saslAuthzTo/From stuff 2003-12-13 23:02:59 +00:00
slurpd ITS#2807: version option support (-V[V]) based on patch submitted 2003-12-02 16:57:34 +00:00
Makefile.in Notice/Acknowledge updates 2003-11-26 02:58:56 +00:00