From 7e24eb578f373564ae47e9bc99e5df6f65620e2a Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Wed, 22 Jan 2003 15:48:22 +0000 Subject: [PATCH] Sync with slapd/slapi --- include/slapi-plugin.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 817c536207..c749a92945 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -250,6 +250,12 @@ int slapi_x_compute_get_pblock(computed_attr_context *c, Slapi_PBlock **pb); /* connection structure params*/ #define SLAPI_CONN_DN 143 #define SLAPI_CONN_AUTHTYPE 144 +#define SLAPI_CONN_CLIENTIP 145 +#define SLAPI_CONN_SERVERIP 146 +/* OpenLDAP extensions */ +#define SLAPI_X_CONN_CLIENTPATH 1300 +#define SLAPI_X_CONN_SERVERPATH 1301 +#define SLAPI_X_CONN_IS_UDP 1302 /* Authentication types */ #define SLAPD_AUTH_NONE "none" -- 2.39.5