From 4d872ff77f95b0aa48063d04cbc18e56f056bfc9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 12 Apr 2012 18:02:11 +1000 Subject: param: leave realm as a normal string, handle upper/lower case in handle_realm This matches the behaviour of lib/param. Andrew Bartlett --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 17df977309..2fa70db1c9 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -528,7 +528,7 @@ static struct parm_struct parm_table[] = { }, { .label = "realm", - .type = P_USTRING, + .type = P_STRING, .p_class = P_GLOBAL, .offset = GLOBAL_VAR(szRealm), .special = handle_realm, -- cgit