]> git.sur5r.net Git - openldap/commitdiff
Add LDAP_MOD_SOFTADD const.
authorJuan Gomez <gomez@openldap.org>
Wed, 26 May 1999 11:30:18 +0000 (11:30 +0000)
committerJuan Gomez <gomez@openldap.org>
Wed, 26 May 1999 11:30:18 +0000 (11:30 +0000)
servers/slapd/slap.h

index 7ce8353259c9159d979ecfb4afc71e8e7d507fac..cdbc05c316092a9c3fb5999ca1f0d75347c34098 100644 (file)
 #undef f_next /* name conflict between sys/file.h on SCO and struct filter */
 #endif
 
+/* LDAPMod.mod_op value ===> Must be kept in sync with ldap.h!
+ *
+ * This is a value used internally by the backends. It is needed to allow
+ * adding values that already exist without getting an error as required by
+ * modrdn when the new rdn was already an attribute value itself.
+ * JCG 05/1999 (gomez@engr.sgi.com)
+ */
+#define LDAP_MOD_SOFTADD       0x04
+
 #define DN_DNS 0
 #define DN_X500        1