s4-param Remove 'sam database' parameter
[ira/wip.git] / source4 / dsdb / samdb / samdb.c
index cef0d1e54f604ff7e48c898cc9f0601c7f927b42..d761107b156af96befdc79151eb04c466f21ea4e 100644 (file)
@@ -104,7 +104,7 @@ struct ldb_context *samdb_connect(TALLOC_CTX *mem_ctx,
        struct cli_credentials *credentials;
        int ret;
 
-       url  = lpcfg_sam_url(lp_ctx);
+       url  = "sam.ldb";
        credentials = samdb_credentials(lp_ctx);
 
        ldb = ldb_wrap_find(url, ev_ctx, lp_ctx, session_info, credentials, flags);