home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / en-US / PswdSync.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  44 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="PswdSync">Password Synchronization</string>
  9.       <string id="Psync_LoggingLevel">Turn On Extensive logging for Password sync Servers</string>
  10.       <string id="Psync_LoggingLevel_Help">This policy setting allows you to manage the extensive logging feature for the Password Sync component.
  11.  
  12. If you enable this policy, all the affected Password Sync servers will  log intermediate steps in synchronization attempts.
  13.  
  14. If you disable or do not configure this policy setting then the user preference will be used for individual Password Sync servers</string>
  15.       <string id="Psync_MaxRetries">Set the number of retries for Password sync Servers</string>
  16.       <string id="Psync_MaxRetries_Help">This policy setting allows you to set the number of retries for synchronization on failure servers.
  17.  
  18. If you enable this policy, the number of retries specified by this policy setting will be used by all affected Password Sync servers.
  19.  
  20. If you disable or do not configure this policy setting then the user preference will be used for individual Password Sync servers</string>
  21.       <string id="Psync_SNISPasswordSyncEnable">Turn on the Windows to NIS password sync for migrated users for  Password sync Servers</string>
  22.       <string id="Psync_SNISPasswordSyncEnable_Help">This policy setting allows you to manage the Windows to Network Information Service(NIS) password sync feature (for Unix users migrated to Active Directory(AD)) for the Password Sync component.
  23.  
  24. If you enable this policy, all the affected Password Sync servers will  automatically change a user's Unix password in the AD if the user were to change his Windows password.
  25.  
  26. If you disable or do not configure this policy setting then the user preference will be used for individual Password Sync servers.</string>
  27.       <string id="Psync_Update_Retry_Interval">Set the retry interval for Password sync Servers</string>
  28.       <string id="Psync_Update_Retry_Interval_Help">This policy setting allows you to set the interval in seconds between retries for synchronization failures.
  29.  
  30. If you enable this policy, the retry interval specified by this policy setting will be used by all affected Password Sync servers.
  31.  
  32. If you disable or do not configure this policy setting then the user preference will be used for individual Password Sync servers</string>
  33.     </stringTable>
  34.     <presentationTable>
  35.       <presentation id="Psync_MaxRetries">
  36.         <decimalTextBox refId="Psync_MaxRetries" defaultValue="3">Set the number of retries for Password sync Servers</decimalTextBox>
  37.       </presentation>
  38.       <presentation id="Psync_Update_Retry_Interval">
  39.         <decimalTextBox refId="Psync_Update_Retry_Interval" defaultValue="120">Set the retry interval for Password sync Servers</decimalTextBox>
  40.       </presentation>
  41.     </presentationTable>
  42.   </resources>
  43. </policyDefinitionResources>
  44.