]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schemaparse.c
ITS#2919 add a user modifiable generalizedTime attribute
[openldap] / servers / slapd / schemaparse.c
index 6205f382fba2aa653325b7a9e5600601449b7fd9..a1c6f34f12cf2caee2f5e89334f0fca096568cfd 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2005 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -25,6 +25,8 @@
 #include "slap.h"
 #include "ldap_schema.h"
 
+int    global_schemacheck = 1; /* schemacheck ON is default */
+
 static void            oc_usage(void); 
 static void            at_usage(void);