]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema.c
apparently, structural_class() args changed
[openldap] / servers / slapd / schema.c
index 403dac0cdfa9f7adfd83f3e245f03b798f67ef01..0f27cffb38cae1af28f21606aca4ed793666869e 100644 (file)
@@ -120,11 +120,11 @@ schema_info( Entry **entry, const char **text )
                char            timebuf[ LDAP_LUTIL_GENTIME_BUFSIZE ];
 
                /*
-                * According to RFC 2251:
+                * According to RFC 4512:
 
-   Servers SHOULD provide the attributes createTimestamp and
-   modifyTimestamp in subschema entries, in order to allow clients to
-   maintain their caches of schema information.
+   Servers SHOULD maintain the 'creatorsName', 'createTimestamp',       
+   'modifiersName', and 'modifyTimestamp' attributes for all entries of 
+   the DIT. 
 
                 * to be conservative, we declare schema created 
                 * AND modified at server startup time ...