1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00

s3-param always allow the realm parameter

This commit is contained in:
Andrew Bartlett 2011-06-06 10:56:19 +10:00
parent a18efb1490
commit 698538e594

View 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,