]> git.sur5r.net Git - openldap/commitdiff
Sync with slapd/slapi
authorLuke Howard <lukeh@openldap.org>
Wed, 22 Jan 2003 15:48:22 +0000 (15:48 +0000)
committerLuke Howard <lukeh@openldap.org>
Wed, 22 Jan 2003 15:48:22 +0000 (15:48 +0000)
include/slapi-plugin.h

index 817c5362072019dabdc450e1e1a14a677c941b1a..c749a9294505d54f11ce6a529e0d9c8f8df28167 100644 (file)
@@ -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"