Changeset 124 for branches/samba-3.0/source/auth/auth_util.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/auth/auth_util.c
r108 r124 812 812 } 813 813 fstr_sprintf( root_name, "%s\\root", get_global_sam_name() ); 814 ret = lookup_name( ctx, root_name, 0, NULL, NULL, &root_sid, &type );814 ret = lookup_name( ctx, root_name, LOOKUP_NAME_DOMAIN, NULL, NULL, &root_sid, &type ); 815 815 TALLOC_FREE( ctx ); 816 816
Note:
See TracChangeset
for help on using the changeset viewer.