mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#1716 is_entry_subentr/ies/y/
This commit is contained in:
parent
380806eebe
commit
ba5a584729
@ -172,7 +172,7 @@ retry: /* transaction retry */
|
||||
}
|
||||
|
||||
#ifdef BDB_SUBENTRIES
|
||||
if( is_entry_subentries( e ) ) {
|
||||
if( is_entry_subentry( e ) ) {
|
||||
/* entry is an alias, don't allow operation */
|
||||
*text = "authorization entry is subentry";
|
||||
rc = LDAP_OTHER;
|
||||
|
Loading…
Reference in New Issue
Block a user