Ryan Setiawan H wrote:
Hi, I'm using freeradius 2.0.5... many client authenticate againt us that is segmented by realm ( / IPASS). the server will strip the username realm and proxying to localhost with different port number ( so i create many listen section with point to their own virtual server )
In 2.1.0 you can create a home_server that points to a virtual server. This means you don't need extra "listen" sections.
In module authorization and authentication I can create many instance ex( ldap1 ldap2 ldap3), but *not work* at accounting module ex ( detail1 detail2 detail3 ). is there a way to do this? could someone give some example?
Why does it *not work* to create multiple detail modules? See the FAQ for "it doesn't work". Alan DeKok.