mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix up dir drive call.
(This used to be commit fe229cc126a4bfdce12882ac7eaa893e00cd506e)
This commit is contained in:
parent
c0f66c1786
commit
de4752d6e7
@ -91,7 +91,7 @@ static int print_sam_info (SAM_ACCOUNT *sam_pwent, BOOL verbosity, BOOL smbpwdst
|
||||
sid_string_static(pdb_get_group_sid(sam_pwent)));
|
||||
printf ("Full Name: %s\n", pdb_get_fullname(sam_pwent));
|
||||
printf ("Home Directory: %s\n", pdb_get_homedir(sam_pwent));
|
||||
printf ("HomeDir Drive: %s\n", pdb_get_dirdrive(sam_pwent));
|
||||
printf ("HomeDir Drive: %s\n", pdb_get_dir_drive(sam_pwent));
|
||||
printf ("Logon Script: %s\n", pdb_get_logon_script(sam_pwent));
|
||||
printf ("Profile Path: %s\n", pdb_get_profile_path(sam_pwent));
|
||||
printf ("Domain: %s\n", pdb_get_domain(sam_pwent));
|
||||
|
Loading…
x
Reference in New Issue
Block a user