diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-17 13:48:29 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-17 13:48:29 +0200 |
commit | 232fd06271d4012872e43a13dc67d2295555f65f (patch) | |
tree | ce7780a073239b49ef8356fbeaebfcc2f6828fe6 /source4/selftest/target | |
parent | 8259cc592698942aa2c83564a3e2f1aa071d440e (diff) | |
parent | 310875e637fd237752770027b28675ed970352dd (diff) | |
download | samba-232fd06271d4012872e43a13dc67d2295555f65f.tar.gz samba-232fd06271d4012872e43a13dc67d2295555f65f.tar.bz2 samba-232fd06271d4012872e43a13dc67d2295555f65f.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
(This used to be commit 30a33cd0a64c434d6aee551f641343c3b2a6d9ca)
Diffstat (limited to 'source4/selftest/target')
-rw-r--r-- | source4/selftest/target/Samba4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/target/Samba4.pm b/source4/selftest/target/Samba4.pm index b1b74e4323..b3dc984593 100644 --- a/source4/selftest/target/Samba4.pm +++ b/source4/selftest/target/Samba4.pm @@ -751,7 +751,7 @@ nogroup:x:65534:nobody if (defined($self->{ldap})) { push (@provision_options, "--ldap-backend=$ldap_uri"); - system("$self->{bindir}/smbpython $self->{setupdir}/provision-backend $configuration --ldap-manager-pass=$password --root=$unix_name --realm=$realm --domain=$domain --host-name=$netbiosname --ldap-backend-type=$self->{ldap}>&2") == 0 or die("backend provision failed"); + system("$self->{setupdir}/provision-backend $configuration --ldap-manager-pass=$password --root=$unix_name --realm=$realm --domain=$domain --host-name=$netbiosname --ldap-backend-type=$self->{ldap}>&2") == 0 or die("backend provision failed"); if ($self->{ldap} eq "openldap") { ($ret->{SLAPD_CONF}, $ret->{OPENLDAP_PIDFILE}) = $self->mk_openldap($ldapdir, $configuration) or die("Unable to create openldap directories"); |