Home
last modified time | relevance | path

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

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