Re: [Cloud] Changing my shell preference

2018-01-28 Thread Francisco Venancio
While 'ldapsearch -x uid=tools.huji loginShell' returns 'loginShell: /usr/bin/zsh'; 'ldapsearch -x uid=tools.huji loginShell' returns 'loginShell: /bin/bash'. Since 'become huji' is effectively 'sudo -niu tools.huji' (after running some checks) it will check what the configured shell is for tools.

Re: [Cloud] Changing my shell preference

2018-01-28 Thread Huji Lee
The method proposed above works with my own username (huji). But when I do "become huji" (my bot's name is also huji), the new "tools.huji" account still uses bash. How can I make that one use another shell? On Sun, Dec 31, 2017 at 3:14 PM, Bryan Davis wrote: > On Sun, Dec 31, 2017 at 10:02 AM,