remove erronous permanent disable of ldap lookups

This commit is contained in:
Olga Kornievskaia 2012-01-17 18:03:04 -05:00 committed by unknown
parent 03bc4d4c2e
commit 8e0e2d2718

View file

@ -367,7 +367,7 @@ VOID ServiceStart(DWORD argc, LPTSTR *argv)
exit(0);
nfs41_server_list_init();
cmd_args.ldap_enable = 0;
if (cmd_args.ldap_enable) {
status = nfs41_idmap_create(&idmapper);
if (status) {