1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

s4:password_hash LDB module - substitute "lp_workgroup" with "lp_sam_name"

According to abartlet's response on my post about "lp_workgroup" this should be
the right call.
This commit is contained in:
Matthias Dieter Wallnöfer 2009-10-19 18:25:05 +02:00
parent 8d0959b2b1
commit 0ef7c22b5d

View File

@ -1595,7 +1595,7 @@ static int get_domain_data_callback(struct ldb_request *req,
data->dns_domain = lp_dnsdomain(lp_ctx);
data->realm = lp_realm(lp_ctx);
data->netbios_domain = lp_workgroup(lp_ctx);
data->netbios_domain = lp_sam_name(lp_ctx);
ac->domain = data;
break;