The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Common definitions required by both network and worker for LDAP sync. More...
#include <freeradius-devel/protocol/ldap/freeradius.internal.h>
Go to the source code of this file.
Macros | |
#define | FR_LDAP_SYNC_PACKET_CODE_VALID(_code) (((_code) > 0) && ((_code) < FR_LDAP_SYNC_CODE_MAX)) |
Enumerations | |
enum | fr_ldap_sync_packet_code_t { FR_LDAP_SYNC_CODE_UNDEFINED = 0 , FR_LDAP_SYNC_CODE_PRESENT = FR_PACKET_TYPE_VALUE_PRESENT , FR_LDAP_SYNC_CODE_ADD = FR_PACKET_TYPE_VALUE_ADD , FR_LDAP_SYNC_CODE_MODIFY = FR_PACKET_TYPE_VALUE_MODIFY , FR_LDAP_SYNC_CODE_DELETE = FR_PACKET_TYPE_VALUE_DELETE , FR_LDAP_SYNC_CODE_ENTRY_RESPONSE = FR_PACKET_TYPE_VALUE_RESPONSE , FR_LDAP_SYNC_CODE_COOKIE_LOAD = FR_PACKET_TYPE_VALUE_COOKIE_LOAD , FR_LDAP_SYNC_CODE_COOKIE_LOAD_RESPONSE = FR_PACKET_TYPE_VALUE_COOKIE_LOAD_RESPONSE , FR_LDAP_SYNC_CODE_COOKIE_LOAD_FAIL = FR_PACKET_TYPE_VALUE_COOKIE_LOAD_FAIL , FR_LDAP_SYNC_CODE_COOKIE_STORE = FR_PACKET_TYPE_VALUE_COOKIE_STORE , FR_LDAP_SYNC_CODE_COOKIE_STORE_RESPONSE = FR_PACKET_TYPE_VALUE_COOKIE_STORE_RESPONSE , FR_LDAP_SYNC_CODE_MAX = FR_PACKET_TYPE_VALUE_COOKIE_STORE_RESPONSE + 1 , FR_LDAP_SYNC_CODE_DO_NOT_RESPOND = 256 } |
Types of the internal packets for processing LDAP sync messages. More... | |
Common definitions required by both network and worker for LDAP sync.
Definition in file sync.h.
#define FR_LDAP_SYNC_PACKET_CODE_VALID | ( | _code | ) | (((_code) > 0) && ((_code) < FR_LDAP_SYNC_CODE_MAX)) |
Types of the internal packets for processing LDAP sync messages.