Changeset 105 for branches/samba-3.0/source/groupdb
- Timestamp:
- Nov 26, 2007, 9:24:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/groupdb/mapping.c
r71 r105 725 725 } 726 726 727 DEBUG(10,("Creating alias %s with gid %d\n", name, gid));727 DEBUG(10,("Creating alias %s with gid %d\n", groupname, gid)); 728 728 729 729 map.gid = gid; 730 730 sid_copy(&map.sid, &sid); 731 731 map.sid_name_use = SID_NAME_ALIAS; 732 fstrcpy(map.nt_name, name);732 fstrcpy(map.nt_name, groupname); 733 733 fstrcpy(map.comment, ""); 734 734
Note:
See TracChangeset
for help on using the changeset viewer.