auth 586 B

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