mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-07 17:17:55 +03:00
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:
|