(file) Return to CIM_KerberosKeyDistributionCenter.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_KerberosKeyDistributionCenter 
 6               // ==================================================================
 7                  [Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::User::Kerberos" ), 
 9                   Description ( "The Kerberos KDC." )]
10               class CIM_KerberosKeyDistributionCenter : CIM_CredentialManagementService {
11               
12                     [Override ( "Name" ), 
13                      Description ( "The Realm served by this KDC." )]
14                  string Name;
15               
16                     [Description ( 
17                         "The version of Kerberos supported by this service." ), 
18                      ValueMap { "0", "1", "2", "3" }, 
19                      Values { "V4", "V5", "DCE", "MS" }]
20                  uint16 Protocol[];
21               
22 karl  1.1.2.2 
23               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2