#!/sbin/sh # @(#) pwgr $Date: 2015/03/13 13:13:25 $Revision: r11.31/1 PATCH_11.31 (PHCO_44178) # Pwgrd configuration. See pwgrd(1m) # # PWGR: Set to 1 to start password/group caching/hashing daemon # PWGRD_WITH_NISPLUS Set to 1 to start pwgrd even when NIS+ is in use. # By default, pwgrd is not started when NIS+ is # configured because NIS+ doesn't show the encrypted # passwords. Since pwgrd is a proxy service with root # privledges, it would allow any cleint program to see # encrypted passwords. Setting this value to 1 # will start pwgrd even if NIS+ is enabled. # The default value is 0. # PWGR=1 PWGRD_WITH_NISPLUS=0 AGGRESSIVE_CLEANUP=0