1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00

r685: 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
This commit is contained in:
Andrew Bartlett
2004-05-13 15:34:56 +00:00
committed by Gerald (Jerry) Carter
parent d75558cdcb
commit 2aa0b55fb8
26 changed files with 291 additions and 9317 deletions

View File

@@ -714,7 +714,6 @@ extern int errno;
#include "libcli/auth/schannel.h"
#include "auth/auth.h"
#include "passdb/passdb.h"
#include "module.h"