LDAP sync process module.
More...
#include <freeradius-devel/unlang/interpret.h>
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/ldap/sync.h>
#include <freeradius-devel/server/process.h>
Go to the source code of this file.
LDAP sync process module.
- Id
- 01175f0b117b27a07d985d507f4e31ba72db9f73
- Copyright
- 2022 NetworkRADIUS SARL (legal.nosp@m.@net.nosp@m.workr.nosp@m.adiu.nosp@m.s.com)
Definition in file base.c.
◆ process_ldap_sync_sections_t
| struct process_ldap_sync_sections_t |
◆ process_ldap_sync_t
| struct process_ldap_sync_t |
◆ LOG_PREFIX
| #define LOG_PREFIX "process_ldap_sync" |
◆ PROCESS_CODE_MAX
◆ PROCESS_INST
◆ PROCESS_PACKET_CODE_VALID
◆ PROCESS_PACKET_TYPE
◆ mod_process()
◆ attr_packet_type
◆ compile_list
◆ dict_ldap_sync
◆ process_ldap_sync
Initial value:= {
.common = {
.name = "process_ldap_sync",
},
}
#define MODULE_MAGIC_INIT
Stop people using different module/library/server versions together.
fr_dict_attr_t const * attr_packet_type
static unlang_action_t mod_process(unlang_result_t *p_result, module_ctx_t const *mctx, request_t *request)
static const virtual_server_compile_t compile_list[]
static fr_dict_t const * dict_ldap_sync
#define MODULE_INST(_ctype)
Definition at line 196 of file base.c.
◆ process_ldap_sync_dict
Initial value:= {
}
#define DICT_AUTOLOAD_TERMINATOR
Definition at line 33 of file base.c.
◆ process_ldap_sync_dict_attr
Initial value:= {
}
@ FR_TYPE_UINT32
32 Bit unsigned integer.
Definition at line 41 of file base.c.
◆ process_state
| fr_process_state_t const process_state[] |
|
static |