This commit is contained in:
Pierangelo Masarati 2007-01-11 18:57:37 +00:00
parent 2a507f3f07
commit fb2e448e87
2 changed files with 5 additions and 4 deletions

View file

@ -1167,7 +1167,7 @@ static int dosearch(
nextended++;
print_extended( ld, msg );
if( ldap_msgid( msg ) == 0 ) {
if ( ldap_msgid( msg ) == 0 ) {
/* unsolicited extended operation */
goto done;
}

View file

@ -1259,10 +1259,11 @@ parse_acl(
}
if ( !is_at_syntax( b->a_group_at->ad_type,
SLAPD_DN_SYNTAX ) &&
SLAPD_DN_SYNTAX ) &&
!is_at_syntax( b->a_group_at->ad_type,
SLAPD_NAMEUID_SYNTAX ) &&
!is_at_subtype( b->a_group_at->ad_type, slap_schema.si_ad_labeledURI->ad_type ) )
SLAPD_NAMEUID_SYNTAX ) &&
!is_at_subtype( b->a_group_at->ad_type,
slap_schema.si_ad_labeledURI->ad_type ) )
{
char buf[ SLAP_TEXT_BUFLEN ];