summaryrefslogtreecommitdiff
path: root/lib/ndb/auth
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 19:35:09 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 19:35:09 +0300
commita9060cc06bee66e12fe16644511f181a4b0cdbd3 (patch)
tree8778fe5d1ab1e6eefee29b357ee5b585f5b7ad30 /lib/ndb/auth
parent1206371abb0d786be1d5ee4201ff864680e2387b (diff)
downloadplan9front-a9060cc06bee66e12fe16644511f181a4b0cdbd3.tar.xz
Import sources from 2011-03-30 iso image - lib
Diffstat (limited to 'lib/ndb/auth')
-rwxr-xr-xlib/ndb/auth11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ndb/auth b/lib/ndb/auth
new file mode 100755
index 000000000..b9c3a9dda
--- /dev/null
+++ b/lib/ndb/auth
@@ -0,0 +1,11 @@
+# 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=*
+#