summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-31 03:24:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-31 03:24:38 +0000
commitf3f60e61d65e094020b31774f5b89b49c501c514 (patch)
treefbd8e9f024fac75ba96ef50bafdfca25633f151b /etc
parent8e85eff777b2f3690ab7181ac1263db3ecd8b732 (diff)
downloadpfsense-f3f60e61d65e094020b31774f5b89b49c501c514.zip
pfsense-f3f60e61d65e094020b31774f5b89b49c501c514.tar.gz
* Return OU=Users which is built-in to active directory
* Specify that LDAP is Active Directory compatible Work sponsored-by: Centipede Networks
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/auth.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 45e0210..0af5ae6 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -687,6 +687,8 @@ function ldap_get_user_ous($show_complete_ou=false) {
$ous[] = $ou;
}
+ $ous[] = "OU=Users," . $ldapsearchbase;
+
return $ous;
}
OpenPOWER on IntegriCloud