components/ntp/Solaris/ntp.client
branchs11u1-sru
changeset 2795 a8138e69c041
parent 432 4eda6f0a3346
child 4213 9164037457d6
equal deleted inserted replaced
2794:a5bcbe239323 2795:a8138e69c041
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    22 
    22 
    23 # If you do not want to configure your client to listen for multicast, comment
    23 # If you do not want to configure your client to listen for multicast, comment
    24 # this line out. This should only be used for casual time keeping, like keeping
    24 # this line out. This should only be used for casual time keeping, like keeping
    25 # a desktop system in sync. 
    25 # a desktop system in sync. 
    26 
    26 
    27 multicastclient 224.0.1.1
    27 multicastclient 224.0.1.1
       
    28 
       
    29 # You can also use broadcast mode. Again, only use for casual timekeeping.
       
    30 
       
    31 # broadcastclient
       
    32 
       
    33 # The default is to require authentication. Without authentication you do not
       
    34 # have any control over what servers your system is getting its time from. 
       
    35 # It is possible for another system to target your system to change the time. 
       
    36 # However for casual time keeping and ease of administration authentication 
       
    37 # may not be necessary. Using authentication is recommended.
       
    38 
       
    39 disable auth
    28 
    40 
    29 # To configure NTP servers, replace the server_name with either the IP address
    41 # To configure NTP servers, replace the server_name with either the IP address
    30 # or hostname of the server you wish to use. If you just want to keep the time
    42 # or hostname of the server you wish to use. If you just want to keep the time
    31 # in a causual way, one server may be enough for you. If you wish to keep it
    43 # in a causual way, one server may be enough for you. If you wish to keep it
    32 # to a more accurate level, 3 or more is recommended. Do not choose 2, because
    44 # to a more accurate level, 3 or more is recommended. Do not choose 2, because