CVS update: samba/source/lib/rpc/server (fwd)
Luke Kenneth Casson Leighton
lkcl at regent.push.net
Thu Apr 30 13:16:41 GMT 1998
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-technical
mailing list