summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorMalte S. Stretz <stretz@silpion.de>2013-05-29 17:56:24 +0200
committerMalte S. Stretz <stretz@silpion.de>2013-05-29 17:56:24 +0200
commit04cdae5443819c430e7381fc0d5a0e0118aca284 (patch)
tree57c027a9546706a884c4572d6ae3bd994a4b8b5a /usr/local/www/system_authservers.php
parentd57725aac5145b4f17097d61e3b5a6ca72f1754e (diff)
downloadpfsense-04cdae5443819c430e7381fc0d5a0e0118aca284.zip
pfsense-04cdae5443819c430e7381fc0d5a0e0118aca284.tar.gz
Improve Authentication Containers examples.
* The first example was wrong (cf. ldap_backed() in auth.inc which looks for a DC= part to determine a full DN. * The second example now show the realtive DNs.
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 2f9c5f9..d0426f9 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -587,9 +587,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>
OpenPOWER on IntegriCloud