From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- resources/protocols/radius/dictionary.ntua | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 resources/protocols/radius/dictionary.ntua (limited to 'resources/protocols/radius/dictionary.ntua') diff --git a/resources/protocols/radius/dictionary.ntua b/resources/protocols/radius/dictionary.ntua new file mode 100644 index 00000000..d637869e --- /dev/null +++ b/resources/protocols/radius/dictionary.ntua @@ -0,0 +1,44 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +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 -- cgit v1.2.3