|
I don't know how you're creating the users or starting the shell, so these are guesses:
Have you checked that the users' shell is /bin/bash?
Also, are you logging in at a console, so the shell is being started as a login shell? If your default run level is 4 and you sign in at a gui, most of the terminals start non-login shells so ~/.bash_profile won't be run.
|