Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c220 bind_prompt( LDAP *ld, char **dnp, char **passwdp, int *authmethodp, in bind_prompt() argument
229 if (( *authmethodp = atoi( dn )) == 3 ) { in bind_prompt()
230 *authmethodp = LDAP_AUTH_KRBV4; in bind_prompt()
232 *authmethodp |= 0x80; in bind_prompt()
235 *authmethodp = LDAP_AUTH_SIMPLE; in bind_prompt()
242 if ( *authmethodp == LDAP_AUTH_SIMPLE && dn[0] != '\0' ) { in bind_prompt()
/illumos-gate/usr/src/head/
H A Dldap.h1178 char **dnp, char **passwdp, int *authmethodp, int freeit, void *arg);