Home
last modified time | relevance | path

Searched refs:ldapd_config (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/ldapctl/
H A Dldapctl.c65 int ssl_load_certfile(struct ldapd_config *, const char *, u_int8_t);
237 ssl_load_certfile(struct ldapd_config *env, const char *name, u_int8_t flags) in ssl_load_certfile()
/openbsd/usr.sbin/ldapd/
H A Dldapd.h245 struct ldapd_config struct
337 extern struct ldapd_config *conf;
H A Dparse.y86 int load_certfile(struct ldapd_config *, const char *, u_int8_t, u_int8_t);
99 struct ldapd_config *conf;
839 if ((conf = calloc(1, sizeof(struct ldapd_config))) == NULL) in parse_config()
1234 load_certfile(struct ldapd_config *env, const char *name, u_int8_t flags, in load_certfile()