]> git.sur5r.net Git - openldap/commitdiff
reflect API changes
authorPierangelo Masarati <ando@openldap.org>
Mon, 22 Aug 2005 16:31:23 +0000 (16:31 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 22 Aug 2005 16:31:23 +0000 (16:31 +0000)
contrib/slapd-modules/acl/posixgroup.c

index 3f06b7fd58621348f9977da5506d31e7ae059a7b..f5c8f2f3f12107b0c94f3d96f8c17dbf5f9869dd 100644 (file)
@@ -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 ) {