Home | History | Annotate | Download | only in etc
      1 #
      2 #	Microsoft's VSA's, from RFC 2548
      3 #
      4 #	$Id: dictionary.microsoft,v 1.1 2004/11/14 07:26:26 paulus Exp $
      5 #
      6 
      7 VENDOR		Microsoft	311	Microsoft
      8 
      9 ATTRIBUTE	MS-CHAP-Response	1	string	Microsoft
     10 ATTRIBUTE	MS-CHAP-Error		2	string	Microsoft
     11 ATTRIBUTE	MS-CHAP-CPW-1		3	string	Microsoft
     12 ATTRIBUTE	MS-CHAP-CPW-2		4	string	Microsoft
     13 ATTRIBUTE	MS-CHAP-LM-Enc-PW	5	string	Microsoft
     14 ATTRIBUTE	MS-CHAP-NT-Enc-PW	6	string	Microsoft
     15 ATTRIBUTE	MS-MPPE-Encryption-Policy 7	string	Microsoft
     16 # This is referred to as both singular and plural in the RFC.
     17 # Plural seems to make more sense.
     18 ATTRIBUTE	MS-MPPE-Encryption-Type 8	string	Microsoft
     19 ATTRIBUTE	MS-MPPE-Encryption-Types  8	string	Microsoft
     20 ATTRIBUTE	MS-RAS-Vendor		9	integer	Microsoft
     21 ATTRIBUTE	MS-CHAP-Domain		10	string	Microsoft
     22 ATTRIBUTE	MS-CHAP-Challenge	11	string	Microsoft
     23 ATTRIBUTE	MS-CHAP-MPPE-Keys	12	string	Microsoft
     24 ATTRIBUTE	MS-BAP-Usage		13	integer	Microsoft
     25 ATTRIBUTE	MS-Link-Utilization-Threshold 14 integer	Microsoft
     26 ATTRIBUTE	MS-Link-Drop-Time-Limit	15	integer	Microsoft
     27 ATTRIBUTE	MS-MPPE-Send-Key	16	string	Microsoft
     28 ATTRIBUTE	MS-MPPE-Recv-Key	17	string	Microsoft
     29 ATTRIBUTE	MS-RAS-Version		18	string	Microsoft
     30 ATTRIBUTE	MS-Old-ARAP-Password	19	string	Microsoft
     31 ATTRIBUTE	MS-New-ARAP-Password	20	string	Microsoft
     32 ATTRIBUTE	MS-ARAP-PW-Change-Reason 21	integer	Microsoft
     33 
     34 ATTRIBUTE	MS-Filter		22	string	Microsoft
     35 ATTRIBUTE	MS-Acct-Auth-Type	23	integer	Microsoft
     36 ATTRIBUTE	MS-Acct-EAP-Type	24	integer	Microsoft
     37 
     38 ATTRIBUTE	MS-CHAP2-Response	25	string	Microsoft
     39 ATTRIBUTE	MS-CHAP2-Success	26	string	Microsoft
     40 ATTRIBUTE	MS-CHAP2-CPW		27	string	Microsoft
     41 
     42 ATTRIBUTE	MS-Primary-DNS-Server	28	ipaddr	Microsoft
     43 ATTRIBUTE	MS-Secondary-DNS-Server	29	ipaddr	Microsoft
     44 ATTRIBUTE	MS-Primary-NBNS-Server	30	ipaddr	Microsoft
     45 ATTRIBUTE	MS-Secondary-NBNS-Server 31	ipaddr	Microsoft
     46 
     47 #ATTRIBUTE	MS-ARAP-Challenge	33	string	Microsoft
     48 
     49 
     50 #
     51 #	Integer Translations
     52 #
     53 
     54 #	MS-BAP-Usage Values
     55 
     56 VALUE		MS-BAP-Usage		Not-Allowed	0
     57 VALUE		MS-BAP-Usage		Allowed		1
     58 VALUE		MS-BAP-Usage		Required	2
     59 
     60 #	MS-ARAP-Password-Change-Reason Values
     61 
     62 VALUE	MS-ARAP-PW-Change-Reason	Just-Change-Password		1
     63 VALUE	MS-ARAP-PW-Change-Reason	Expired-Password		2
     64 VALUE	MS-ARAP-PW-Change-Reason	Admin-Requires-Password-Change	3
     65 VALUE	MS-ARAP-PW-Change-Reason	Password-Too-Short		4
     66 
     67 #	MS-Acct-Auth-Type Values
     68 
     69 VALUE		MS-Acct-Auth-Type	PAP		1
     70 VALUE		MS-Acct-Auth-Type	CHAP		2
     71 VALUE		MS-Acct-Auth-Type	MS-CHAP-1	3
     72 VALUE		MS-Acct-Auth-Type	MS-CHAP-2	4
     73 VALUE		MS-Acct-Auth-Type	EAP		5
     74 
     75 #	MS-Acct-EAP-Type Values
     76 
     77 VALUE		MS-Acct-EAP-Type	MD5		4
     78 VALUE		MS-Acct-EAP-Type	OTP		5
     79 VALUE		MS-Acct-EAP-Type	Generic-Token-Card	6
     80 VALUE		MS-Acct-EAP-Type	TLS		13
     81 
     82