Open 389-ds-bot opened 4 years ago
Comment from tbordaz (@tbordaz) at 2018-11-08 12:32:43
Cleanup will impact ldaputil.c (but likely others). More specifically all the code in set_krb5_cred should be changed with gssapi call (like gss_acquire_cred_from,...)
Comment from tbordaz (@tbordaz) at 2018-11-08 12:32:46
Metadata Update from @tbordaz:
Comment from mreynolds (@mreynolds389) at 2018-11-15 17:58:57
Metadata Update from @mreynolds389:
Comment from mreynolds (@mreynolds389) at 2020-02-26 16:59:28
Metadata Update from @mreynolds389:
Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/50017
Issue Description
When DS started supporting client side krb5 authentication for outgoing connection, it used direct krb5 calls. This calls should be deprecated and rather use gssapi api.
The current code is working but is fragile and difficult to support. The move to gssapi should also improve performance for example allowing parallel auth (see bz 1633089)
Package Version and Platform
since 1.2 , all platform
Steps to reproduce
There is no bug. The easiest way to reproduce the environment is to install freeipa master/replica. The RA will use gssapi authentication between the replicas.
Actual results
NA
Expected results
NA