GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Authentication::NoAuth(3) User Contributed Perl Documentation OpenXPKI::Server::Authentication::NoAuth(3)

This handler does not perform any authentication, it relies on an external party to pass in authenticated information.

Handler returns undef unless the username attribute is a true value. If you provide the role attribute as parameter to the handler, it will be assigned to any incoming username. Otherwise the key role from the incoming message is used. In case rolemap is set, the role given role name will be translated using the map.

Any additional parameters set in the incoming hash will be set as userinfo, except tenant which will be assigned to the Handle.

The authinfo section can be set as parameter to the handler (HashRef), the key uid is always populated with the username.

Expects the username given as username.

If you need to postprocess the role information, inherit from this class and provide a parseRole method that receives the incoming message as key/value list and returns the name of the role as string.
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.