(file) Return to MSFT_AuthenticationAuthorizationAccounting.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_AuthenticationAuthorizationAccounting
 3              // ===============================================================
 4              	[Description ( "MSFT_AuthenticationAuthorizationAccounting handles local setting for aaa service." ), 
 5              	Version ( "0.70" )]
 6              class MSFT_AuthenticationAuthorizationAccounting 
 7              {
 8              
 9               [Description ( 
10                        "This property exposes a reference to a Service access point or a Remote Service access point. "
11                        "Each non-null value of the HostResource property shall "
12                        "be formated as a URI per RFC3986.\n"
13                        "If this resource is modeled then a value should be a "
14                        "WBEM URI (DSP0207).  "
15                        "Profiles may further constrain the type of URI."
16                   ) ]
17                 string Server;
18              
19                  [Description ( 
20                        "An enumeration indicating the the login defaul group "
21                       ), 
22 krisbash 1.1        ValueMap {  "1", "2", "3"}, 
23                     Values { "Other", "tacacs+", "radius"} 
24                 ]
25                 uint16 LoginDefaultGroup;
26              
27                 [Description ( 
28                        "A string that describes a login defaul group when a well "
29                        "defined value is not available login defaul group has the "
30                        "value \"Other\"." ), 
31                     ModelCorrespondence { 
32                        "MSFT_AuthenticationAuthorizationAccounting.LoginDefaultGroup" }]
33                 string OtherLoginDefaultGroup;
34              
35                  [Description ( 
36                        "An enumeration indicating login accounting default group "
37                       ), 
38                     ValueMap {  "1", "2","3"}, 
39                     Values { "Other", "tacacs+", "radius"} 
40                 ]
41                 uint16 AccountingDefaultGroup;
42              
43 krisbash 1.1    [Description ( 
44                        "A string that describes a feature name when a well "
45                        "defined value is not available accounting default group has the "
46                        "value \"Other\"." ), 
47                     ModelCorrespondence { 
48                        "MSFT_AuthenticationAuthorizationAccounting.AccountingDefaultGroup" }]
49                 string OtherAccountingDefaultGroup;
50              
51                boolean Is_LoginErrorEnabled;
52              
53                boolean IsAsciiAuthentication;
54              
55              };

ViewCVS 0.9.2