I tried the following syntax to override the realm post-authtype but
realm
COMPANY1 post-authtype is still called with the anonymous user. Any
ideas
How to override this?

User's  file

anonymous    User-Password == "anonymous"
        PostAuth-Type = ANONYMOUS-postauth


Radiusd.conf

post-auth {
        rp_default_postauth

        post-authtype COMPANY1-postauth{
                COMPANY1-post-exe
        }

        post-authtype ANONYMOUS-postauth{
        }
}





> 
> What would the syntax look like to prevent the outer tunnel from
> Calling post-auth ? they both have the same realm.
> 
> How about just preventing an anonymous user ?
> 
> >   If you don't want the post-auth section called for the outer user,
> > then you can configure the server to only call it for the tunneled
> > request, OR to not call it for the anonymous user.
> >


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to