mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add "subord" alias for subordinate scope
This commit is contained in:
parent
815c178edc
commit
afa10c3486
@ -2742,6 +2742,7 @@ static struct {
|
||||
{ BER_BVC("one"), LDAP_SCOPE_ONELEVEL },
|
||||
{ BER_BVC("onelevel"), LDAP_SCOPE_ONELEVEL }, /* OpenLDAP extension */
|
||||
{ BER_BVC("children"), LDAP_SCOPE_SUBORDINATE },
|
||||
{ BER_BVC("subord"), LDAP_SCOPE_SUBORDINATE },
|
||||
{ BER_BVC("subordinate"), LDAP_SCOPE_SUBORDINATE },
|
||||
{ BER_BVC("sub"), LDAP_SCOPE_SUBTREE },
|
||||
{ BER_BVC("subtree"), LDAP_SCOPE_SUBTREE }, /* OpenLDAP extension */
|
||||
|
Loading…
Reference in New Issue
Block a user