summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorMalte S. Stretz <stretz@silpion.de>2013-05-29 17:42:11 +0200
committerMalte S. Stretz <stretz@silpion.de>2013-05-29 17:42:11 +0200
commitd57725aac5145b4f17097d61e3b5a6ca72f1754e (patch)
treebeb8f5623f345f3d49bbfed9a707c89a4b941d2e /usr/local/www/system_authservers.php
parent7147fcde388219f14a4085de1c9b3a6bfdc1acea (diff)
downloadpfsense-d57725aac5145b4f17097d61e3b5a6ca72f1754e.zip
pfsense-d57725aac5145b4f17097d61e3b5a6ca72f1754e.tar.gz
Fix LDAP Extended Query example.
The old one was not valid LDAP filter syntax.
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 5d2183c..2f9c5f9 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -606,7 +606,7 @@ function select_clicked() {
<td>
<input name="ldap_extended_query" type="text" class="formfld unknown" id="ldap_extended_query" size="40" value="<?=htmlspecialchars($pconfig['ldap_extended_query']);?>"/>
- <br /><?=gettext("Example: CN=Groupname,OU=MyGroups,DC=example,DC=com;OU=OtherUsers,DC=example,DC=com ");?>
+ <br /><?=gettext("Example: &(objectClass=inetOrgPerson)(mail=*@example.com)");?>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud