New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[master, 4.5] spec file: Bump requires to make Certificate Login in WebUI work #643
Conversation
freeipa.spec.in
Outdated
| @@ -267,9 +267,9 @@ Requires: ntp | |||
| Requires: httpd >= 2.4.6-31 | |||
| Requires: mod_wsgi | |||
| Requires: mod_auth_gssapi >= 1.5.0 | |||
| Requires: mod_nss >= 1.0.8-26 | |||
| Requires: mod_nss >= 1.0.14-3 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comment please.
freeipa.spec.in
Outdated
| Requires: mod_session | ||
| Requires: mod_lookup_identity | ||
| Requires: mod_lookup_identity >= 0.9.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comment please.
freeipa.spec.in
Outdated
| Requires: gssproxy >= 0.7.0 | ||
| # Require 1.15.1 for the certificate identity mapping feature | ||
| Requires: sssd-dbus >= 1.15.1 | ||
| Requires: gssproxy >= 0.7.0-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comment please.
|
Please create new ticket and use it. The ticket you used is in already closed milestone. |
|
@dkupka I created a new ticket: https://pagure.io/freeipa/issue/6823 |
gssproxy >= 0.7.0-2 - fixes impersonator checking mod_lookup_identity >= 0.9.9 - adds support for single certificate assigned to multiple users mod_nss >= 1.0.14-3 - no longer sets remote user in fixup hook sssd-dbus >= 1.15.2 - adds FindByNameAndCertificate DBus method https://pagure.io/freeipa/issue/6823
gssproxy >= 0.7.0-2 - fixes impersonator checking
mod_lookup_identity >= 0.9.9 - adds support for single certificate assigned to multiple users
mod_nss >= 1.0.14-3 - no longer sets remote user in fixup hook
sssd-dbus >= 1.15.2 - adds FindByNameAndCertificate DBus method
https://pagure.io/freeipa/issue/6225