diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 02:40:23 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 02:40:23 +0100 |
commit | 76b3e15f27cb2c3710e06f8cc74f95809d2a45ad (patch) | |
tree | 36542caa82f82a5627c0c34644a6ec8d5d30cbf4 /ldap | |
parent | 8b1341528e8028d5569240f60e7a0521388b22a3 (diff) |
Comment.
Diffstat (limited to 'ldap')
-rw-r--r-- | ldap/fripost.ldif | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ldap/fripost.ldif b/ldap/fripost.ldif index 2aa7bd0..e4b2413 100644 --- a/ldap/fripost.ldif +++ b/ldap/fripost.ldif @@ -52,6 +52,15 @@ olcAttributeTypes: ( 1.3.6.1.4.1.40011.1.2.1.2 NAME 'fvl' SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} SINGLE-VALUE ) # +# This is redundant since we always use DNs of the form +# fvl=localpart,fvd=domainpart.tld,... +# (But Postfix doesn't allow the use of '%u' and '%d' from the query in +# its 'result_format'.) +# It is a priori insecure to allow arbitrary values here since users +# will modify this value themselves, however our Postfix will only +# accept well-formed values, enforced by a custom filter: +# query_filter = (&...(fripostLocalAlias=%u#%d)) +# result_attribute = fripostLocalAlias olcAttributeTypes: ( 1.3.6.1.4.1.40011.1.2.1.3 NAME 'fripostLocalAlias' DESC 'A local alias, typically localpart#domainpart.tld' EQUALITY caseIgnoreIA5Match |