]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.h
ITS#8616 don't check for existing value when deleting values
[openldap] / servers / slapd / config.h
index 178912214af4be5bcb44f7e893f26f3974ab821b..04844a76fabe21d40e92a65b8838508cfb126c58 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2016 The OpenLDAP Foundation.
+ * Copyright 1998-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -60,6 +60,7 @@ typedef enum {
 #define ARG_UINT       0x00008000
 #define ARG_ATDESC     0x00009000
 #define ARG_ULONG      0x0000a000
+#define ARG_BINARY     0x0000b000
 
 #define ARGS_SYNTAX    0xffff0000
 #define ARG_IGNORED    0x00080000
@@ -134,6 +135,7 @@ typedef struct config_args_s {
        char *tline;
        const char *fname;
        int lineno;
+       int linelen;
        char log[MAXPATHLEN + STRLENOF(": line ") + LDAP_PVT_INTTYPE_CHARS(unsigned long)];
 #define cr_msg reply.msg
        ConfigReply reply;