Advertisement
philip_h

system time fix

Jul 6th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. systime-fix {
  2.  
  3. # Interval in seconds to check system time for validity. 0 disables the
  4. # check.
  5. interval = 10
  6.  
  7. # Whether to load the plugin. Can also be an integer to increase the
  8. # priority of this plugin.
  9. load = yes
  10.  
  11. # Whether to use reauth or delete if an invalid cert lifetime is detected.
  12. reauth = no
  13.  
  14. # Threshold date where system time is considered valid. Disabled if not
  15. # specified.
  16. threshold = 2003
  17.  
  18. # strptime(3) format used to parse threshold option.
  19. threshold_format = %Y
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement