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

Luke Kenneth Casson Leighton (lkcl@regent.push.net)
Thu, 30 Apr 1998 13:16:41 +0000 (GMT)

Date:	Thu, 30 Apr 1998 13:16:41 +0000 (GMT)
From:	Luke Kenneth Casson Leighton <lkcl@regent.push.net>
To:	Samba Mailing List <samba@samba.anu.edu.au>, Samba Technical List <samba-technical@samba.anu.edu.au>,
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@samba.anu.edu.au>
To: Multiple recipients of list <samba-cvs@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@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.