aboutsummaryrefslogtreecommitdiff
path: root/tests/etc
diff options
context:
space:
mode:
authorSahana Prasad <sahana@redhat.com>2019-12-18 21:57:32 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-12-20 14:39:56 +0100
commit843052dd23e43eab1a64d40615ac582bb00ae065 (patch)
tree3ca681068dcca5e58adf16451cd221360ce42788 /tests/etc
parent317cf070e2e905a4fa6b597ddf3c6e11cc0c9dfc (diff)
downloadlibssh-843052dd23e43eab1a64d40615ac582bb00ae065.tar.gz
libssh-843052dd23e43eab1a64d40615ac582bb00ae065.tar.xz
libssh-843052dd23e43eab1a64d40615ac582bb00ae065.zip
etc: Adds a new user Charlie
Signed-off-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/etc')
-rw-r--r--tests/etc/pam_matrix_passdb.in1
-rw-r--r--tests/etc/passwd.in1
-rw-r--r--tests/etc/shadow.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/etc/pam_matrix_passdb.in b/tests/etc/pam_matrix_passdb.in
index 8891fcfe..c0aa54e5 100644
--- a/tests/etc/pam_matrix_passdb.in
+++ b/tests/etc/pam_matrix_passdb.in
@@ -1,2 +1,3 @@
bob:secret:sshd
alice:secret:sshd
+charlie:secret:sshd
diff --git a/tests/etc/passwd.in b/tests/etc/passwd.in
index a3ddc979..85e20c6d 100644
--- a/tests/etc/passwd.in
+++ b/tests/etc/passwd.in
@@ -1,5 +1,6 @@
bob:x:5000:9000:bob gecos:@HOMEDIR@/bob:/bin/sh
alice:x:5001:9000:alice gecos:@HOMEDIR@/alice:/bin/sh
+charlie:x:5002:9000:charlie gecos:@HOMEDIR@/charlie:/bin/sh
sshd:x:65530:65531:sshd:@HOMEDIR@:/sbin/nologin
nobody:x:65533:65534:nobody gecos:@HOMEDIR@:/bin/false
root:x:65534:65532:root gecos:@HOMEDIR@:/bin/false
diff --git a/tests/etc/shadow.in b/tests/etc/shadow.in
index 5c0e3d86..a0b2b9d6 100644
--- a/tests/etc/shadow.in
+++ b/tests/etc/shadow.in
@@ -1,2 +1,3 @@
alice:$6$0jWkA8VP$MvBUvtGy38jWCZ5KtqnZEKQWXvvImDkDhDQII1kTqtAp3/xH31b71c.AjGkBFle.2QwCJQH7OzB/NXiMprusr/::0:::::
bob:$6$0jWkA8VP$MvBUvtGy38jWCZ5KtqnZEKQWXvvImDkDhDQII1kTqtAp3/xH31b71c.AjGkBFle.2QwCJQH7OzB/NXiMprusr/::0:::::
+charlie:$6$0jWkA8VP$MvBUvtGy38jWCZ5KtqnZEKQWXvvImDkDhDQII1kTqtAp3/xH31b71c.AjGkBFle.2QwCJQH7OzB/NXiMprusr/::0:::::