aboutsummaryrefslogtreecommitdiffstats
path: root/radius/dictionary.ntua
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-07-06 12:39:58 +0000
committerBill Meier <wmeier@newsguy.com>2009-07-06 12:39:58 +0000
commit2e82efa15801272917ec68b34295c5d5d576922d (patch)
tree73a896d1393777820a3adebd357a9a7c10ec18a0 /radius/dictionary.ntua
parentea7fa021fa36218f89fc9b6708fc15db0a509240 (diff)
Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 1: New files
svn path=/trunk/; revision=28946
Diffstat (limited to 'radius/dictionary.ntua')
-rw-r--r--radius/dictionary.ntua43
1 files changed, 43 insertions, 0 deletions
diff --git a/radius/dictionary.ntua b/radius/dictionary.ntua
new file mode 100644
index 0000000000..4dee9f9681
--- /dev/null
+++ b/radius/dictionary.ntua
@@ -0,0 +1,43 @@
+# -*- text -*-
+VENDOR NTUA 969
+
+BEGIN-VENDOR NTUA
+
+#
+# Authentication Attributes
+#
+ATTRIBUTE UserLogon-Uid 10 integer
+ATTRIBUTE UserLogon-Gid 11 integer
+ATTRIBUTE UserLogon-HomeDir 12 string
+ATTRIBUTE UserLogon-Type 13 integer
+ATTRIBUTE UserLogon-QuotaBytes 14 integer
+ATTRIBUTE UserLogon-QuotaFiles 15 integer
+ATTRIBUTE UserLogon-Shell 16 string
+ATTRIBUTE UserLogon-Restriction 17 integer
+ATTRIBUTE UserLogon-GroupNames 18 string
+ATTRIBUTE UserLogon-DriveNames 19 string
+ATTRIBUTE UserLogon-UserDescription 20 string
+ATTRIBUTE UserLogon-UserFullName 21 string
+ATTRIBUTE UserLogon-UserDomain 22 string
+ATTRIBUTE UserLogon-LogonTask 23 string
+ATTRIBUTE UserLogon-LogoffTask 24 string
+ATTRIBUTE UserLogon-Expiration 25 string
+ATTRIBUTE UserLogon-UserProfile 26 string
+#
+# Accounting Attributes
+#
+ATTRIBUTE UserLogon-Acct-TerminateCause 50 string
+
+VALUE UserLogon-Type FTP 1
+VALUE UserLogon-Type WEB 2
+VALUE UserLogon-Type POP 3
+VALUE UserLogon-Type IMAP 4
+VALUE UserLogon-Type Windows-Logon 5
+VALUE UserLogon-Type Unix-Logon 6
+VALUE UserLogon-Type SMTP-Auth 7
+VALUE UserLogon-Type Other 200
+
+VALUE UserLogon-Restriction Anonymous-User 1
+VALUE UserLogon-Restriction Admin-User 2
+
+END-VENDOR NTUA