r12781: Support the level parameter for lsa_lookupsids.
authorVolker Lendecke <vlendec@samba.org>
Sun, 8 Jan 2006 22:00:01 +0000 (22:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:03 +0000 (11:06 -0500)
Simplify the interfaces to domain trusts a bit: Nothing outside secrets.c
needs to know we're storing stuff in ucs2.

Volker

source/utils/smbcontrol.c

index 25b42a58c1e99fc02c83a86bff132923756620cc..b8f7c2f2b553e5d30f8314ccf658585693e1e1d7 100644 (file)
@@ -786,6 +786,8 @@ int main(int argc, const char **argv)
                POPT_TABLEEND
        };
 
+       load_case_tables();
+
        setup_logging(argv[0],True);
        
        /* Parse command line arguments using popt */