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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dmapping.h30 fstring nt_name; member in struct:_GROUP_MAP
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_util.c159 DEBUG(10,("get_alias_user_groups: not returing %s, not an ALIAS group.\n", map.nt_name));
168 DEBUG(10,("get_alias_user_groups: not returing %s, not in the domain SID.\n", map.nt_name));
174 DEBUG(10,("get_alias_user_groups: not returing %s, not local.\n", map.nt_name));
179 if (Get_Pwnam(map.nt_name) != 0) {
180 DEBUG(10,("get_alias_user_groups: not returing %s, clashes with user.\n", map.nt_name));
221 DEBUG(10,("get_alias_user_groups: not returing %s, not an ALIAS group.\n", map.nt_name));
230 DEBUG(10,("get_alias_user_groups: not returing %s, not in the domain SID.\n", map.nt_name));
236 DEBUG(10,("get_alias_user_groups: not returing %s, not local.\n", map.nt_name ));
241 if (Get_Pwnam(map.nt_name) != 0) {
242 DEBUG(10,("get_alias_user_groups: not returing %s, clashes with user.\n", map.nt_name ));
[all...]
H A Dsrv_samr_nt.c327 fstrcpy(grp_array[i].name, map[i].nt_name);
914 fstrcpy((*d_grp)[i].name, map[i+start_idx].nt_name);
1276 init_samr_alias_info1(&r_u->ctr.alias.info1, map.nt_name, 1, map.comment);
4054 init_samr_group_info1(&ctr->group.info1, map.nt_name, map.comment, num_sids);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/groupdb/
H A Dmapping.c187 map->gid, map->sid_name_use, map->nt_name, map->comment);
206 BOOL add_initial_entry(gid_t gid, const char *sid, enum SID_NAME_USE sid_name_use, const char *nt_name, const char *comment) argument
222 fstrcpy(map.nt_name, nt_name);
257 &map->gid, &map->sid_name_use, &map->nt_name, &map->comment);
303 &map->gid, &map->sid_name_use, &map->nt_name, &map->comment);
353 &map->gid, &map->sid_name_use, &map->nt_name, &map->comment);
362 if (StrCaseCmp(name, map->nt_name)==0) {
443 &map.gid, &map.sid_name_use, &map.nt_name, &map.comment);
454 DEBUG(11,("enum_group_mapping: group %s is not of the requested type\n", map.nt_name));
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_groupmap.c96 d_printf("%s (%s) -> %s\n", map.nt_name, string_sid, gidtoname(map.gid));
98 d_printf("%s\n", map.nt_name);
399 fstrcpy( map.nt_name, ntgroup );
H A Dnet.c561 map[i].nt_name,
565 DEBUG(1,("%d is group '%s'\n", rid, map[i].nt_name));
H A Dnet_rpc_samsync.c560 fstrcpy(map.nt_name, name);
745 fstrcpy(map.nt_name, name);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/printing/
H A Dnt_printing.c3122 char *nt_name = lines[i]; local
3123 char *os2_name = strchr(nt_name,'=');
3130 while (isspace(*nt_name))
3131 nt_name++;
3133 if (!*nt_name || strchr("#;",*nt_name))
3137 int l = strlen(nt_name);
3138 while (l && isspace(nt_name[l-1])) {
3139 nt_name[l-1] = 0;
3155 if (strequal(nt_name,drivernam
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dpassdb.c759 DEBUG(5,("local_lookup_sid: mapped group %s to gid %u\n", map.nt_name, (unsigned int)map.gid));
761 DEBUG(5,("local_lookup_sid: mapped group %s to no unix gid. Returning name.\n", map.nt_name));
764 fstrcpy(name, map.nt_name);
H A Dpdb_ldap.c1738 fstrcpy(map->nt_name, temp);
1775 get_attr_key2string( groupmap_attr_list, LDAP_ATTR_DISPLAY_NAME), map->nt_name);
2185 DEBUG(11,("ldapsam_enum_group_mapping: group %s is not of the requested type\n", map.nt_name));
2189 DEBUG(11,("ldapsam_enum_group_mapping: group %s is non mapped\n", map.nt_name));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dlanman.c1676 char* name=group_list[i].nt_name;

Completed in 91 milliseconds