mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Sync with slapd/slapi
This commit is contained in:
parent
12af6de4cf
commit
7e24eb578f
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue