summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2014-02-19 08:57:45 +0100
committerErmal Luçi <eri@pfsense.org>2014-02-19 08:57:45 +0100
commitb145557112fe1f94dede74677523f9e245287b2c (patch)
tree55e94d104b633082216e585ab984510302bf97e5 /usr/local/www/system_authservers.php
parent45c9de4efb928417a722b260a23cc49348b17564 (diff)
parentd345f59689828c55b1e5c3cf488008c3ec4bb5fd (diff)
downloadpfsense-b145557112fe1f94dede74677523f9e245287b2c.zip
pfsense-b145557112fe1f94dede74677523f9e245287b2c.tar.gz
Merge pull request #659 from mss/extended-query-example-work
Improve LDAP DN examples
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 96c7216..cbf5ebd 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -601,9 +601,9 @@ function select_clicked() {
<td>
<input name="ldapauthcontainers" type="text" class="formfld unknown" id="ldapauthcontainers" size="40" value="<?=htmlspecialchars($pconfig['ldap_authcn']);?>"/>
<input type="button" onclick="select_clicked();" value="<?=gettext("Select");?>" />
- <br /><?=gettext("Note: Semi-Colon separated. This will be prepended to the search base dn above or you can specify full container path.");?>
- <br /><?=gettext("Example: CN=Users;DC=example");?>
- <br /><?=gettext("Example: CN=Users,DC=example,DC=com;OU=OtherUsers,DC=example,DC=com ");?>
+ <br /><?=gettext("Note: Semi-Colon separated. This will be prepended to the search base dn above or you can specify full container path containing a dc= component.");?>
+ <br /><?=gettext("Example:");?> CN=Users;DC=example,DC=com
+ <br /><?=gettext("Example:");?> OU=Staff;OU=Freelancers
</td>
</tr>
</table>
@@ -620,7 +620,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:");?> &amp;(objectClass=inetOrgPerson)(mail=*@example.com)
</td>
</tr>
</table>
OpenPOWER on IntegriCloud