diff options
author | rsc <devnull@localhost> | 2005-02-11 19:50:35 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 19:50:35 +0000 |
commit | cf7bdb33d49aef8a4add73ee15f631f3fc0203d6 (patch) | |
tree | a8ac3afc14f268597e2824830607239a97c29866 /ndb/local | |
parent | 15423fd0524fae25926d807eddfe1336b2ec3be3 (diff) | |
download | plan9port-cf7bdb33d49aef8a4add73ee15f631f3fc0203d6.tar.gz plan9port-cf7bdb33d49aef8a4add73ee15f631f3fc0203d6.tar.bz2 plan9port-cf7bdb33d49aef8a4add73ee15f631f3fc0203d6.zip |
domains
Diffstat (limited to 'ndb/local')
-rw-r--r-- | ndb/local | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ndb/local b/ndb/local new file mode 100644 index 00000000..73dbbb17 --- /dev/null +++ b/ndb/local @@ -0,0 +1,18 @@ +# ndb - only used for authdial right now + +# database - would add extra file= lines here +# probably need some kind of syntax to avoid hard-coding paths. + +database + +# authentication domains + +authdom=outside.plan9.bell-labs.com + auth=sources.cs.bell-labs.com + +authdom=plan9.bell-labs.com + auth=lookout.cs.bell-labs.com + +authdom=tip9ug.jp + auth=mordor.tip9ug.jp + |