Age | Commit message (Collapse) | Author | Files | Lines |
|
To avoid blocking in a synchronous call, the TGT is saved in a separate
process
Fixes: #277
|
|
The retun values are still not directly used with ldap libraries that still do
their own name resolution, but this patch introduces a very basic framework to
have a multiple providers in one domain use and share a single failover
service if they want to.
|
|
When possible using a macro that correctly deals with tstate
|
|
The size of sdap_async.c was unmanageable.
This patch splits it into a generic file with common infrastructure calls,
a file that handles connection calls and a file for id related calls.
|