Changes between Version 1 and Version 2 of Modules/Auth


Ignore:
Timestamp:
2010-12-05T17:06:36+01:00 (14 years ago)
Author:
rwagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Auth

    v1 v2  
    11== Authentication and Authorization module ==
    22
    3 Put your requirements here!
     3 * Authentication
     4   * (local) database
     5   * OpenId
     6   * LDAP
     7   * IP based
     8   * ...
     9 * Authorization
     10   * Permissions
     11     * read
     12     * write (create, update, delete)
     13     * execute
     14   * Resources
     15     * tables
     16     * rows
     17     * columns
     18     * files
     19   * ...