mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
replace: Support setproctitle().
This uses the setproctitle() from libc, libsetproctitle or libbsd. If none is available it provides a dummy implementation.
This commit is contained in:
@ -395,8 +395,8 @@ class cmd_domain_provision(Command):
|
||||
serverrole=server_role, dom_for_fun_level=dom_for_fun_level,
|
||||
backend_type=ldap_backend_type,
|
||||
ldapadminpass=ldapadminpass, ol_mmr_urls=ol_mmr_urls,
|
||||
useeadb=eadb, next_rid=next_rid, lp=lp, use_ntvfs=(use_ntvfs),
|
||||
use_rfc2307=(use_rfc2307))
|
||||
useeadb=eadb, next_rid=next_rid, lp=lp, use_ntvfs=use_ntvfs,
|
||||
use_rfc2307=use_rfc2307)
|
||||
except ProvisioningError, e:
|
||||
raise CommandError("Provision failed", e)
|
||||
|
||||
|
Reference in New Issue
Block a user