]> git.sur5r.net Git - openldap/commitdiff
more about ITS#7493
authorPierangelo Masarati <ando@OpenLDAP.org>
Wed, 16 Jan 2013 20:38:33 +0000 (21:38 +0100)
committerPierangelo Masarati <ando@OpenLDAP.org>
Wed, 16 Jan 2013 20:38:54 +0000 (21:38 +0100)
contrib/slapd-modules/allowed/allowed.c

index 0099b707f1adc6d278d0fbc6bbfea36aba367b47..7f1d16a48f7986612dd56b4f6b39e39893abde70 100644 (file)
 #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 
  * <http://www.redhat.com/archives/fedora-directory-devel/2006-August/msg00007.html>
+ * (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"