issue #520: add AIX auth failure string to su.

pull/564/head
David Wilson 6 years ago
parent 8026e54b9b
commit 4abd34e7a6

@ -66,6 +66,7 @@ class Stream(mitogen.parent.Stream):
b('su: sorry'), # BSD b('su: sorry'), # BSD
b('su: authentication failure'), # Linux b('su: authentication failure'), # Linux
b('su: incorrect password'), # CentOS 6 b('su: incorrect password'), # CentOS 6
b('authentication is denied'), # AIX
) )
def construct(self, username=None, password=None, su_path=None, def construct(self, username=None, password=None, su_path=None,

Loading…
Cancel
Save