* Makefile.in (dumper): Change logic for libbfd and libintl so that they will
be found either in the build tree or the installed directory. * mkpasswd.c (enum_users): Add a comment as a password for NT.
This commit is contained in:
@ -206,7 +206,7 @@ enum_users (LPWSTR servername, int print_sids, int print_cygpath,
|
||||
}
|
||||
}
|
||||
}
|
||||
printf ("%s::%d:%d:%s%s%s:%s:/bin/bash\n", username,
|
||||
printf ("%s:This_field_is_not_used_by_cygwin_on_nt/2000/xp:%d:%d:%s%s%s:%s:/bin/bash\n", username,
|
||||
uid + id_offset,
|
||||
gid + id_offset,
|
||||
fullname,
|
||||
|
Reference in New Issue
Block a user