diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-01-13 13:11:36 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-01-13 13:11:36 +0000 |
commit | 8a78a0a27ae5fdf43f137ea3c9fcd6dc4862a70f (patch) | |
tree | 7747416f53956e486c7cb3f41cbdf3c9a06a4eb5 /source3/auth/auth.c | |
parent | 5bd2d3f2ee18284b755b2690de06a03de9391b06 (diff) | |
download | samba-8a78a0a27ae5fdf43f137ea3c9fcd6dc4862a70f.tar.gz samba-8a78a0a27ae5fdf43f137ea3c9fcd6dc4862a70f.tar.xz samba-8a78a0a27ae5fdf43f137ea3c9fcd6dc4862a70f.zip |
Patch from metze to add what he feels is the correct semantics for a Domain
Controller. As we have had a number of attempts at this over the last little
while, I need to get my test rig going, and give this whole area a poke...
Meanwhile, if you want to use this, just adjust your 'auth methods' line to use
samstrict_dc...
Andrew Bartlett
(This used to be commit 18e598ec24493026008fcfe486057555b8832108)
Diffstat (limited to 'source3/auth/auth.c')
-rw-r--r-- | source3/auth/auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c index 5d56603b9f..2abdec3a39 100644 --- a/source3/auth/auth.c +++ b/source3/auth/auth.c @@ -31,6 +31,7 @@ static const struct auth_init_function_entry builtin_auth_init_functions[] = { { "hostsequiv", auth_init_hostsequiv }, { "sam", auth_init_sam }, { "samstrict", auth_init_samstrict }, + { "samstrict_dc", auth_init_samstrict_dc }, { "unix", auth_init_unix }, { "smbserver", auth_init_smbserver }, { "ntdomain", auth_init_ntdomain }, |