Hi,<br><br>I am trying to set up something very basic (at least from my 
point of view): I would like to have a User with multiple passwords (two
 actually). How would I do this? I tried the following:<br><br><i>alice Auth-Type=Local, Cleartext-Password := "test1"<br>
alice Auth-Type=Local, Cleartext-Password := "test2"</i><br><br>which (of course) did not work. Then<br><br><i>alice Auth-Type=Local, Cleartext-Password := "test1"<br>
       Fall-Through = Yes<br>alice Auth-Type=Local, Cleartext-Password := "test2"</i><br>
<br>which (of course) did not work, too. Then I tried some regex, from which, the following do not work:<br><br><i>alice Auth-Type=Local, User-Password =~ "[*]*"<br>alice Auth-Type=Local, User-Password =~ /*/i<br>

alice Auth-Type=Local, User-Password =~ "(test1)**"<br>alice Auth-Type=Local, User-Password =~ "[.....]*"<br>...</i><br><br>How would I make an entry to users to have <i>alice </i>log in with "<i>test1</i>" OR "<i>test2</i>" as password?<br>

<br>Best regards