forked from shaba/openuds
16 lines
485 B
ReStructuredText
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:
|