HomeSort by: relevance | last modified time | path
    Searched refs:authcID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
slapauth.c 72 "authcID: <%s>\n",
122 if ( !BER_BVISNULL( &authcID ) ) {
124 rc = do_check( &conn, op, &authcID );
148 rc = do_check( &conn, op, &authcID );
slapacl.c 132 if ( !BER_BVISNULL( &authcID ) ) {
134 fprintf( stderr, "both authcID=\"%s\" "
136 authcID.bv_val, authcDN.bv_val );
141 rc = slap_sasl_getdn( &conn, op, &authcID, NULL,
144 fprintf( stderr, "authcID: <%s> check failed %d (%s)\n",
145 authcID.bv_val, rc,
slapcommon.h 79 #define authcID tool_globals.tv_authcID
slapcommon.c 73 options = "\n\t[-U authcID | -D authcDN] [-X authzID | -o authzDN=<DN>]"
83 options = "\n\t[-U authcID] [-X authzID] [-R realm] [-M mech] ID [...]\n";
575 ber_str2bv( optarg, 0, 0, &authcID );
660 if ( argc == optind && BER_BVISNULL( &authcID ) ) {
672 if ( !BER_BVISNULL( &authcDN ) && !BER_BVISNULL( &authcID ) ) {

Completed in 17 milliseconds