code: 9ferno

ref: 4a56ddcda879c264538df970f2d1f2b68e9dcd68
dir: /appl/svc/auth.sh/

View raw version
#!/dis/sh.dis -n
load std
or {ftest -e /net/dns} {ftest -e /env/emuhost} {ndb/dns}
or {ftest -e /net/cs} {ndb/cs}
or {ftest -f /keydb/signerkey} {echo 'auth: need to use createsignerkey(8)' >[1=2]; raise nosignerkey}
or {ftest -f /keydb/keys} {echo 'auth: need to create /keydb/keys' >[1=2]; raise nokeys}
and {auth/keyfs} {
	listen -v -t -A 'tcp!*!inflogin' {auth/logind&}
	listen -v -t -A 'tcp!*!infkey' {auth/keysrv&}
	listen -v -t -A 'tcp!*!infsigner' {auth/signer&}
	listen -v -t -A 'tcp!*!infcsigner' {auth/countersigner&}
}
# run svc/registry separately if desired