Searched refs:pg_posixGroup (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/acl/
H A Dposixgroup.c32 static ObjectClass *pg_posixGroup; variable
83 if ( pg_posixGroup == NULL ) {
84 pg_posixGroup = oc_find( "posixGroup" );
85 if ( pg_posixGroup == NULL ) {
94 if ( pg_posixGroup == NULL ) {
245 rc = be_entry_get_rw( op, &group_ndn, pg_posixGroup, pg_memberUid, 0, &group );

Completed in 114 milliseconds