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

This commit is contained in:
David Wilson 2019-02-08 16:25:23 +00:00
parent 8026e54b9b
commit 4abd34e7a6
1 changed files with 1 additions and 0 deletions

View File

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