summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-11 11:20:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-11 11:20:57 +0000
commit7e9b07f85193bb3ae3ebe638bc43a7901913cd4b (patch)
treeb8e7d0f7da8c9bf2fa06a81bd8e55ce04b5b1751 /perl-install/any.pm
parentc6364f6d73340136f687a7fed734b0ddf8537956 (diff)
downloaddrakx-backup-do-not-use-7e9b07f85193bb3ae3ebe638bc43a7901913cd4b.tar
drakx-backup-do-not-use-7e9b07f85193bb3ae3ebe638bc43a7901913cd4b.tar.gz
drakx-backup-do-not-use-7e9b07f85193bb3ae3ebe638bc43a7901913cd4b.tar.bz2
drakx-backup-do-not-use-7e9b07f85193bb3ae3ebe638bc43a7901913cd4b.tar.xz
drakx-backup-do-not-use-7e9b07f85193bb3ae3ebe638bc43a7901913cd4b.zip
do not log the encrypted password
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 1d7d34f43..c4a903e6f 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -72,7 +72,7 @@ sub create_user {
}
}
require authentication;
- run_program::rooted($::prefix,
+ run_program::raw({ root => $::prefix, sensitive_arguments => 1 },
'adduser',
'-p', authentication::user_crypted_passwd($u, $isMD5),
if_($uid, '-u', $uid), if_($gid, '-g', $gid),