remove erronous permanent disable of ldap lookups
This commit is contained in:
parent
03bc4d4c2e
commit
8e0e2d2718
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ VOID ServiceStart(DWORD argc, LPTSTR *argv)
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
||||||
nfs41_server_list_init();
|
nfs41_server_list_init();
|
||||||
cmd_args.ldap_enable = 0;
|
|
||||||
if (cmd_args.ldap_enable) {
|
if (cmd_args.ldap_enable) {
|
||||||
status = nfs41_idmap_create(&idmapper);
|
status = nfs41_idmap_create(&idmapper);
|
||||||
if (status) {
|
if (status) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue