Add a few comments about PostAuth-Type,Acct-Type and Session-Type in the
[freeradius.git] / doc / Autz-Type
index ee9d3cf..ac4f189 100644 (file)
@@ -70,3 +70,21 @@ DEFAULT Realm == "customer1", Autz-Type := customer1, Auth-Type := customer2
 DEFAULT Realm == "customer2", Autz-Type := customer2, Auth-Type := customer2
 
 ----------------------------
+
+Apart from Autz-Type the server also supports the use of PostAuth-Type,Session-Type
+and Acct-Type for the corresponding sections. The corresponding section names in the
+radiusd.conf file are post-authtype,sestype and accttype.
+So for example:
+
+users file---
+
+DEFAULT Called-Station-Id == "236473", Session-Type := SQL
+
+radiusd.conf---
+
+session{
+       radutmp
+       sesstype SQL {
+               sql
+       }
+}