ports/72149 : [PATCH] heimdal with LDAP backend - bad slapd socket path

Tarc tarc at tarc.po.cs.msu.su
Mon Jun 26 18:50:57 UTC 2006


The following reply was made to PR ports/72149; it has been noted by GNATS.

From: Tarc <tarc at tarc.po.cs.msu.su>
To: bug-followup at FreeBSD.org, Pawel Wieleba <wielebap at iem.pw.edu.pl>
Cc:  
Subject: Re: ports/72149 : [PATCH] heimdal with LDAP backend - bad slapd socket path
Date: Mon, 26 Jun 2006 18:36:52 +0400

 --/9DWx/yDrRhgMJTb
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: inline
 
 This patch is not too old, but it should be modified.
 I don't test functionality, but it compiles w/o errors
 
 -- 
    Best regards,
    	Arseny Nasokin
 
 --/9DWx/yDrRhgMJTb
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: attachment; filename="patch-lib-hdb-hdb-ldap.c"
 
 --- ./lib/hdb/hdb-ldap.c.orig	Mon Jun 26 18:28:09 2006
 +++ ./lib/hdb/hdb-ldap.c	Mon Jun 26 18:28:38 2006
 @@ -985,6 +985,7 @@
      }
  
      rc = ldap_initialize((LDAP **) & db->db, "ldapi:///");
 +    rc = ldap_initialize((LDAP **) & db->db, "ldapi://2fvar%2frun%2fopenldap%2fldapi/");
      if (rc != LDAP_SUCCESS) {
  	krb5_set_error_string(context, "ldap_initialize: %s", ldap_err2string(rc));
  	return HDB_ERR_NOENTRY;
 
 --/9DWx/yDrRhgMJTb--



More information about the freebsd-ports-bugs mailing list