Re: [Samba] Re: FreeBSD: Changing UNIX password - Password Chat?

2008-02-25 Thread Jon Theil Nielsen
2008/2/21, Rob Mason <[EMAIL PROTECTED]>: > > Hi, > > I've had this problem on FreeBSD. Basically the behaviour of 'passwd' > changed somewhere between releases 5 and 7. I solved this by writing a > shell wrapper for the passwd tool. As simple as: > > #!/bin/sh > /usr/bin/passwd

[Samba] Re: FreeBSD: Changing UNIX password - Password Chat?

2008-02-22 Thread Rob Mason
Hi, I've had this problem on FreeBSD. Basically the behaviour of 'passwd' changed somewhere between releases 5 and 7. I solved this by writing a shell wrapper for the passwd tool. As simple as: #!/bin/sh /usr/bin/passwd -l $1 echo "Password Changed" Call the file "