2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Add confluent pam to packaging

This enables PAM passwords to work by default,
rather than requiring user to perform more
configuration.
This commit is contained in:
Jarrod Johnson 2018-11-14 14:55:26 -05:00
parent 34b30a1bd8
commit c56c1948a9
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
include pam/*
include sysvinit/*
include systemd/*
include sysctl/*

View File

@ -0,0 +1 @@
/etc/pam.d/sshd

View File

@ -22,6 +22,7 @@ setup(
'pyghmi>=1.0.44'],
scripts=['bin/confluent', 'bin/confluentdbutil', 'bin/collective'],
data_files=[('/etc/init.d', ['sysvinit/confluent']),
('/etc/pam.d/', ['pam/confluent']),
('/usr/lib/sysctl.d', ['sysctl/confluent.conf']),
('/usr/lib/systemd/system', ['systemd/confluent.service']),
('/opt/confluent/lib/python/confluent/plugins/console/', [])],