Skip to content

Commit

Permalink
Updated sssd.conf to be sensitive by default (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
drzewiec authored Jan 3, 2024
1 parent 0cce268 commit 9efeaab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file is used to list changes made in each version of sssd_ldap.

## Unreleased

Updated sssd.conf template to be sensitive by default

## 5.2.6 - *2023-10-31*

## 5.2.5 - *2023-09-28*
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

default['sssd_ldap']['sssd_conf_sensitive'] = false
default['sssd_ldap']['sssd_conf_sensitive'] = true
default['sssd_ldap']['filter_users'] = %w(root named avahi haldaemon dbus radiusd news nscd)
default['sssd_ldap']['filter_groups'] = []
default['sssd_ldap']['sssd_conf']['id_provider'] = 'ldap'
Expand Down

0 comments on commit 9efeaab

Please sign in to comment.