Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 17:23:10 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546373 - head/sysutils/adtool/files
Message-ID:  <202008271723.07RHNAKF065622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Aug 27 17:23:10 2020
New Revision: 546373
URL: https://svnweb.freebsd.org/changeset/ports/546373

Log:
  sysutils/adtool: fix build on recent current

Added:
  head/sysutils/adtool/files/patch-src_lib_active__directory.h   (contents, props changed)

Added: head/sysutils/adtool/files/patch-src_lib_active__directory.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/adtool/files/patch-src_lib_active__directory.h	Thu Aug 27 17:23:10 2020	(r546373)
@@ -0,0 +1,19 @@
+--- src/lib/active_directory.h.orig	2020-08-27 17:21:27 UTC
++++ src/lib/active_directory.h
+@@ -28,11 +28,11 @@ searchbase ou=users,dc=example,dc=com
+ | if there is a problem reading the config file, or
+ |	AD_SERVER_CONNECT_FAILURE if a connection can't be made.
+ */
+-char *system_config_file;
+-char *uri;
+-char *binddn;
+-char *bindpw;
+-char *search_base;
++extern char *system_config_file;
++extern char *uri;
++extern char *binddn;
++extern char *bindpw;
++extern char *search_base;
+ 
+ /* ad_get_error() returns a pointer to a string containing an
+ | explanation of the last error that occured.



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