CVS update: samba/source/lib/rpc/server (fwd)

Bruce Tenison btenison at rstc.cc.al.us
Thu Apr 30 16:01:20 GMT 1998


One slight modification to this.  Make sure that the smbpasswd file exists,
and has entries for those people who have entries in the /etc/passwd file.
(Make the smbpasswd file with the mksmbpasswd.sh script to start.)  If an
entry doesn't exist in the smbpasswd file and exists in the passwd file, the
server will not create the smbpasswd file entry.

Bruce

-----Original Message-----
From:	samba at samba.anu.edu.au [mailto:samba at samba.anu.edu.au] On Behalf Of
Luke Kenneth Casson Leighton
Sent:	Thursday, April 30, 1998 8:24 AM
To:	Multiple recipients of list
Subject:	CVS update: samba/source/lib/rpc/server (fwd)

fyi the way that this will be used is to have:

encrypted passwords = no
update encrypted = yes

for a few days, have everyone log in with their clear-text password, and
a private/smbpasswd file will automatically be generated.

then switch to

encrypted passwords = yes
update encrypted = no

and voila.

if you were feeling _really_ adventurous you could have:

include = smb.conf.%M

and have one file smb.conf.MACHINE_CT (clear-text for short)
with

encrypted passwords = no
update encrypted = yes

and another file smb.conf.MACHINE

with the other stuff in...

luke

---------- Forwarded message ----------
Date: Thu, 30 Apr 1998 11:44:18 +1000
From: Jeremy Allison <jra at samba.anu.edu.au>
To: Multiple recipients of list <samba-cvs at samba.anu.edu.au>
Subject: CVS update: samba/source/lib/rpc/server


Date:	Thursday April 30, 1998 @ 11:39
Author:	jra

Update of /data/cvs/samba/source/lib/rpc/server
In directory samba:/tmp/cvs-serv91/lib/rpc/server

Modified Files:
	srv_netlog.c
Log Message:
Added patch from Bruce Tenison <btenison at dibbs.net> to allow encrypted
passwords to be stored over time, allowing a smbpasswd file migration.
Adds new parameter "update encrypted".
Will also add to 1.9.18 branch.
Docs update to follow.
Jeremy.



More information about the samba mailing list