-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-7443) Update SSSD to EL8 (#82)
- Added EL8 support - Updated new and deprecated variables in various providers where appropriate. - Added new variables for AD provider. - Added ifp to list of services in service type - Added installation of sssd-dbus package if ifp enabled - Added support for simplib version 4.0 - Update spec_helper so test will run on servers in FIPS mode - Updated Gemfile dependencies - Added 'files' to list of providers SIMP-7443 #close SIMP-7503 #close SIMP-7496 #close SIMP-7498 #close
- Loading branch information
1 parent
daf4227
commit 60dd96c
Showing
67 changed files
with
1,706 additions
and
1,533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.4 | ||
2.4.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
* Tue Jan 21 2020 Jeanne Greulich <[email protected]> - 6.3.0-0 | ||
- Added EL8 support | ||
- Removed requirement for sssd domain entry for el8 and SSSD V2 since | ||
using the implicit files provider is valid and even recommended | ||
for performance by some. An sssd domain is still required for | ||
el6 and el7. | ||
- Automatically include the service section if the service is included in | ||
sssd::services. | ||
- Removed deprecated variables from ldap provider for EL8. | ||
- Added new variables for providers in EL8. | ||
- Added ifp to list of services in service type | ||
- Added files to types of providers | ||
- Added support for simplib version 4.0 | ||
|
||
* Tue Jun 04 2019 steven.pritchard <[email protected]> - 6.2.0-0 | ||
- Add v2 compliance_markup data | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.