mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
Grr, the order of these arguments matters
(This used to be commit 6babc35ef9c62a48a56ef63945d09e7e06229666)
This commit is contained in:
parent
95cb680393
commit
7c23573a50
@ -94,8 +94,8 @@ test_smb_conf_setup() {
|
||||
test_smbpasswd() {
|
||||
test_smbpasswd_password="$1"
|
||||
rm -f $prefix/private/smbpasswd
|
||||
echo "( echo $test_smbpasswd_password ; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami -D $loglevel"
|
||||
( echo $test_smbpasswd_password; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -s -a $whoami -D $loglevel
|
||||
echo "( echo $test_smbpasswd_password ; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -D $loglevel -s -a $whoami"
|
||||
( echo $test_smbpasswd_password; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -D $loglevel -s -a $whoami
|
||||
status=$?
|
||||
if [ $status = 0 ]; then
|
||||
echo "smbpasswd correctly set initial password ($test_smbpasswd_password)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user