Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldap/common/
H A Dcommon.c251 static char *ssl_keydbpath = NULL; variable
538 ssl_keydbpath = strdup( optarg );
539 if (NULL == ssl_keydbpath)
740 if ( NULL == ssl_keydbpath ) {
742 ssl_keydbpath = LDAPTOOL_DEFKEYDBPATH;
744 ssl_keydbpath = certpath2keypath( ssl_certdbpath );
1108 if (ldapssl_enable_clientauth( ld, ssl_keydbpath, ssl_passwd,
2230 *keylocp = ssl_keydbpath;
2232 if (ssl_keydbpath)