mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
fix defaults in "group" in parsing (ITS#4761)
This commit is contained in:
parent
09abc9f8ae
commit
14ac05436a
@ -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 New Issue
Block a user