accept or deny users depending on the realm



Hi,

 

  I use freeradius for a long time and now we are authenticating users of roaming partners. I normally allow all the users of a domain. For example: trustive/johndoe

or teo/maria and I use mydomain realm.

 

 

realm trustive {
        type            = radius
        authhost      = 88.66.99.22:1812
        accthost      = 88.66.99.22:1813
        secret         = secretTrustive
}

 

realm teo {
        type            = radius
        authhost      = 55.66.9.34:1812
        accthost      = 55.66.9.34:1813
        secret         = secretTeo
}


  However, I do not want that a Teo user validates in Trustive through me. An example of username is /trustive/mydomain/teo/maria.

 

  I want to detect the Teo user maria and block this kind of autentication in Trustive network.

 

  How can I implement this behiavior in freeradius ?

 

                                 Santiago


Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última MSN Newsletters


This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.