Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c252 static char *ssl_keydbpath = NULL; variable
539 ssl_keydbpath = strdup( optarg );
540 if (NULL == ssl_keydbpath)
741 if ( NULL == ssl_keydbpath ) {
743 ssl_keydbpath = LDAPTOOL_DEFKEYDBPATH;
745 ssl_keydbpath = certpath2keypath( ssl_certdbpath );
1109 if (ldapssl_enable_clientauth( ld, ssl_keydbpath, ssl_passwd,
2231 *keylocp = ssl_keydbpath;
2233 if (ssl_keydbpath)