mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
reflect API changes
This commit is contained in:
parent
99a6ba2e10
commit
c365b701cb
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue