group_type       4245 source3/passdb/pdb_ldap.c 	uint16 group_type;
group_type       4567 source3/passdb/pdb_ldap.c 	uint16 group_type;
group_type       4583 source3/passdb/pdb_ldap.c 	group_type = atoi(vals[0]);
group_type       4585 source3/passdb/pdb_ldap.c 	if ((state->group_type != 0) &&
group_type       4586 source3/passdb/pdb_ldap.c 	    ((state->group_type != group_type))) {
group_type       4660 source3/passdb/pdb_ldap.c 	switch (group_type) {
group_type       4674 source3/passdb/pdb_ldap.c 			DEBUG(0,("unkown group type: %d\n", group_type));
group_type       4714 source3/passdb/pdb_ldap.c 	state->group_type = type;
group_type       1864 source3/utils/net_rpc.c 	enum lsa_SidType group_type;
group_type       1876 source3/utils/net_rpc.c 					       &group_sid, &group_type))) {
group_type       1881 source3/utils/net_rpc.c 	if (group_type == SID_NAME_DOM_GRP) {
group_type       1892 source3/utils/net_rpc.c 	if (group_type == SID_NAME_ALIAS) {
group_type       2063 source3/utils/net_rpc.c 	enum lsa_SidType group_type;
group_type       2075 source3/utils/net_rpc.c 					       &group_sid, &group_type))) {
group_type       2080 source3/utils/net_rpc.c 	if (group_type == SID_NAME_DOM_GRP) {
group_type       2091 source3/utils/net_rpc.c 	if (group_type == SID_NAME_ALIAS) {
group_type        828 source3/winbindd/winbindd_group.c 	enum lsa_SidType group_type;
group_type        868 source3/winbindd/winbindd_group.c 	    !fill_grent_mem(domain, s->state, &s->group_sid, s->group_type,
group_type        950 source3/winbindd/winbindd_group.c 	s->group_type = name_type;
group_type        560 source4/dsdb/samdb/ldb_modules/samldb.c 	unsigned int group_type;
group_type        592 source4/dsdb/samdb/ldb_modules/samldb.c 		group_type = samdb_result_uint(ac->msg, "groupType", 0);
group_type        593 source4/dsdb/samdb/ldb_modules/samldb.c 		if (group_type == 0) {
group_type        598 source4/dsdb/samdb/ldb_modules/samldb.c 			account_type = samdb_gtype2atype(group_type);
group_type       1357 source4/dsdb/samdb/ldb_modules/samldb.c 	unsigned int group_type, user_account_control, account_type;
group_type       1375 source4/dsdb/samdb/ldb_modules/samldb.c 		group_type = strtoul((const char *)el->values[0].data, NULL, 0);
group_type       1376 source4/dsdb/samdb/ldb_modules/samldb.c 		account_type =  samdb_gtype2atype(group_type);