Jive user creation on rhel4 doesn''t appear to be quite right

just a note for rhel 4 users: i had to change the shell for the jive user in /etc/passwd in order to run the app as the jive user.

changed this:

jive:x:501:501::/home/jive:/bin/false

to this:

jive:x:501:501::/home/jive:/bin/bash

this is something the developers should probably change in the redhat-postinstall.sh in their distribution too. in the redhat-postinstall.sh:

change this:

/usr/sbin/useradd $MESSENGER_USER -g $MESSENGER_GROUP

to this:

/usr/sbin/useradd $MESSENGER_USER -g $MESSENGER_GROUP -s /bin/bash

Thanks for the bug reports! I’'ve filed this as JM-426.

Regards,

Matt