Skip to content
Snippets Groups Projects
Commit 8542e453 authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

Extend slapd_args with TLS info
parent 153bf433
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,10 @@ struct sockaddr_in;
struct slapd_args {
struct sockaddr_in *addr;
int tcps;
#ifdef HAVE_TLS
struct sockaddr_in *tls_addr;
int tls_tcps;
#endif
};
extern int slapd_daemon LDAP_P((struct slapd_args *args));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment