misc/118298: /etc/gss/mech needs to bump version for HEAD/RELENG7

Sean McNeil sean at mcneil.com
Tue Nov 27 22:50:01 PST 2007


>Number:         118298
>Category:       misc
>Synopsis:       /etc/gss/mech needs to bump version for HEAD/RELENG7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 28 06:50:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sean McNeil
>Release:        HEAD/RELENG_7
>Organization:
Sean McNeil Consulting
>Environment:
FreeBSD triton.mcneil.com 7.0-BETA3 FreeBSD 7.0-BETA3 #225: Thu Nov 22 12:43:12 PST 2007     root at triton.mcneil.com:/usr/obj/usr/src/sys/TRITON  amd64

>Description:
The library version number for libgssapi_krb5.so in /etc/gss/mech needs to be bumped. It is currently set to  /usr/lib/libgssapi_krb5.so.8 and needs to be set to  /usr/lib/libgssapi_krb5.so.9.

>How-To-Repeat:
Problem shows when using a SASL2 mechanism. For me, I use ldapsearch to communicate with openldap 2.3:

# ldapsearch
SASL/GSSAPI authentication started
dlopen: Cannot open "/usr/lib/libgssapi_krb5.so.8"
dlopen: Cannot open "/usr/lib/libgssapi_krb5.so.8"
dlopen: Cannot open "/usr/lib/libgssapi_krb5.so.8"
dlopen: Cannot open "/usr/lib/libgssapi_krb5.so.8"
dlopen: Cannot open "/usr/lib/libgssapi_krb5.so.8"
ldap_sasl_interactive_bind_s: Local error (-2)
        additional info: SASL(-1): generic failure: GSSAPI Failure (could not get minor error message)

>Fix:
--- mech.orig   2007-11-27 22:40:37.000000000 -0800
+++ mech        2007-11-27 22:40:47.000000000 -0800
@@ -1,4 +1,4 @@
 # $FreeBSD: src/etc/gss/mech,v 1.1 2005/12/29 14:40:18 dfr Exp $
 #
 # Name         OID                     Library name                    Kernel module
-kerberosv5     1.2.840.113554.1.2.2    /usr/lib/libgssapi_krb5.so.8    -
+kerberosv5     1.2.840.113554.1.2.2    /usr/lib/libgssapi_krb5.so.9    -


Patch attached with submission follows:

--- mech.orig	2007-11-27 22:40:37.000000000 -0800
+++ mech	2007-11-27 22:40:47.000000000 -0800
@@ -1,4 +1,4 @@
 # $FreeBSD: src/etc/gss/mech,v 1.1 2005/12/29 14:40:18 dfr Exp $
 #
 # Name		OID			Library name			Kernel module
-kerberosv5	1.2.840.113554.1.2.2	/usr/lib/libgssapi_krb5.so.8	-
+kerberosv5	1.2.840.113554.1.2.2	/usr/lib/libgssapi_krb5.so.9	-


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list