Skip to content
Snippets Groups Projects
Commit c365b701 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

reflect API changes

parent 99a6ba2e
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ static int
pg_dynacl_parse(
const char *fname,
int lineno,
const char *opts,
slap_style_t style,
const char *pattern,
void **privp )
......@@ -75,6 +76,8 @@ pg_dynacl_parse(
goto cleanup;
}
/* TODO: use opts to allow the use of different
* group objects and member attributes */
if ( pg_posixGroup == NULL ) {
pg_posixGroup = oc_find( "posixGroup" );
if ( pg_posixGroup == NULL ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment