summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-11-26 06:18:09 +0000
committerAndrew Tridgell <tridge@samba.org>2001-11-26 06:18:09 +0000
commit2eb736f2c3cd79f9e00acf901d01445fd3ba7a68 (patch)
tree2a6bd88681d835ea2d27200338feb33747e1077c /source3
parent1a08524ddb4f5f739f9bd6cc8a00cc0ad57b7038 (diff)
downloadsamba-2eb736f2c3cd79f9e00acf901d01445fd3ba7a68.tar.gz
samba-2eb736f2c3cd79f9e00acf901d01445fd3ba7a68.tar.bz2
samba-2eb736f2c3cd79f9e00acf901d01445fd3ba7a68.zip
updated server_role for ADS
(This used to be commit 48df0d2b5dee3c010c88587352554220f8b92b0f)
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index e4e3cfce81..393c4a74a2 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -3265,6 +3265,7 @@ static void set_server_role(void)
}
case SEC_SERVER:
case SEC_DOMAIN:
+ case SEC_ADS:
{
if (lp_domain_logons())
{