From: Luke Howard Date: Wed, 22 Jan 2003 15:48:22 +0000 (+0000) Subject: Sync with slapd/slapi X-Git-Tag: NO_SLAP_OP_BLOCKS~536 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7e24eb578f373564ae47e9bc99e5df6f65620e2a;p=openldap Sync with slapd/slapi --- 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"