search for: dhave_gssapi_gssapi_h

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

Did you mean: have_gssapi_gssapi_h
2004 Oct 07
0
openssh & kerberos & gssapi
I have configured openssh --with-kerberos5=<path> --with-pam --with-tcp-wrapper=<path>, but when I expire my kerberos password, I do not get a challenge to change my password for kerberos... anyone have any thoughts. I tried modifying the Make file to include -DGSSAPI -DHAVE_GSSAPI_GSSAPI_H -DHAVE_GSSAPI_GSSAPI_GENERIC_H because I noticed that the gssapi options for both ssh_config and sshd_config did not work, but then it still didn't do anything after including these variables.... which by the way, the configure program did not address gssapi !! I am working with openssh3.9...
2006 Sep 30
1
audit-bsm.c lacks <errno.h>
...ove #include <errno.h> out of includes.h; ok markus@ ---------------------------- However, it was never added to audit-bsm.c, which references errno twice: cc -O2 -pipe -march=pentium4 -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -include ssh_namespace.h -DUSE_BSM_AUDIT -DGSSAPI -DHAVE_GSSAPI_GSSAPI_H=1 -DKRB5 -DHEIMDAL -DXAUTH_PATH=\"/usr/X11R6/bin/xauth\" -DNO_IDEA -g -c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c: In function `bsm_audit_record': /usr/src/secure/usr.sbin/sshd/../../../crypto/...