* uinfo.cc (pwdgrp::fetch_account_from_windows): Default to /bin/bash
as login shell.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2014-02-14  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* uinfo.cc (pwdgrp::fetch_account_from_windows): Default to /bin/bash | ||||
| 	as login shell. | ||||
|  | ||||
| 2014-02-13  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* ldap.cc (cyg_ldap::fetch_posix_offset_for_domain): If domain name | ||||
|   | ||||
| @@ -1698,7 +1698,7 @@ pwdgrp::fetch_account_from_windows (fetch_user_arg_t &arg, bool group) | ||||
| 		      dom, name, | ||||
| 		      sid.string (sidstr), | ||||
| 		      home ? L"" : L"/home/", home ?: user ?: name, | ||||
| 		      shell ?: L"/bin/sh"); | ||||
| 		      shell ?: L"/bin/bash"); | ||||
|   sys_wcstombs_alloc (&line, HEAP_BUF, linebuf); | ||||
|   debug_printf ("line: <%s>", line); | ||||
|   return line; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user