I replaced the patch in ticket #61 with this instead(quite some time ago): ``` --- ./src/mod_auth_kerb.c.org 2020-08-13 17:30:15.901691505 +0200 +++ ./src/mod_auth_kerb.c 2020-08-13 17:35:00.069621299 +0200 @@ -2062,6 +2062,11 @@ static int have_rcache_type(const char type) { + / rcache "none" is always present in modern mit-krb5 + * but krb5_rc_resolve_full() has been removed in 1.18.x + * so hardcode to true */ + return 1; +#if 0 krb5_error_code ret; krb5_context context; krb5_rcache id = NULL;...
This makes mod_auth_kerb load when built against mit-krb5-1.18.2 Not run tested yet
pidgin 2.14.0 has been released now, maybe this feature could be impl. now?
GNOME Evolution (EWS) supports OAuth against O365, maybe one can get hints from there? Works fine here but SIPE will stop working one they make OAuth mandatory
Ouch, and what will you use instead? Teams? I do think there will be many holding on to their SfB as long as they can.
I see, but 2 years is a while though. From what I can tell, this feature looks easy to impl. if one knows the code base. Would you have a look and see what you think ?
I don't think we will see a new pidgin-2.x , seems like upstream focus on 3.x and that will be a while until is is relese ready. I see you have added support now for building against 3.x, maybe you could now look at adding the buddy alias feature?
Please release 4.1.3