homeDirSafe option for startProcess() method#63
Conversation
LDAP backed Unix hosts might not allow users to run commands if they are not logged in to that host previously since they don't have a home directory yet. This option, when set to true, creates a shell before running a command and immediately closes it to trigger home directory creation.
|
XebiaLabs » overthere #63 SUCCESS |
|
Hi Ozgur, Thanks for the pull request. Before I merge it, I'd like it to be implemented differently:
The first change allows existing code to use the same connection method. The second change just makes the code cleaner and easier to maintain. The third one just makes it more efficient. Can you make those changes? Alternatively you can wait until I have some time to make them. :-) Regards, Vincent. |
|
Hello Vincent, Actually I was thinking about it too (: this is a very fast implementation If I can spare some time I'll try to do it (: Thank you, On Wed, Nov 14, 2012 at 12:35 PM, Vincent Partington <
|
|
Hi Ozgur, OK. If you can continue your project for now, then I'll either wait until you send me a new pull request or until I find some time to make it nice myself. No hurry. :-) Regards, Vincent. |
LDAP backed Unix hosts might not allow users to run commands if they
are not logged in to that host previously since they don't have a home
directory yet. This option, when set to true, creates a shell before
running a command and immediately closes it to trigger home directory
creation.