diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-09 23:15:09 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-09 23:15:09 +0000 |
| commit | b6bb2a40935fa50f30b558f14a87c03b59328bfc (patch) | |
| tree | dd2404fbc75d0a297886a4abdf6a7ffa255a8061 /lib/ndb/auth | |
| parent | e30bd05a62c74ac9128b11b1c79b41db75ee35c1 (diff) | |
| download | plan9front-b6bb2a40935fa50f30b558f14a87c03b59328bfc.tar.xz | |
move /lib/ndb to /sys/lib/dist/ndb
Diffstat (limited to 'lib/ndb/auth')
| -rw-r--r-- | lib/ndb/auth | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/ndb/auth b/lib/ndb/auth deleted file mode 100644 index 7a1cf402f..000000000 --- a/lib/ndb/auth +++ /dev/null @@ -1,13 +0,0 @@ -# Data Base -# An ndb(2) database file exists for the authentication -# server. The attribute types used by the AS are hostid and -# uid. The value in the hostid is a client host's ID. The -# values in the uid pairs in the same entry list which users -# that host ID may speak for. A uid value of * means the -# host ID may speak for all users. A uid value of !user means -# the host ID may not speak for user. For example: -# hostid=bootes -# uid=!sys uid=!adm uid=* -# -hostid=glenda - uid=!sys uid=!adm uid=* |
