mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Revert previous commit again. autosubtypes are gone for good.
This commit is contained in:
parent
fde56a188c
commit
d70498f0f2
2 changed files with 0 additions and 3 deletions
|
|
@ -56,8 +56,6 @@ int slap_str2index( const char *str, slap_mask_t *idx )
|
|||
*idx = SLAP_INDEX_NOLANG;
|
||||
} else if ( strcasecmp( str, "nosubtypes" ) == 0 ) {
|
||||
*idx = SLAP_INDEX_NOSUBTYPES;
|
||||
} else if ( strcasecmp( str, "autosubtypes" ) == 0 ) {
|
||||
*idx = SLAP_INDEX_AUTO_SUBTYPES;
|
||||
} else {
|
||||
return LDAP_OTHER;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -196,7 +196,6 @@ typedef struct slap_ssf_set {
|
|||
#define SLAP_INDEX_FLAGS 0xF000UL
|
||||
#define SLAP_INDEX_NOSUBTYPES 0x1000UL /* don't use index w/ subtypes */
|
||||
#define SLAP_INDEX_NOLANG 0x2000UL /* don't use index w/ lang */
|
||||
#define SLAP_INDEX_AUTO_SUBTYPES 0x4000UL /* use mask with lang subtypes */
|
||||
|
||||
/*
|
||||
* there is a single index for each attribute. these prefixes ensure
|
||||
|
|
|
|||
Loading…
Reference in a new issue