diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2014-04-15 21:13:42 +0200 |
|---|---|---|
| committer | Fabiano FidĂȘncio <fidencio@redhat.com> | 2015-10-12 13:47:09 +0200 |
| commit | 5ec3859892bf9b61a9c32e6f7d54bed64adaf791 (patch) | |
| tree | 6658636b0e31b3a8491d1b04968804fa36a0c578 /tests/etc | |
| parent | cdbd2bdd3c6b191546059ab71e888d61faacca18 (diff) | |
| download | libssh-5ec3859892bf9b61a9c32e6f7d54bed64adaf791.tar.gz libssh-5ec3859892bf9b61a9c32e6f7d54bed64adaf791.tar.xz libssh-5ec3859892bf9b61a9c32e6f7d54bed64adaf791.zip | |
cmake: Configure nss_wrapper.
Diffstat (limited to 'tests/etc')
| -rw-r--r-- | tests/etc/group.in | 5 | ||||
| -rw-r--r-- | tests/etc/hosts.in | 2 | ||||
| -rw-r--r-- | tests/etc/passwd.in | 5 |
3 files changed, 12 insertions, 0 deletions
diff --git a/tests/etc/group.in b/tests/etc/group.in new file mode 100644 index 00000000..b6e85eff --- /dev/null +++ b/tests/etc/group.in @@ -0,0 +1,5 @@ +users:x:1000: +sshd:x:65531: +nobody:x:65533: +nogroup:x:65534:nobody +root:x:65532: diff --git a/tests/etc/hosts.in b/tests/etc/hosts.in new file mode 100644 index 00000000..2ab69799 --- /dev/null +++ b/tests/etc/hosts.in @@ -0,0 +1,2 @@ +127.0.0.10 server.libssh.site +127.0.0.21 client.libssh.site diff --git a/tests/etc/passwd.in b/tests/etc/passwd.in new file mode 100644 index 00000000..62dc24d0 --- /dev/null +++ b/tests/etc/passwd.in @@ -0,0 +1,5 @@ +bob:x:1000:1000:bob gecos:@HOMEDIR@/bob:/bin/false +alice:x:1001:1000:alice gecos:@HOMEDIR@/alice:/bin/false +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 |
