grouptype         545 source3/libnet/libnet_samsync_ldif.c 	uint32 grouptype = 0, g_rid = 0;
grouptype         549 source3/libnet/libnet_samsync_ldif.c 	grouptype = 2;
grouptype         589 source3/libnet/libnet_samsync_ldif.c 	fprintf(add_fd, "sambaGroupType: %d\n", grouptype);
grouptype         764 source3/libnet/libnet_samsync_ldif.c 	uint32 grouptype = 0, g_rid = 0;
grouptype         776 source3/libnet/libnet_samsync_ldif.c 		grouptype = 4;
grouptype         779 source3/libnet/libnet_samsync_ldif.c 		grouptype = 5;
grouptype         782 source3/libnet/libnet_samsync_ldif.c 		grouptype = 4;
grouptype         825 source3/libnet/libnet_samsync_ldif.c 	fprintf(add_fd, "sambaGroupType: %d\n", grouptype);
grouptype        5323 source3/passdb/pdb_ldap.c 	char *grouptype;
grouptype        5426 source3/passdb/pdb_ldap.c 	grouptype = talloc_asprintf(tmp_ctx, "%d", SID_NAME_DOM_GRP);
grouptype        5428 source3/passdb/pdb_ldap.c 	if (!groupsidstr || !grouptype) {
grouptype        5435 source3/passdb/pdb_ldap.c 	smbldap_set_mod(&mods, LDAP_MOD_ADD, "sambaGroupType", grouptype);
grouptype        1068 source3/utils/net_sam.c 	enum lsa_SidType grouptype, membertype;
grouptype        1077 source3/utils/net_sam.c 			 &groupdomain, &groupname, &group, &grouptype)) {
grouptype        1102 source3/utils/net_sam.c 	if ((grouptype == SID_NAME_ALIAS) || (grouptype == SID_NAME_WKN_GRP)) {
grouptype        1121 source3/utils/net_sam.c 			  sid_type_lookup(grouptype));
grouptype        1141 source3/utils/net_sam.c 	enum lsa_SidType grouptype;
grouptype        1150 source3/utils/net_sam.c 			 &groupdomain, &groupname, &group, &grouptype)) {
grouptype        1164 source3/utils/net_sam.c 	if ((grouptype == SID_NAME_ALIAS) ||
grouptype        1165 source3/utils/net_sam.c 	    (grouptype == SID_NAME_WKN_GRP)) {
grouptype        1176 source3/utils/net_sam.c 			  sid_type_lookup(grouptype));
grouptype        1199 source3/utils/net_sam.c 	enum lsa_SidType grouptype;
grouptype        1208 source3/utils/net_sam.c 			 &groupdomain, &groupname, &group, &grouptype)) {
grouptype        1213 source3/utils/net_sam.c 	if ((grouptype == SID_NAME_ALIAS) ||
grouptype        1214 source3/utils/net_sam.c 	    (grouptype == SID_NAME_WKN_GRP)) {
grouptype        1241 source3/utils/net_sam.c 			  "%s is a %s\n", argv[0], sid_type_lookup(grouptype));