some more auth stuff and documentation

This commit is contained in:
2020-03-29 01:45:12 -04:00
parent e23ef97057
commit feb032b84f
5 changed files with 364 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ class PassMan(object):
def getClient(self):
# This may need to be re-tooled in the future.
auth_xml = self.cfg.xml.find('auth')
authmethod_xml = auth_xml.getchildren()[0]\
authmethod_xml = auth_xml.getchildren()[0]
for a in dir(auth):
if a.startswith('_'):
continue