diff options
| author | Jan Cholasta <jcholast@redhat.com> | 2016-11-24 10:07:50 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-11-29 14:50:51 +0100 |
| commit | f919ab4ee0ec26d77ee6978e75de5daba4073402 (patch) | |
| tree | 96bc34b288db5789f72f69cad79c50a45f8eb4c4 /ipaplatform/base | |
| parent | fba6c21da3fbe0a62a96118eb32f205249ab3736 (diff) | |
| download | freeipa-f919ab4ee0ec26d77ee6978e75de5daba4073402.tar.gz freeipa-f919ab4ee0ec26d77ee6978e75de5daba4073402.tar.xz freeipa-f919ab4ee0ec26d77ee6978e75de5daba4073402.zip | |
certdb: use a temporary file to pass password to pk12util
Currently the PKCS#12 file password is passed via stdin and pk12util reads
it from /dev/stdin, which is platform-specific.
Use a temporary file instead.
https://fedorahosted.org/freeipa/ticket/6474
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaplatform/base')
| -rw-r--r-- | ipaplatform/base/paths.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index d4f7e8a66..41712e9cd 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -33,7 +33,6 @@ class BasePathNamespace(object): SYSTEMCTL = "/bin/systemctl" TAR = "/bin/tar" BIN_TRUE = "/bin/true" - DEV_STDIN = "/dev/stdin" AUTOFS_LDAP_AUTH_CONF = "/etc/autofs_ldap_auth.conf" ETC_DIRSRV = "/etc/dirsrv" DS_KEYTAB = "/etc/dirsrv/ds.keytab" |
