File: DO_TEST.sh

package info (click to toggle)
libnss-securepass 0~20141025.0git2299135-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 468 kB
  • ctags: 264
  • sloc: sh: 3,021; ansic: 2,006; makefile: 70
file content (14 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set +v
echo
./sp_client -l
echo
getent passwd
echo
getent passwd 1000
getent passwd 1001
getent passwd 1002
getent passwd 1003
getent passwd 1004
getent passwd 1005
getent passwd 1006