Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ simp_options::pam: true
simp_options::pki: simp
simp_options::stunnel: true
simp_options::syslog: true
simp_options::tcpwrappers: true

# Allow the backup SIMP user, local only to this system
simp::server::allow_simp_user: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ simp_options::pki: simp
simp_options::sssd: true
simp_options::stunnel: false
simp_options::syslog: false
simp_options::tcpwrappers: false
simp_options::ipsec: false
simp_options::kerberos: false
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ simp_options::pki: simp
simp_options::sssd: true
simp_options::stunnel: true
simp_options::syslog: true
simp_options::tcpwrappers: true

# This setting is turned off by default because use of LDAP is not
# required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ simp_options::ldap: false

# These settings explicitly turned off
simp_options::firewall: false
simp_options::tcpwrappers: false

# Options that are not suggested to be turned on by default:
simp_options::ipsec: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ simp_options::pki: simp
simp_options::sssd: true
simp_options::stunnel: true
simp_options::syslog: true
simp_options::tcpwrappers: true

# Options that are not suggested to be turned on by default:
simp_options::ipsec: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ simp_options::syslog: true

# These settings explicitly turned off
simp_options::firewall: false
simp_options::tcpwrappers: false

# Options that are not suggested to be turned on by default:
simp_options::ipsec: false
Expand Down
Loading