summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-06 10:56:19 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-06 17:37:50 +1000
commit698538e594f65dd7ae2bd3854371ae914328b536 (patch)
tree48760570208e4c09eec3f2fa519b9427b4c57812
parenta18efb1490cebd92205973c50ce1582b091a7676 (diff)
downloadsamba-698538e594f65dd7ae2bd3854371ae914328b536.tar.gz
samba-698538e594f65dd7ae2bd3854371ae914328b536.tar.bz2
samba-698538e594f65dd7ae2bd3854371ae914328b536.zip
s3-param always allow the realm parameter
-rw-r--r--source3/param/loadparm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index c4cb37b088..350c95d9ac 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -1014,7 +1014,6 @@ static struct parm_struct parm_table[] = {
.enum_list = NULL,
.flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD,
},
-#ifdef WITH_ADS
{
.label = "realm",
.type = P_USTRING,
@@ -1024,7 +1023,6 @@ static struct parm_struct parm_table[] = {
.enum_list = NULL,
.flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD,
},
-#endif
{
.label = "netbios name",
.type = P_USTRING,