mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
fix defaults in "group" in parsing (ITS#4761)
This commit is contained in:
parent
09abc9f8ae
commit
14ac05436a
1 changed files with 1 additions and 0 deletions
|
|
@ -1130,6 +1130,7 @@ is_dn: bv.bv_len = uri->bv_len - (bv.bv_val - uri->bv_val);
|
|||
|
||||
} else {
|
||||
BER_BVSTR( &group_oc, SLAPD_GROUP_CLASS );
|
||||
BER_BVSTR( &member_at, SLAPD_GROUP_ATTR );
|
||||
}
|
||||
group_dn.bv_val++;
|
||||
group_dn.bv_len = uri->bv_len - ( group_dn.bv_val - uri->bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue