openuds/server/documentation/development/samples/auths/Authenticator.rst
2012-07-19 23:47:54 +00:00

16 lines
485 B
ReStructuredText

====================
Sample Authenticator
====================
The authenticator is the responsible of providing the needed mechanisms to UDS for
user authentication.
As thatm this must provide a number of methods, that will allow UDS to manage
things the way it needs to. (Access users, groups, check credentials, etc...)
Here you can :download:`Download sample </_downloads/samples/auths/SampleAuth.py>`
.. literalinclude:: /_downloads/samples/auths/SampleAuth.py
:linenos: