xref: /netbsd/share/examples/emul/ultrix/etc/svc.conf (revision bf9ec67e)
1#	$NetBSD: svc.conf,v 1.1 1997/11/13 03:02:08 thorpej Exp $
2#
3# Ultrix-compatible svc.conf file.
4# Each line  below binds a particular database to one or more resolver
5# services.  The available services are
6#	local - local flat files in /etc/
7#	yp -  NIS (aka yp)
8#	bind - DNS
9#
10# Multiple services can be specified by a comma-separated list.
11# Order is signficant. Whitespace not allowed except after comments or commas.
12#
13aliases=local		# sendmail /etc/aliases: just run native senmamil.
14auth=local
15group=local		# /etc/group: native and Ultrix are compatible
16hosts=local,bind	# /etc/hosts (no yp) then DNS
17netgroup=local		# NOTE: Ultrix netgroup really only works with yp.
18networks=local,bind	# rfc 1101
19passwd=local		# Ultrix and native hashed passwds incompatible
20protocols=local		#	/etc/protocols	(getprotoent())
21rpc=local		# 	/etc/rpc	(getrpcent())
22services=local		#	/etc/services	(getservbyname())
23
24# Minimum password length/lifetime/security goop; see an Ultrix manpage.
25# NOTE: running Ultrix /etc/passwd is not  good idea.
26PASSLENMIN=6
27PASSLENMAX=16
28SOFTEXP=604800		# 7 days in seconds
29SECLEVEL=BSD        	# (BSD | UPGRADE | ENHANCED)
30