diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-16 19:34:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-16 19:34:37 +0000 |
commit | 3a985146ed7267e032ca94539c0a2b48301dbf05 (patch) | |
tree | d609276c31882627a344f8bb6c9b0d8d58bb45bf /testing/openwsman/default-config.patch | |
parent | 9eb6048cc7ce4590af96a14594798d8762ee7c6e (diff) | |
download | aports-3a985146ed7267e032ca94539c0a2b48301dbf05.tar.bz2 aports-3a985146ed7267e032ca94539c0a2b48301dbf05.tar.xz |
testing/openwsman: fix default config to not use pam
Diffstat (limited to 'testing/openwsman/default-config.patch')
-rw-r--r-- | testing/openwsman/default-config.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/openwsman/default-config.patch b/testing/openwsman/default-config.patch new file mode 100644 index 0000000000..70a5e0eff3 --- /dev/null +++ b/testing/openwsman/default-config.patch @@ -0,0 +1,32 @@ +diff --git a/etc/openwsman.conf b/etc/openwsman.conf +index 84326f2..0d701c3 100644 +--- a/etc/openwsman.conf ++++ b/etc/openwsman.conf +@@ -44,7 +44,7 @@ ssl_disabled_protocols = SSLv2 SSLv3 + #ssl_cipher_list = + + # set these to enable digest authentication against a local datbase +-#digest_password_file = /etc/openwsman/digest_auth.passwd ++digest_password_file = /etc/openwsman/digest_auth.passwd + + # set these to enable basic authentication against a local datbase + #basic_password_file = /etc/openwsman/simple_auth.passwd +@@ -59,7 +59,8 @@ max_connections_per_thread = 20 + # Authentication backend for BASIC authentication. Default is to read a configuration file defined with 'basic_password_file' + # + +-basic_authenticator = libwsman_pam_auth.so ++#By default, Alpine does not ship pam ++#basic_authenticator = libwsman_pam_auth.so + basic_authenticator_arg = openwsman + + # +@@ -76,7 +77,7 @@ basic_authenticator_arg = openwsman + # Location of plugins + # defaults to /usr/lib(64)/openwsman/plugins + # +-# plugin_dir = /usr/lib/openwsman/plugins ++plugin_dir = /usr/lib/openwsman/plugins + + + ################################## |