X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fschema.c;h=0f27cffb38cae1af28f21606aca4ed793666869e;hb=1939ed3fc29d0d1c01a0a9390d2c51ac2a85260f;hp=403dac0cdfa9f7adfd83f3e245f03b798f67ef01;hpb=78172aa0cf52dd5beb8994c10ba5ea6bd18a5e65;p=openldap diff --git a/servers/slapd/schema.c b/servers/slapd/schema.c index 403dac0cdf..0f27cffb38 100644 --- a/servers/slapd/schema.c +++ b/servers/slapd/schema.c @@ -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 ...