hello community!
We have a user with /bin/false as default shell, but we want to be able to launch command with this user "on the fly", by specifying a shell during the command.
We know that on linux we can do something like "su user -s /usr/bin/bash -c "touch /tmp/test"
but on Solaris 10x86, seems it's not working (nothing happens). I looked at the su man page but didn't help.
Do you know how can we do such thing?
The user is an LDAP user with the /bin/false shell. The user is shared between solaris and linux servers.
Thx a lot in advance