Skip to content

Commit

Permalink
Add "ad" option to autofs_provider list (simp#148)
Browse files Browse the repository at this point in the history
* Add "ad" option to autofs_provider list
* Bump version
* Update REFERENCE.md and CHANGELOG

---------

Co-authored-by: Steven Pritchard <[email protected]>
  • Loading branch information
dpavlotzky and silug authored Nov 18, 2024
1 parent 51c94f8 commit 19fce8e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Mon Nov 18 2024 dpavlotzky <[email protected]> - 7.12.0
- Add "ad" option to autofs_provider list (#147)

* Mon Nov 18 2024 G. Ryan Sablosky <[email protected]> - 7.12.0
- Make LDAP client-side TLS authentication optional (#137)

* Fri Sep 13 2024 Steven Pritchard <[email protected]> - 7.11.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x

Expand Down
11 changes: 10 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ Default value: `undef`

##### <a name="-sssd--domain--autofs_provider"></a>`autofs_provider`

Data type: `Optional[Enum['ldap', 'ipa','none']]`
Data type: `Optional[Enum['ad', 'ldap', 'ipa','none']]`



Expand Down Expand Up @@ -2753,6 +2753,7 @@ The following parameters are available in the `sssd::provider::ldap` defined typ

* [`name`](#-sssd--provider--ldap--name)
* [`strip_128_bit_ciphers`](#-sssd--provider--ldap--strip_128_bit_ciphers)
* [`client_tls`](#-sssd--provider--ldap--client_tls)
* [`debug_level`](#-sssd--provider--ldap--debug_level)
* [`debug_timestamps`](#-sssd--provider--ldap--debug_timestamps)
* [`debug_microseconds`](#-sssd--provider--ldap--debug_microseconds)
Expand Down Expand Up @@ -2913,6 +2914,14 @@ Data type: `Boolean`

Default value: `true`

##### <a name="-sssd--provider--ldap--client_tls"></a>`client_tls`

Data type: `Boolean`

Set to false to disable setting up client-side TLS

Default value: `true`

##### <a name="-sssd--provider--ldap--debug_level"></a>`debug_level`

Data type: `Optional[Sssd::DebugLevel]`
Expand Down
2 changes: 1 addition & 1 deletion manifests/domain.pp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
Optional[Enum['ldap', 'ipa','ad','none']] $sudo_provider = undef,
Optional[Enum['ipa', 'none']] $selinux_provider = undef,
Optional[Enum['ipa', 'ad','none']] $subdomains_provider = undef,
Optional[Enum['ldap', 'ipa','none']] $autofs_provider = undef,
Optional[Enum['ad', 'ldap', 'ipa','none']] $autofs_provider = undef,
Optional[Enum['ipa', 'none']] $hostid_provider = undef,
Optional[String] $re_expression = undef,
Optional[String] $full_name_format = undef,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-sssd",
"version": "7.11.0",
"version": "7.12.0",
"author": "SIMP Team",
"summary": "Manages SSSD",
"license": "Apache-2.0",
Expand Down

0 comments on commit 19fce8e

Please sign in to comment.