Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dotp.c793 BerValue totpdn = BER_BVNULL, hotpdn = BER_BVNULL, ndn; in otp_op_bind() local
816 ber_dupbv_x( &totpdn, &a->a_nvals[0], op->o_tmpmemctx ); in otp_op_bind()
824 if ( !BER_BVISNULL( &totpdn ) && in otp_op_bind()
825 be_entry_get_rw( op, &totpdn, oc_oathTOTPToken, ad_oathSecret, 0, in otp_op_bind()
827 ndn = totpdn; in otp_op_bind()
916 if ( !BER_BVISNULL( &totpdn ) ) { in otp_op_bind()
917 ber_memfree_x( totpdn.bv_val, op->o_tmpmemctx ); in otp_op_bind()