Skip to content
Snippets Groups Projects
Commit dfe3b4fb authored by Howard Chu's avatar Howard Chu
Browse files

SLAP_NVALUES - quick hack, just set a->a_nvals = a->a_vals. will need to

fix this if ACLs are expected to work on the local slapd.
parent 4d22b569
Branches
Tags
No related merge requests found
......@@ -596,6 +596,9 @@ ldap_send_entry(
next_attr:;
#ifdef SLAP_NVALUES
attr->a_nvals = attr->a_vals;
#endif
*attrp = attr;
attrp = &attr->a_next;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment