mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Try to catch more error conditions during installation
Modify the way we detect SELinux to use selinuxenabled instead of using a try/except. Handle SASL/GSSAPI authentication failures when getting a connection
This commit is contained in:
@@ -144,3 +144,8 @@ CONNECTION_NO_CCACHE = gen_error_code(
|
||||
CONNECTION_CATEGORY,
|
||||
0x0002,
|
||||
"No Kerberos credentials cache is available. Connection cannot be made.")
|
||||
|
||||
CONNECTION_GSSAPI_CREDENTIALS = gen_error_code(
|
||||
CONNECTION_CATEGORY,
|
||||
0x0003,
|
||||
"GSSAPI Authorization error")
|
||||
|
||||
Reference in New Issue
Block a user