<div dir="ltr"><div dir="ltr">Hah, yes, that was it. The config is sizeable and skipping up/down through it, I just overlooked that simple mistake.<div>Thanks Hugh.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 8, 2023 at 9:46 PM Hugh Irvine <<a href="mailto:hugh@irvine.com.au">hugh@irvine.com.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hello Garret -<br>
<br>
I may be stating the obvious, but the AuthBy DUO clause with the Identifier must be defined in the configuration file before you reference it.<br>
<br>
Ie.<br>
<br>
…..<br>
<br>
<AuthBy DUO><br>
    Identifier Auth-DUO<br>
    …..<br>
</AuthBy><br>
<br>
…..<br>
<br>
<AuthBy GROUP><br>
    Identifier Auth-Group1<br>
    AuthBy Auth-File    <br>
    AuthBy Auth-DUO<br>
    ....<br>
</AuthBy><br>
<br>
…..<br>
<br>
<Handler Realm = “Exampleâ€,Service-Type = /NAS-Prompt-User|Login-User/><br>
   AuthBy   Auth-Group1<br>
</Handler><br>
<br>
<br>
The configuration file parser is single pass so Identifier’s must be defined before they are referenced.<br>
<br>
Let us know if that is the issue.<br>
<br>
regards<br>
<br>
Hugh<br>
<br>
<br>
> On 9 Feb 2023, at 10:58, Garret Peirce via radiator <<a href="mailto:radiator@lists.open.com.au" target="_blank">radiator@lists.open.com.au</a>> wrote:<br>
> <br>
> Hi,<br>
> I'm attempting to begin working with AuthBy Duo and I seem to be seeing that the 'Identifier' parameter is not working. I was curious if anyone might confirm/deny this behavior.<br>
> <br>
> I've checked for typos and deleted/recreated/renamed it etc, but the server always notes a warning.<br>
> Ex. WARNING: Could not find AuthBy clause with Identifier Auth-DUO<br>
> <br>
> I use numerous Identifiers and it only doesn't work and is alarmed under the AuthBy DUO method. I can place all within Auth-Group1, but it seemed like a bug, so thought I'd inquire about it.<br>
> <br>
> I'm running Radiator version 4.27.<br>
> <br>
> <br>
> ==== example ======<br>
> <br>
> <Handler Realm = "Example",Service-Type = /NAS-Prompt-User|Login-User/><br>
>   AuthBy   Auth-Group1<br>
> </Handler><br>
> <br>
> <br>
> <AuthBy GROUP><br>
>Â Â Â Â Â Identifier Auth-Group1<br>
>Â Â Â Â Â AuthBy Auth-File<br>
>Â Â Â Â Â AuthBy Auth-DUO<br>
>Â Â Â Â Â ....<br>
> </AuthBy><br>
> <br>
> <br>
> <AuthBy DUO><br>
>Â Â Â Â Â Identifier Auth-DUO<br>
>Â Â Â Â Â ...<br>
> </AuthBy><br>
> <br>
> <br>
> -- <br>
> Garry Peirce<br>
> Networkmaine, University of Maine System US:IT<br>
> _______________________________________________<br>
> radiator mailing list<br>
> <a href="mailto:radiator@lists.open.com.au" target="_blank">radiator@lists.open.com.au</a><br>
> <a href="https://lists.open.com.au/mailman/listinfo/radiator" rel="noreferrer" target="_blank">https://lists.open.com.au/mailman/listinfo/radiator</a><br>
<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Garry Peirce<br>Networkmaine, University of Maine System US:IT<br></div></div></div></div></div></div></div>