search for: numrequiredauthmethod

Displaying 1 result from an estimated 1 matches for "numrequiredauthmethod".

Did you mean: numrequiredauthmethods
2004 Apr 07
2
Requiring multiple auth mechanisms
...e also enabled, and it's easy to write conflicting configurations. In addition, if a list of required auth mechs is given, then enabling mechanisms that are not required is pointless, because they won't be sufficient. So my final decision, for the sake of simplicity, was to add a "NumRequiredAuthMethods" keyword, which defaults to 1. If you set it to 2, the client must pass at least two of the enabled auth methods. I'm using the term "methods" here because I'm only counting general auth methods as defined in auth2.c's "authmethods" array, namely publickey,...