#!/sbin/sh -p # # (c) Copyright 1992, 1993, 1994 Hewlett-Packard Co. # # @(#)HP DCE/9000 1.8 # @(#)Module: rc.config.d/dce # $Revision: /main/HPDCE02/10 $ $Date: 1996/09/05 17:47 UTC $ # # # WARNING: This script should not be manually edited !!! # The DCE system management tools maintain this file # to reflect the current DCE configuration of this system. # DO NOT MODIFY THIS SCRIPT !!! # # DCE configuration flags (1=ON, 0=OFF) # # DCED: DCE daemon # ACTIVATE_SECVAL DCE Security Validation # AUDITD: AUDIT daemon # SECD: Security server # CDSADV: CDS client # CDSD: CDS server # GDAD: Global Directory Agent # DTSD: DTS client/server # DTS_NULL_PROVIDER: Null time provider # NULL_PROVIDER_POLL: Null time provider polling interval (-p) # NULL_PROVIDER_INACCURACY: Null time provider inaccuracy (-i) # DTS_NTP_PROVIDER: NTP time provider # NTP_HOST: Host providing NTP time (-h) # NTP_PROVIDER_POLL: NTP time provider polling interval (-p) # NTP_PROVIDER_INACCURACY: NTP time provider inaccuracy (-i) # DTS_SPECTRACOM_PROVIDER: Spectracom time provider # SPEC_DEV: Spectracom time provider device file (-d) # PWD_STRENGTHD: Password Strength server # DTSD_SWITCHES: Switches to start dtsd with. # -s local # -s -g global # -c clerk # AUDITD_SWITCHES: Switches to start auditd with. # -a # PWD_STRENGTHD_SWITCHES: Switches to start pwd_strengthd with. # -v # DCED_SWITCHES: Switch for remote administration # -r # # Current configuration flags # DCED=0 ACTIVATE_SECVAL=0 AUDITD=0 SECD=0 CDSADV=0 CDSD=0 GDAD=0 DTSD=0 DTS_NULL_PROVIDER=0 DTS_NTP_PROVIDER=0 DTS_SPECTRACOM_PROVIDER=0 PWD_STRENGTHD=0 ILOGIND=0 # # Configuration data # NTP_HOST= NTP_PROVIDER_POLL= NTP_PROVIDER_INACCURACY= NULL_PROVIDER_POLL= NULL_PROVIDER_INACCURACY= SPEC_DEV= DTSD_SWITCHES= AUDITD_SWITCHES= PWD_STRENGTHD_SWITCHES= DCED_SWITCHES=