Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ldap/common/
H A Dcommon.c250 static char *ssl_certdbpath = NULL; variable
492 ssl_certdbpath = strdup(optarg);
493 if (NULL == ssl_certdbpath) {
517 ssl_certdbpath = dirname(pathname);
519 ssl_certdbpath = pathname;
741 if ( NULL == ssl_certdbpath ) {
744 ssl_keydbpath = certpath2keypath( ssl_certdbpath );
747 if ( NULL == ssl_certdbpath ) {
748 ssl_certdbpath = LDAPTOOL_DEFCERTDBPATH;
1083 &&(rc = ldapssl_client_init( ssl_certdbpath, NULL )) < 0) {
[all …]