From c041d57036d4a30730408c8fbba2d4e12778d2d5 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 19 Oct 2011 05:56:06 -0400 Subject: [PATCH] - Added 'search_dn_default' variable in ldap config - Better handling of situation when search for bind DN doesn't return data --- program/lib/MDB2/Driver/Native/mssql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/lib/MDB2/Driver/Native/mssql.php b/program/lib/MDB2/Driver/Native/mssql.php index e72faba..dad6a14 100644 --- a/program/lib/MDB2/Driver/Native/mssql.php +++ b/program/lib/MDB2/Driver/Native/mssql.php @@ -42,7 +42,7 @@ // | Author: Lukas Smith <smith@pooteeweet.org> | // +----------------------------------------------------------------------+ // -// $Id: mssql.php,v 1.9 2006/06/18 21:59:05 lsmith Exp $ +// $Id: mssql.php 215004 2006-06-18 21:59:05Z lsmith $ // require_once 'MDB2/Driver/Native/Common.php'; -- Gitblit v1.9.1