Skip to content

Commit 19fce8e

Browse files
dpavlotzkysilug
andauthored
Add "ad" option to autofs_provider list (#148)
* Add "ad" option to autofs_provider list * Bump version * Update REFERENCE.md and CHANGELOG --------- Co-authored-by: Steven Pritchard <[email protected]>
1 parent 51c94f8 commit 19fce8e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* Mon Nov 18 2024 dpavlotzky <[email protected]> - 7.12.0
2+
- Add "ad" option to autofs_provider list (#147)
3+
4+
* Mon Nov 18 2024 G. Ryan Sablosky <[email protected]> - 7.12.0
5+
- Make LDAP client-side TLS authentication optional (#137)
6+
17
* Fri Sep 13 2024 Steven Pritchard <[email protected]> - 7.11.0
28
- [puppetsync] Update module dependencies to support simp-iptables 7.x
39

REFERENCE.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ Default value: `undef`
16221622

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

1625-
Data type: `Optional[Enum['ldap', 'ipa','none']]`
1625+
Data type: `Optional[Enum['ad', 'ldap', 'ipa','none']]`
16261626

16271627

16281628

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

27542754
* [`name`](#-sssd--provider--ldap--name)
27552755
* [`strip_128_bit_ciphers`](#-sssd--provider--ldap--strip_128_bit_ciphers)
2756+
* [`client_tls`](#-sssd--provider--ldap--client_tls)
27562757
* [`debug_level`](#-sssd--provider--ldap--debug_level)
27572758
* [`debug_timestamps`](#-sssd--provider--ldap--debug_timestamps)
27582759
* [`debug_microseconds`](#-sssd--provider--ldap--debug_microseconds)
@@ -2913,6 +2914,14 @@ Data type: `Boolean`
29132914

29142915
Default value: `true`
29152916

2917+
##### <a name="-sssd--provider--ldap--client_tls"></a>`client_tls`
2918+
2919+
Data type: `Boolean`
2920+
2921+
Set to false to disable setting up client-side TLS
2922+
2923+
Default value: `true`
2924+
29162925
##### <a name="-sssd--provider--ldap--debug_level"></a>`debug_level`
29172926

29182927
Data type: `Optional[Sssd::DebugLevel]`

manifests/domain.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
Optional[Enum['ldap', 'ipa','ad','none']] $sudo_provider = undef,
100100
Optional[Enum['ipa', 'none']] $selinux_provider = undef,
101101
Optional[Enum['ipa', 'ad','none']] $subdomains_provider = undef,
102-
Optional[Enum['ldap', 'ipa','none']] $autofs_provider = undef,
102+
Optional[Enum['ad', 'ldap', 'ipa','none']] $autofs_provider = undef,
103103
Optional[Enum['ipa', 'none']] $hostid_provider = undef,
104104
Optional[String] $re_expression = undef,
105105
Optional[String] $full_name_format = undef,

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-sssd",
3-
"version": "7.11.0",
3+
"version": "7.12.0",
44
"author": "SIMP Team",
55
"summary": "Manages SSSD",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)