Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/sudo/auth/
Dsudo_auth.c59 sudo_auth auth_switch[] = { variable
113 if (auth_switch[0].name == NULL)
120 if (auth_switch[1].name == NULL)
121 SET(auth_switch[0].flags, FLAG_ONEANDONLY);
124 for (auth = auth_switch; auth->name; auth++) {
142 for (auth = auth_switch; auth->name; auth++) {
170 for (auth = auth_switch; p && auth->name; auth++) {
203 for (auth = auth_switch; auth->name; auth++) {
254 for (auth = auth_switch; auth->name; auth++) in dump_auth_methods()
DAPI112 For a normal authentication method, add it to the ``auth_switch'' in