From: Pierangelo Masarati Date: Wed, 16 Jan 2013 20:38:33 +0000 (+0100) Subject: more about ITS#7493 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4a890d099c5d256625771fbd9fefb354a2261b06;p=openldap more about ITS#7493 --- diff --git a/contrib/slapd-modules/allowed/allowed.c b/contrib/slapd-modules/allowed/allowed.c index 0099b707f1..7f1d16a48f 100644 --- a/contrib/slapd-modules/allowed/allowed.c +++ b/contrib/slapd-modules/allowed/allowed.c @@ -47,11 +47,23 @@ #include "slap.h" /* - * Schema from + * NOTE: part of the schema definition reported below is taken + * from Microsoft schema definitions (OID, NAME, SYNTAX); * + * EQUALITY is taken from * + * (posted by Andrew Bartlett) * - * posted by Andrew Bartlett + * The rest is guessed. Specifically + * + * DESC briefly describes the purpose + * + * NO-USER-MODIFICATION is added to make attributes operational + * + * USAGE is set to "dSAOperation" as per ITS#7493, + * to prevent replication, since this information + * is generated (based on ACL and identity of request) + * and not stored. */ #define AA_SCHEMA_AT "1.2.840.113556.1.4"