s3-param always allow the realm parameter
authorAndrew Bartlett <abartlet@samba.org>
Mon, 6 Jun 2011 00:56:19 +0000 (10:56 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 6 Jun 2011 07:37:50 +0000 (17:37 +1000)
source3/param/loadparm.c

index c4cb37b088fc8dd315746e95e6e7fcbbf20a94af..350c95d9acf8948fddd346749f5f120287d3d34a 100644 (file)
@@ -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,