Bug 39063 - Apache2-mod_auth_kerb Is Dead, Use Mod_auth_gssapi
Summary: Apache2-mod_auth_kerb Is Dead, Use Mod_auth_gssapi
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: apache2-mod_auth_kerb (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL: http://www.jfcarter.net/~jimc/documen...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-11 21:38 MSK by Vitaly Lipatov
Modified: 2020-10-11 21:55 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Lipatov 2020-10-11 21:38:06 MSK
mod_auth_kerb не обновляется с 2008 года:
https://sourceforge.net/projects/modauthkerb/files/mod_auth_kerb/

И больше не работает с новым krb5:
# ldd -r /usr/lib64/apache2/modules/mod_auth_kerb.so | grep krb
	libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007f9abddda000)
	libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f9abdd01000)
	libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f9abdaf5000)
undefined symbol: krb5_rc_resolve_full	(/usr/lib64/apache2/modules/mod_auth_kerb.so)

 # rpm -qf /lib64/libkrb5.so.3.3
libkrb5-1.18.2-alt2.x86_64


Нужно перейти на развивающийся
https://github.com/gssapi/mod_auth_gssapi


Подробное описание здесь:
http://www.jfcarter.net/~jimc/documents/bugfix/41-auth-kerb.html

Пример миграции с mod_auth_kerb на mod_auth_gssapi:
https://github.com/gssapi/mod_auth_gssapi/issues/190
Comment 1 Vitaly Lipatov 2020-10-11 21:55:04 MSK
[#259708] DONE (try 2) del=mod_auth_kerb