mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-13 10:22:56 -05:00
ITS#10235 slapo-nestgroup: silence extraneous register_at message
This commit is contained in:
parent
aa31963e44
commit
b490437a66
1 changed files with 1 additions and 1 deletions
|
|
@ -876,7 +876,7 @@ int nestgroup_initialize() {
|
|||
"USAGE dSAOperation " /* added; questioned */
|
||||
"NO-USER-MODIFICATION " /* added */
|
||||
"X-ORIGIN 'iPlanet Delegated Administrator' )",
|
||||
&ad_memberOf, 0 );
|
||||
&ad_memberOf, 1 );
|
||||
if ( code && code != SLAP_SCHERR_ATTR_DUP ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"nestgroup_initialize: register_at (memberOf) failed\n" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue