Exemplo n.º 1
0
 def __init__(self, conffile = INI, name = "externalldap"):
     AuthenticatorI.__init__(self, conffile, name, ExternalLdapAuthenticatorConfig)
Exemplo n.º 2
0
 def __init__(self, conffile = None, name = "glpi"):
     if not conffile:
         conffile = getConfigFile(name)
     AuthenticatorI.__init__(self, conffile, name, GlpiAuthenticatorConfig)
Exemplo n.º 3
0
 def __init__(self, conffile=INI, name="externalldap"):
     AuthenticatorI.__init__(self, conffile, name,
                             ExternalLdapAuthenticatorConfig)
Exemplo n.º 4
0
Arquivo: auth.py Projeto: neoclust/mmc
 def __init__(self, conffile=None, name="glpi"):
     if not conffile:
         conffile = getConfigFile(name)
     AuthenticatorI.__init__(self, conffile, name, GlpiAuthenticatorConfig)