Hi Jon
Your answer was very close. Thank you. Somewhere I've read I have to
modify the /etc/pam.conf file for samba user.
I checked on old server how did it so many years ago. I was wrong
because put long space/gap as you wrote and as who wrote that
configuration file.
Here are the two versi
assuming that you can get root:
grep -c joe /etc/shadow /etc/passwd
grep -i passw /etc/pam.conf
# passwd command (explicit because of a different authentication module)
passwdauth requiredpam_passwd_auth.so.1
# Default definition for Password management
# Used when service name is no
I think you should truss as a root user to change the password for joe user.
# truss passwd joe
On Fri, Aug 1, 2014 at 1:07 PM, Michael Schuster
wrote:
> I don't know whether truss on a suid binary (which I seem to remember
> passwd being) will work ...
>
>
> On Fri, Aug 1, 2014 at 12:02 PM, M
I don't know whether truss on a suid binary (which I seem to remember
passwd being) will work ...
On Fri, Aug 1, 2014 at 12:02 PM, Mohamed Khalfella
wrote:
> Hi,
>
> You could try
>
> $ truss passwd joe
>
> to get what system call fails for you.
>
>
> On Fri, Aug 1, 2014 at 12:34 PM, Jozsef Bro
Hi,
You could try
$ truss passwd joe
to get what system call fails for you.
On Fri, Aug 1, 2014 at 12:34 PM, Jozsef Brogyanyi wrote:
> Hi
>
> I can not change my passwd as a user and as root too. On older setup this
> function is worked. Which is the trick in this case? Thanks.
>
> joe@hipst
Hi
I can not change my passwd as a user and as root too. On older setup this
function is worked. Which is the trick in this case? Thanks.
joe@hipster:/export/home/joe$ passwd
passwd: Changing password for joe
Enter existing login password:
Permission denied
___