Home | History | Annotate | Download | only in sssd

Lines Matching refs:LTPTMP

58 	sss_usermod -s $LTPTMP/noshell $username
59 getent passwd $username@LOCAL | grep "$LTPTMP/noshell" >/dev/null 2>&1
61 tst_resm TPASS "sssd: user home dir is $LTPTMP/noshell."
63 tst_resm TFAIL "sssd: user home dir should be $LTPTMP/noshell."
79 sed -i -e "/\[nss\]/ a\allowed_shells = $LTPTMP/noshell" $CONFIG_FILE
82 sss_usermod -s $LTPTMP/noshell $username
109 sed -i -e "/\[nss\]/ a\allowed_shells = $LTPTMP/noshell" $CONFIG_FILE
113 sss_usermod -s $LTPTMP/noshell $username
173 sss_usermod -s $LTPTMP/noshell $username
194 grep -v -w -E "nologin|sh|bash" /etc/shells > $LTPTMP/all_shells
195 line_shell=`sed -n '1p' $LTPTMP/all_shells`
197 rm -f $LTPTMP/all_shells
201 rm -f $LTPTMP/all_shells