summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-01 21:46:57 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-01 21:46:57 +0000
commit0c1b9688b33959ab35f95cf02087ce2e427a1420 (patch)
tree7af47b586f3711e3e222f811d33d33a58cf93138 /usr/local/www/system_usermanager_settings.php
parent81899dab04439ad680368f276edf7fae1155a18d (diff)
downloadpfsense-0c1b9688b33959ab35f95cf02087ce2e427a1420.zip
pfsense-0c1b9688b33959ab35f95cf02087ce2e427a1420.tar.gz
The filter expects * and not a php variable.
Diffstat (limited to 'usr/local/www/system_usermanager_settings.php')
-rwxr-xr-xusr/local/www/system_usermanager_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php
index c82c47d..4ef01f5 100755
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -194,7 +194,7 @@ include("head.inc");
document.iform.ldapserver.disabled = 0;
document.iform.ldapbindun.disabled = 0;
document.iform.ldapbindpw.disabled = 0;
- document.iform.ldapfilter.value = "(samaccountname=$username)";
+ document.iform.ldapfilter.value = "(samaccountname=*)";
document.iform.ldapnameattribute.value = "samaccountname";
document.iform.ldapgroupattribute.value = "memberOf";
break;
@@ -208,7 +208,7 @@ include("head.inc");
document.iform.ldapserver.disabled = 0;
document.iform.ldapbindun.disabled = 0;
document.iform.ldapbindpw.disabled = 0;
- document.iform.ldapfilter.value = "(cn=$username)";
+ document.iform.ldapfilter.value = "(cn=*)";
document.iform.ldapnameattribute.value = "CN";
document.iform.ldapgroupattribute.value = "groupMembership";
break;
OpenPOWER on IntegriCloud