search for: pwdadj

Displaying 2 results from an estimated 2 matches for "pwdadj".

Did you mean: pwdadm
2004 Aug 05
0
Samba Installation Issues on QNX
...;strings.h' include/includes.h(131): Error! E1055: Unable to open 'memory.h' include/includes.h(316): Error! E1055: Unable to open 'sys/label.h' include/includes.h(317): Error! E1055: Unable to open 'sys/audit.h' include/includes.h(318): Error! E1055: Unable to open 'pwdadj.h' include/includes.h(396): Error! E1055: Unable to open 'biconv.h' include/nt_status.h(38): Error! E1022: Missing or misspelled data type near 'uint32' include/nt_status.h(48): Error! E1022: Missing or misspelled data type near 'uint32' include/ntioctl.h(81): Error! E10...
2000 May 12
0
SunOS 4.x port
...ndif #endif /* _DEFINES_H */ --- auth-passwd.c.DIST Sat Apr 29 08:47:29 2000 +++ auth-passwd.c Fri May 12 16:07:36 2000 @@ -28,6 +28,11 @@ #ifdef HAVE_SHADOW_H # include <shadow.h> #endif +#ifdef HAVE_GETPWANAM +# include <sys/label.h> +# include <sys/audit.h> +# include <pwdadj.h> +#endif #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) # include "md5crypt.h" #endif /* defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) */ @@ -46,6 +51,9 @@ #ifdef HAVE_SHADOW_H struct spwd *spw; #endif +#ifdef HAVE_GETPWANAM + struct pass...