home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / en-US / CredentialProviders.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  51 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  4.   <displayName>enter display name here</displayName>
  5.   <description>enter description here</description>
  6.   <resources>
  7.     <stringTable>
  8.       <string id="DefaultLogonDomain">Assign a default domain for logon</string>
  9.       <string id="DefaultLogonDomain_Help">This policy setting specifies a default logon domain which may be a different domain than the machine joined domain. Without this policy, at logon, if a user does not specify a domain for logon, the domain to which the machine belongs is assumed as the default domain. For example if the machine belongs to the Fabrikam domain, the default domain for user logon is Fabrikam.
  10.  
  11. If you enable this policy setting, the a default logon domain will be set to the specified domain which may not be the machine joined domain.
  12.  
  13. If you disable or do not configure  this policy setting, the default logon domain will always be set to the machine joined domain.</string>
  14.       <string id="ExcludedCredentialProviders">Exclude credential providers</string>
  15.       <string id="ExcludedCredentialProviders_Help">This policy setting allows the administrator to exclude the specified
  16. credential providers from use during authentication.
  17.  
  18. Note: credential providers are used to process and validate user
  19. credentials during logon or when authentication is required.
  20. Windows Vista provides two default credential providers:
  21. Password and Smart Card. An administrator can install additional
  22. credential providers for different sets of credentials
  23. (for example, to support biometric authentication).
  24.  
  25. If you enable this policy, an administrator can specify the CLSIDs
  26. of the credential providers to exclude from the set of installed
  27. credential providers available for authentication purposes.
  28.  
  29. If you disable or do not configure this policy, all installed credential providers will be available for authentication purposes.</string>
  30.       <string id="Logon">Logon</string>
  31.     </stringTable>
  32.     <presentationTable>
  33.       <presentation id="DefaultLogonDomain">
  34.         <textBox refId="DefaultLogonDomain_Message">
  35.           <label>Default Logon domain:</label>
  36.         </textBox>
  37.         <text>Enter the name of the domain</text>
  38.       </presentation>
  39.       <presentation id="ExcludedCredentialProviders">
  40.         <textBox refId="ExcludedCredentialProviders_Message">
  41.           <label>Exclude the following credential providers:</label>
  42.         </textBox>
  43.         <text>Enter the comma-separated CLSIDs for multiple credential providers
  44. to be excluded from use during authentication.
  45.  
  46. For example: {ba0dd1d5-9754-4ba3-973c-40dce7901283},{383f1aa4-65dd-45bc-9f5a-ddd2f222f07d}</text>
  47.       </presentation>
  48.     </presentationTable>
  49.   </resources>
  50. </policyDefinitionResources>
  51.