Skip to content
Default Avatar

glassen

glassen

About

Username
glassen
Joined
Visits
52
Last Active
Roles
Member
Invited by
YannJ

Comments

  • Powershell script for email looks like this:
    param (
 [string]$from,
 [string]$to,
 [string]$msg
 )
 
 $username = "&…
  • Just to finish my own monologue:

    This endeavor was for being able to send the OTP via mail with a script. In the end I learned enough to just replace the line $sms_number = $this…

  • I just discovered that the multiotp.windows.php is used by the Credential Provider, so there seems to be no need for me to package my own multiotp.exe vith EVB. Currently working g…
  • I reported the original trouble. Not having tested for quite some time, I tried it with multiOTP 5.1.1.2 2018-03-20 and now it works great! Configured it to sync with an Active Directory server as well, and not a problem in sight so far in Server-Client trouble Comment by glassen April 2018