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/
10 # Multiple services can be specified by a comma-separated list.
11 # Order is signficant. Whitespace not allowed except after comments or commas.
13 aliases=local # sendmail /etc/aliases: just run native senmamil.
15 group=local # /etc/group: native and Ultrix are compatible
16 hosts=local,bind # /etc/hosts (no yp) then DNS
17 netgroup=local # NOTE: Ultrix netgroup really only works with yp.
18 networks=local,bind # rfc 1101
19 passwd=local # Ultrix and native hashed passwds incompatible
20 protocols=local # /etc/protocols (getprotoent())
21 rpc=local # /etc/rpc (getrpcent())
22 services=local # /etc/services (getservbyname())
24 # Minimum password length/lifetime/security goop; see an Ultrix manpage.
25 # NOTE: running Ultrix /etc/passwd is not good idea.
28 SOFTEXP=604800 # 7 days in seconds
29 SECLEVEL=BSD # (BSD | UPGRADE | ENHANCED)