summaryrefslogtreecommitdiffstats
path: root/aclocal/kerberos5.m4
Commit message (Collapse)AuthorAgeFilesLines
* gssd: Switch to use standard GSSAPI by defaultSimo Sorce2013-04-021-0/+4
| | | | | | | | | Make libgssglue configurable still but disabled by default. There is no reason to use libgssglue anymore, and modern gssapi supports all needed features for nfs-utils. Signed-off-by: Simo Sorce <simo@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* gssd: Add configure check for gss_krb5_free_lucid_sec_context().Simo Sorce2013-04-021-0/+2
| | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Signed-off-by: GÃnther Deschner <gdeschner@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* rpc.gssd: Links directly with libgssapi_krb5 which not needed.Steve Dickson2012-03-221-1/+1
| | | | | | | | | rpc.gssd and rpc.svcgssd both link with the libgssapi_krb5 and libgssglue libraries which is not needed since libgssglue will dynamically load the gssapi interface defined in the /etc/gssapi_mech.conf. Most likely the libgssapi_krb5 library. Signed-off-by: Steve Dickson <steved@redhat.com>
* Always get addressless ticketsKevin Coffman2007-05-031-0/+4
| | | | | | | | Make sure we get addressless tickets so we can function behind a NAT. (Must use a different function to accomplish this with Heimdal.) Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> Signed-off-by: Neil Brown <neilb@suse.de>
* Factor out error message printing differences between MIT and HeimdalKevin Coffman2007-04-201-0/+4
| | | | | | | | | | Use a common function that factors out differences between MIT and Heimdal in getting the right error message printed. Add an autoconf check to see if the newer error message function is available. Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
* Look in lib64 for gss libs aswell.Neil Brown2007-03-161-0/+2
| | | | | | On distros that support 32 and 64bit userspace, we need to look a bit more broadly for libraries (taken from Redhat sources for RHEL5 - thanks).
* Only use -rpath for Kerberos libs when actually needed.Neil Brown2006-07-061-0/+12
| | | | Avoid usage of -rpath is generally safer, and is required by Debian policy.
* Find krb5-config on SuSE 10neilbrown2006-03-261-0/+2
| | | | | SuSE 10.0 puts krb5-config in yet another obscure location. Look for it there and use it if found.
* Autogen updateneilbrown2005-12-201-0/+91