From f7676544788ff47cd51e99256f6d44ed436b05aa Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 20 Jun 2010 05:27:32 -0400
Subject: [PATCH] - Add %dc variable support in base_dn/bind_dn config (#1486779)

---
 config/main.inc.php.dist |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 0f32b57..1d05958 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -409,6 +409,7 @@
   //       address, uses the username_domain value if not an email address.
   // %u  - The username prior to the '@'.
   // %d  - The domain name after the '@'.
+  // %dc - The domain name hierarchal string e.g. "dc=test,dc=domain,dc=com"
   'base_dn'       => '',
   'bind_dn'       => '',
   'bind_pass'     => '',

--
Gitblit v1.9.1