mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
ITS#1716 is_entry_subentr/ies/y/
This commit is contained in:
parent
380806eebe
commit
ba5a584729
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue