svc.conf revision 1.2
11.2Sandvar# $NetBSD: svc.conf,v 1.2 2024/05/14 19:00:43 andvar Exp $ 21.1Sthorpej# 31.1Sthorpej# Ultrix-compatible svc.conf file. 41.1Sthorpej# Each line below binds a particular database to one or more resolver 51.1Sthorpej# services. The available services are 61.1Sthorpej# local - local flat files in /etc/ 71.1Sthorpej# yp - NIS (aka yp) 81.1Sthorpej# bind - DNS 91.1Sthorpej# 101.1Sthorpej# Multiple services can be specified by a comma-separated list. 111.2Sandvar# Order is significant. Whitespace not allowed except after comments or commas. 121.1Sthorpej# 131.1Sthorpejaliases=local # sendmail /etc/aliases: just run native senmamil. 141.1Sthorpejauth=local 151.1Sthorpejgroup=local # /etc/group: native and Ultrix are compatible 161.1Sthorpejhosts=local,bind # /etc/hosts (no yp) then DNS 171.1Sthorpejnetgroup=local # NOTE: Ultrix netgroup really only works with yp. 181.1Sthorpejnetworks=local,bind # rfc 1101 191.1Sthorpejpasswd=local # Ultrix and native hashed passwds incompatible 201.1Sthorpejprotocols=local # /etc/protocols (getprotoent()) 211.1Sthorpejrpc=local # /etc/rpc (getrpcent()) 221.1Sthorpejservices=local # /etc/services (getservbyname()) 231.1Sthorpej 241.1Sthorpej# Minimum password length/lifetime/security goop; see an Ultrix manpage. 251.1Sthorpej# NOTE: running Ultrix /etc/passwd is not good idea. 261.1SthorpejPASSLENMIN=6 271.1SthorpejPASSLENMAX=16 281.1SthorpejSOFTEXP=604800 # 7 days in seconds 291.1SthorpejSECLEVEL=BSD # (BSD | UPGRADE | ENHANCED) 30