diff --git a/contrib/slapd-modules/acl/posixgroup.c b/contrib/slapd-modules/acl/posixgroup.c index 3f06b7fd58..f5c8f2f3f1 100644 --- a/contrib/slapd-modules/acl/posixgroup.c +++ b/contrib/slapd-modules/acl/posixgroup.c @@ -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 ) {