Searched defs:authmech (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c274 char *authmech = NULL; local
362 authmech = optarg;
382 if (authmech != NULL) {
383 if (__ns_ldap_initAuth(authmech,
402 standalone_cfg.SA_AUTH = (authmech == NULL) ? NULL : &auth;
413 if (authmech != NULL) {
415 authmech, &errorp) != NS_LDAP_SUCCESS) {
H A Dldapaddent.c4267 char *ttype, *authmech = 0, *etcfile = 0; local
4366 authmech = strdup(optarg);
4381 if (authmech != NULL) {
4382 if (__ns_ldap_initAuth(authmech, &authority.auth, &errorp) !=
4413 standalone_cfg.SA_AUTH = authmech == NULL ? NULL : &authority.auth;
4426 if (authmech == NULL) {

Completed in 50 milliseconds