search for: use_afs

Displaying 5 results from an estimated 5 matches for "use_afs".

Did you mean: use_ad
2004 Feb 27
2
OPenAFS and OpenSSH replacing kafs
...onment with the KRB5CCNAME in it? --- ,session.c Mon Feb 23 07:01:27 2004 +++ session.c Thu Feb 26 14:10:39 2004 @@ -58,9 +58,13 @@ #include "session.h" #include "monitor_wrap.h" +#ifdef ANL_AFS_PAG +#include <dlfcn.h> +#else #if defined(KRB5) && defined(USE_AFS) #include <kafs.h> #endif +#endif #ifdef GSSAPI #include "ssh-gss.h" @@ -1453,6 +1457,28 @@ */ environ = env; + +#ifdef ANL_AFS_PAG + /* Get PAG and AFS token using external program and KRB5CCNAME */ + if (options.kerberos_get_afs_token) { + void * handle; + int (*get...
2004 Aug 12
14
Pending OpenSSH release, call for testing.
Hi All. OpenSSH is getting ready for a release soon, so we are asking for all interested parties to test a snapshot. Changes include: * sshd will now re-exec itself for each new connection (the "-e" option is required when running sshd in debug mode). * PAM password authentication has been (re)added. * Interface improvements to sftp(1) * Many bug fixes and improvements, for
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...E */ /* #undef CONF_UTMP_FILE */ /* #undef CONF_WTMP_FILE */ /* #undef CONF_UTMPX_FILE */ /* #undef CONF_WTMPX_FILE */ /* #undef USE_EXTERNAL_ASKPASS */ #define HAVE___PROGNAME 1 #define HAVE___FUNCTION__ 1 #define HAVE___func__ 1 /* #undef GSSAPI */ /* #undef KRB5 */ /* #undef HEIMDAL */ /* #undef USE_AFS */ /* #undef SKEY */ /* #undef LIBWRAP */ #define HAVE_LOGIN 1 #define HAVE_DAEMON 1 #define HAVE_GETPAGESIZE 1 #define XAUTH_PATH "/usr/X11R6/bin/xauth" /* #undef HAVE_MD5_PASSWORDS */ /* #undef DISABLE_SHADOW */ #define HAS_SHADOW_EXPIRE 1 /* #undef HAVE_OSF_SIA */ /* #undef HAVE_GETPWA...
2004 Sep 07
0
Please review openssh patch for selinux
...2004-08-12 14:40:25.000000000 +0200 +++ openssh-3.9p1_selinux/session.c 2004-09-07 17:41:56.000000000 +0200 @@ -58,6 +58,10 @@ #include "session.h" #include "monitor_wrap.h" +#ifdef WITH_SELINUX +#include "selinux.h" +#endif + #if defined(KRB5) && defined(USE_AFS) #include <kafs.h> #endif @@ -1304,6 +1308,10 @@ #endif if (getuid() != pw->pw_uid || geteuid() != pw->pw_uid) fatal("Failed to set uids to %u.", (u_int) pw->pw_uid); + +#ifdef WITH_SELINUX + setup_selinux_exec_context(pw->pw_name); +#endif } static void diff...
2004 May 07
3
Contribution to 3.8.1pl1
Hello, I added the support for netgroups to be used in the AllowUsers and DenyUsers parameters. This has some advantages: * hostnames or ip addresses need not to be written or maintained in the sshd_config file, but can be kept abstract names what also simplifies a bit largescale openssh installations * sshd_config needs not change and sshd be restarted when changing the list of allowed /