Home
last modified time | relevance | path

Searched full:useradd (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh9 atf_check -s exit:0 ${PW} useradd test
19 atf_check -s exit:0 -o match:"^test:.*" ${PW} useradd test -N
28 atf_check -s exit:0 ${PW} useradd test -c 'Test User,work!,123,user@example.com'
39 ${PW} useradd test -c "Test User,work,123,456" -N
49 ${PW} useradd test -c "Test User,work,123:456,456"
60 ${PW} useradd test -c "Test User,work,123:456,456" -N
69 atf_check -s exit:0 ${PW} useradd test -d /foo/bar
80 atf_check -s exit:0 ${PW} useradd test -e ${DATE}
92 atf_check -s exit:0 ${PW} useradd test -e ${DATE}
104 atf_check -s exit:0 ${PW} useradd test -e ${DATE}
[all …]
H A Dpw_usermod_test.sh11 atf_check -s exit:0 ${PW} useradd test
23 atf_check -s exit:0 ${PW} useradd test
34 atf_check -s exit:0 ${PW} useradd test -c "Test User,home,123,456"
45 atf_check -s exit:0 ${PW} useradd test -c "Test User,home,123,456"
57 atf_check -s exit:0 ${PW} useradd test
71 atf_check -s exit:0 ${PW} useradd test
85 atf_check -s exit:0 ${PW} useradd foo
96 atf_check -s exit:0 ${PW} useradd foo
108 atf_check -s exit:0 ${PW} useradd foo -G test1,test2
124 atf_check -s exit:0 ${PW} useradd foo -G test1,test2
[all …]
H A Dpw_userdel_test.sh15 ${PW} useradd test || atf_fail "Creating test user"
41 atf_check -s exit:0 ${RPW} useradd foo -k /skel -m
54 atf_check ${PW} useradd -n foo -u 4001
63 atf_check ${RPW} useradd foo -d /foo
71 atf_check ${RPW} useradd -n testuser1 -d /shared
72 atf_check ${RPW} useradd -n testuser2 -d /shared
80 atf_check ${RPW} useradd -n foo -d /foo
H A Dpw_lock_test.sh9 ${PW} useradd test || atf_fail "Creating test user"
21 ${PW} useradd test || atf_fail "Creating test user"
29 ${PW} useradd -n 1001 || atf_fail "Creating test user"
H A Dpw_config_test.sh8 ${PW} useradd -D -C ${HOME}/foo.conf
16 ${PW} useradd -D -C ${HOME}/foo.conf \
H A Dpw_usernext_test.sh15 atf_check -s exit:0 ${PW} useradd test${CURRENT}
34 atf_check -s exit:0 ${PW} useradd -n test${CURRENT} -g 0
H A Dpw_groupmod_test.sh47 atf_check -s exit:0 -x ${PW} useradd testuser
88 atf_check -s exit:0 ${PW} useradd $i
/freebsd/usr.sbin/pw/
H A Dpw.836 .Cm useradd
58 .Cm useradd
315 .Cm useradd
346 .Cm useradd .
348 .Cm useradd ,
355 .Cm useradd ,
439 .Cm useradd ,
480 .Ql useradd
571 .Cm useradd
583 .Cm useradd
[all …]
H A DREADME6 to those used by the Sun/shadow commands: useradd, usermod, userdel,
10 User add mode also provides a means of easily setting system useradd
12 the command "pw useradd <loginid>". Creation of a unique primary
H A Dpw.c43 "useradd", "userdel", "usermod", "usershow", "usernext",
221 "metalog can only be specified with 'useradd'"); in main()
261 "usage: pw [-M metalog] useradd [name] [switches]\n" in cmdhelp()
265 "\t-M metalog mtree file, must precede 'useradd'\n" in cmdhelp()
/freebsd/crypto/openssh/.github/workflows/
H A Dvm.yml41 pw useradd builder -m
103 pw useradd builder -m
167 /usr/sbin/useradd -m builder
231 useradd -m builder
282 useradd -m builder
328 useradd -g wobj -m builder
431 useradd -m builder
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/privilege/
H A Dsetup.ksh39 # (it can cause useradd to take a long time, hitting our TIMEOUT)
62 log_must useradd -c "ZFS Privileges Test User" -d /export/home/$ZFS_USER $ZFS_USER
/freebsd/usr.sbin/bsdconfig/usermgmt/
H A DINDEX48 menu_selection="useradd|useradd"
H A DMakefile7 SCRIPTS= groupadd groupdel groupedit useradd userdel useredit usermgmt
/freebsd/crypto/openssl/
H A DConfigure788 my %useradd = (
856 #if (exists $useradd{$1})
858 # $useradd{$1} = [];
1009 push @{$useradd{CFLAGS}}, '--ossl-strict-warnings';
1122 push @{$useradd{LDLIBS}}, $_;
1126 push @{$useradd{LDLIBS}}, $_, shift(@argvcopy);
1130 push @{$useradd{LDFLAGS}}, $_;
1138 push @{$useradd{LDFLAGS}}, $_, $rpath;
1142 push @{$useradd{LDFLAGS}}, $_;
1146 push @{$useradd{CPPDEFINES}}, $1;
[all …]
/freebsd/tests/sys/cddl/zfs/bin/
H A Duseradd.ksh11 /usr/sbin/pw useradd $g $a
H A DMakefile24 SCRIPTS+= useradd.ksh
/freebsd/crypto/openssh/contrib/hpux/
H A Degd8 # useradd -g egd egd
H A DREADME33 # useradd -g egd egd
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg163 useradd
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dsetup.ksh35 # (it can cause useradd to take a long time, hitting our TIMEOUT)
/freebsd/contrib/netbsd-tests/usr.sbin/useradd/
H A Dt_useradd.sh41 atf_check -s exit:0 -o ignore -e ignore -x "useradd $username"
/freebsd/contrib/dialog/samples/
H A Dinputmenu40 --msgbox "useradd \n\
H A Dinputmenu-stdout38 --msgbox "useradd \n\
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dsetup.ksh29 # (it can cause useradd to take a long time, hitting our TIMEOUT)

123