auth 571 B

1234567891011
  1. # Data Base
  2. # An ndb(2) database file exists for the authentication
  3. # server. The attribute types used by the AS are hostid and
  4. # uid. The value in the hostid is a client host's ID. The
  5. # values in the uid pairs in the same entry list which users
  6. # that host ID may speak for. A uid value of * means the
  7. # host ID may speak for all users. A uid value of !user means
  8. # the host ID may not speak for user. For example:
  9. # hostid=bootes
  10. # uid=!sys uid=!adm uid=*
  11. #