HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/twisted/plugins/__pycache__/cred_file.cpython-310.pyc
o

�b�@sxdZddlZddlmZddlmZddlmZddlm	Z	m
Z
ddlmZdZ
d	Zeeej�Gd
d�d��Ze�ZdS)z;
Cred plugin for a file of the format 'username:password'.
�N)�implementer)�plugin)�FilePasswordDB)�IUsernameHashedPassword�IUsernamePassword)�ICheckerFactoryz�
This checker expects to receive the location of a file that
conforms to the FilePasswordDB format. Each line in the file
should be of the format 'username:password', in plain text.
zWarning: not a valid filec@s2eZdZdZdZeZdZee	fZ
ejZ
dd�ZdS)�FileCheckerFactoryz7
    A factory for instances of L{FilePasswordDB}.
    �filez,Location of a FilePasswordDB-formatted file.cCsNddlm}|��std|j��||���s#|j�t�d|�d��t	|�S)z�
        This checker factory expects to get the location of a file.
        The file should conform to the format required by
        L{FilePasswordDB} (using defaults for all
        initialization parameters).
        r)�FilePathz%r requires a filenamez: �
)
�twisted.python.filepathr
�strip�
ValueError�authType�isfile�errorOutput�write�invalidFileWarningr)�self�	argstringr
�r�;/usr/lib/python3/dist-packages/twisted/plugins/cred_file.py�generateChecker+sz"FileCheckerFactory.generateCheckerN)�__name__�
__module__�__qualname__�__doc__r�fileCheckerFactoryHelp�authHelp�argStringFormatrr�credentialInterfaces�sys�stderrrrrrrrrsr)rr!�zope.interfacer�twistedr�twisted.cred.checkersr�twisted.cred.credentialsrr�twisted.cred.strcredrrr�IPluginr�theFileCheckerFactoryrrrr�<module>s