Exemplo n.º 1
0
def configure_plain(auth, domain, filename):
    """
    Configure PLAIN authentication for a given domain. PLAIN
    authentication uses a plain-text password file. The filename is
    treated as a printf format. To cover all domains, use "*". You can
    modify the password file at any time; it is reloaded
    automatically.
    """
    return C.zauth_configure_plain(auth, domain, filename)
Exemplo n.º 2
0
def configure_plain(auth, domain, filename):
    """
    Configure PLAIN authentication for a given domain. PLAIN
    authentication uses a plain-text password file. The filename is
    treated as a printf format. To cover all domains, use "*". You can
    modify the password file at any time; it is reloaded
    automatically.
    """
    return C.zauth_configure_plain(auth, domain, filename)