Alexander Bokovoy

Results 20 issues of Alexander Bokovoy

needs review
ipa-4-11

## cli: add acquire_cred callback support to the Kerberos transport This allows applications to specify their own acquire_cred callback. The callback should be put into the environment under '`acquire_cred`' name...

ipa-4-11

With https://github.com/389ds/389-ds-base/pull/6124, DNA plugin will be able to pick up dnaRemoteBindMethod and dnaRemoteConnProtocol from the global plugin entry and apply to all server entries automatically. We do not need anymore...

WIP

If client.secret is callable, call it with the client_secret passed by the OAuth2 client to allow dynamic verification. The use case is to allow more complex stateless clients.

Allows to run local OpenAI-compatible server. Since these local instances most likely lack proper certificates, allow using non-HTTPS endpoints as well.

RFC 6680 defines a set of GSSAPI extensions to handle attributes associated with the GSSAPI names. MIT Kerberos and FreeIPA use name attributes to add information about pre-authentication methods used...

inet_ntoa() is deprecated. Replace its use by inet_ntop(). Since v2 protocol only supports IPv4, use that explicitly.

We have multiple log files that produced by IPA components. Some of them are written by the tools that run as root and inherit their file context from /var/log ->...

needs review
ipa-4-12

When you'd choose 'Logout' in the menu, logout happens but there is nothing shown (page is white) because we don't do redirect to login page and the current page is...