1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

r20505: I had the wrong ldif name here.

Andrew Bartlett
(This used to be commit 5781d0f41ac1847c38ebda290f5e85423dd20186)
This commit is contained in:
Andrew Bartlett 2007-01-03 11:23:56 +00:00 committed by Gerald (Jerry) Carter
parent 536ca21c55
commit 2008bbcdea

View File

@ -537,7 +537,7 @@ function provision(subobj, message, blank, paths, session_info, credentials, lda
message("Adding users container (permitted to fail)\n");
var add_ok = setup_add_ldif("provision_users_add.ldif", info, samdb, true);
message("Modifying users container\n");
var modify_ok = setup_ldb_modify("provision_help_users_mod.ldif", info, samdb);
var modify_ok = setup_ldb_modify("provision_users_modify.ldif", info, samdb);
if (!modify_ok) {
if (!add_ok) {
message("Failed to both add and modify the users container\n");