svn commit: samba r685 - in branches/SAMBA_4_0/source: . auth
include lib nsswitch passdb smb_server smbd
abartlet at samba.org
abartlet at samba.org
Thu May 13 15:34:56 GMT 2004
Author: abartlet
Date: 2004-05-13 15:34:56 +0000 (Thu, 13 May 2004)
New Revision: 685
Removed:
branches/SAMBA_4_0/source/passdb/config.m4
branches/SAMBA_4_0/source/passdb/machine_sid.c
branches/SAMBA_4_0/source/passdb/passdb.c
branches/SAMBA_4_0/source/passdb/passdb.h
branches/SAMBA_4_0/source/passdb/pdb_compat.c
branches/SAMBA_4_0/source/passdb/pdb_get_set.c
branches/SAMBA_4_0/source/passdb/pdb_guest.c
branches/SAMBA_4_0/source/passdb/pdb_interface.c
branches/SAMBA_4_0/source/passdb/pdb_ldap.c
branches/SAMBA_4_0/source/passdb/pdb_smbpasswd.c
branches/SAMBA_4_0/source/passdb/pdb_tdb.c
branches/SAMBA_4_0/source/passdb/pdb_unix.c
branches/SAMBA_4_0/source/passdb/util_sam_sid.c
Modified:
branches/SAMBA_4_0/source/auth/auth.h
branches/SAMBA_4_0/source/auth/auth_sam.c
branches/SAMBA_4_0/source/auth/auth_util.c
branches/SAMBA_4_0/source/auth/config.m4
branches/SAMBA_4_0/source/configure.in
branches/SAMBA_4_0/source/include/includes.h
branches/SAMBA_4_0/source/include/smb.h
branches/SAMBA_4_0/source/lib/username.c
branches/SAMBA_4_0/source/lib/util_getent.c
branches/SAMBA_4_0/source/lib/util_sid.c
branches/SAMBA_4_0/source/nsswitch/wb_client.c
branches/SAMBA_4_0/source/smb_server/password.c
branches/SAMBA_4_0/source/smbd/process.c
Log:
The SAM is dead! Long live the new SAM! ;-)
This commit kills passdb, which was only hosting the auth subsystem.
With the work tridge has done on Samba4's SAM backend, this can (and
now is) all hosted on ldb. The auth_sam.c file now references this
backend.
You will need to assign your users passwords in ldb - adding a new line:
unicodePwd: myPass
to a record, using ldbedit, should be sufficient. Naturally, this
assumes you have had your personal SAMR provisioning tutorial from
tridge. Everybody else can still use the anonymous logins.
Andrew Bartlett
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=685&nolog=1
More information about the samba-cvs
mailing list