# # realms Realm-specific definitions. # A realm is the part after an `@' sign in a loginname. # # # The first few entries are global settings. # # Notes: you can define acctdir and acctdir2, and in both # directories the detail log will be written. `%s' expands # to the (short) name of the terminal server. # radwtmp /var/log/radwtmp radutmp /var/log/radutmp acctdir /var/log/radacct/%s # # All entries can be overridden on a per-realm base. Specific # entries for a realm are: # # authproxy: remote_radius[:port] secret # acctproxy: remote_radius[:port] secret # realm example.nl acctdir /var/log/radacct/%s acctdir2 /var/log/radacct/example authproxy radius.example.nl testing123 acctproxy radius.example.nl testing123 realm voorbeeld.nl acctdir /var/log/radacct/%s acctdir2 /var/log/radacct/voorbeeld authproxy radius.voorbeeld.nl:1812 HellOtHere acctproxy radius.voorbeeld.nl:1813 HellOtHere