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

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

Completed in 22 milliseconds