Home | History | Annotate | Download | only in openssh

Lines Matching full:shadow

305 	shadow.h \
473 [Define if you want to disable shadow passwords])
938 AC_DEFINE([BROKEN_SHADOW_EXPIRE], [1], [QNX shadow support is broken])
1960 AC_MSG_CHECKING([for conflicting getspnam in shadow.h])
1961 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <shadow.h> ]],
3707 # Whether to disable shadow password support
3708 AC_ARG_WITH([shadow],
3709 [ --without-shadow Disable shadow password support],
3719 AC_MSG_CHECKING([if the systems has expire shadow information])
3722 #include <shadow.h>
3731 [Define if you want to use shadow password expire field])