diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-05 18:32:17 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-05 18:32:17 +0000 |
commit | f0589fd28f88d18d6da38a204288405e72f807eb (patch) | |
tree | ba21409b75c3f485da9e6d2cab8306a1007df05c /lib | |
parent | 4a43338762845c503ada5ca2a7066a76fbd7202f (diff) | |
download | plan9front-f0589fd28f88d18d6da38a204288405e72f807eb.tar.xz |
/lib/ndb/auth: hostid=bootes needed for auth to work.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/ndb/auth | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ndb/auth b/lib/ndb/auth index b9c3a9dda..b548d12ba 100755 --- a/lib/ndb/auth +++ b/lib/ndb/auth @@ -9,3 +9,5 @@ # hostid=bootes # uid=!sys uid=!adm uid=* # +hostid=bootes + uid=!sys uid=!adm uid=* |