* mkpasswd.cc (enum_users): Shorten "unused" passwd field.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2001-10-15  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* mkpasswd.cc (enum_users): Shorten "unused" passwd field.  | ||||
|  | ||||
| 2001-10-13  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* Makefile.in: Allow stdinc searching for dumper. | ||||
|   | ||||
| @@ -206,7 +206,7 @@ enum_users (LPWSTR servername, int print_sids, int print_cygpath, | ||||
| 		    } | ||||
| 		} | ||||
| 	    } | ||||
| 	  printf ("%s:This_field_is_not_used_by_cygwin_on_nt/2000/xp:%d:%d:%s%s%s:%s:/bin/bash\n", username, | ||||
| 	  printf ("%s:unused_by_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