Null User Backend
Presentation
This UserDB module do nothing. It will not grab user's information. You can use it when authentication information are enough to manage your access rules. For example, If you use SSL authentication, you protect all your application, based on a certificate field rule.Configuration
Just use the userDB parameter in portal/index.pl:
userDB => 'Null',
You will still have authentication information for your rules and headers, like $_user and $_password (if you activate storePassword option).