Displaying 2 results from an estimated 2 matches for "buildsmbpasswd".
1999 Jan 27
0
Encrypted passwords really necessary for PDC ?
...account ending in $)
# - put a U in the smbpasswd flag field of user accounts
My smbpasswd server is also my NIS master server so I call this script
from my yp Makefile using this rule:
smbpasswd.time: passwd.time
@echo 'building smbpasswd file';
@/usr/local/samba/private/buildsmbpasswd;
@touch smbpasswd.time;
So the process to create a new user or machine account is:
- create unix account
- set unix password
- run yp make
- set smbpasswd
On Thu, 28 Jan 1999, Andrew Perrin - Demography wrote:
> Date: Thu, 28 Jan 1999 03:31:32 +1100
> From: Andrew Perrin - Demog...
1998 Jul 02
1
Synchronize Unix/SMB passwords with 'synchpasswd'
Hi,
It's been a while since I created my smbpasswd file, and therefore
it is
no longer in synch with my Unix file. I've added and removed users over time,
and now I need a way to update the 'smbpasswd' file without losing the
encrypted passwords that are already in place (ie. I don't want to just run
'makesmbpasswd.sh' again).
So, I've written the