Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 15:20:18 GMT
From:      Tarc <tarc@tarc.po.cs.msu.su>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/72149 : [PATCH] heimdal with LDAP backend - bad slapd socket path
Message-ID:  <200606261520.k5QFKIhf062105@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/72149; it has been noted by GNATS.

From: Tarc <tarc@tarc.po.cs.msu.su>
To: bug-followup@FreeBSD.org, Pawel Wieleba <wielebap@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--



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