Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 16:25:13 +0100 (CET)
From:      Pierre Beyssac <beyssac@enst.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62117: [patch] compile openldap21-server with crypt(3) password support
Message-ID:  <200401301525.i0UFPDI4005451@enst.fr>
Resent-Message-ID: <200401301530.i0UFUJfp074242@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62117
>Category:       ports
>Synopsis:       [patch] compile openldap21-server with crypt(3) password support
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 30 07:30:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Pierre Beyssac
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
ENST
>Environment:

	FreeBSD 4.9, openldap 2.1.26 port.

>Description:

	{CRYPT} passwords are not supported, causing LDAP bind
	to fail with "Invalid credentials".

	This used to work with the openldap 2.1.22 port.

>How-To-Repeat:
>Fix:

--- Makefile.orig       Fri Jan 30 16:21:12 2004
+++ Makefile    Fri Jan 30 16:10:08 2004
@@ -90,6 +90,7 @@
 
 CONFIGURE_ARGS=                --with-threads \
                        --with-tls=openssl \
+                       --enable-crypt \
                        --enable-dynamic
 
 .if defined(WITH_SASL)



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401301525.i0UFPDI4005451>