| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/adtool/files/ |
Upload File : |
--- 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.