#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/server/base.h>
#include "krb5.h"
Go to the source code of this file.
◆ LOG_PREFIX
◆ _mod_conn_free()
Frees libkrb5 resources associated with the handle.
Must not be called directly.
- Parameters
-
- Returns
- 0 (always indicates success).
Definition at line 89 of file krb5.c.
◆ krb5_mod_conn_create()
Create and return a new connection.
libkrb5(s) can talk to the KDC over TCP. Were assuming something sane is implemented by libkrb5 and that it does connection caching associated with contexts, so it's worth using a connection pool to preserve connections when workers die.
Definition at line 107 of file krb5.c.