summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-28 14:03:01 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-28 14:03:01 -0300
commit6d78607d4c62af5341069591fec0a860ca555834 (patch)
tree965935b9584579cef910e92fe630e735dc990317 /usr/local/www/system_authservers.php
parent79501c4b680bc508805c5770ef60e60373a77c09 (diff)
downloadpfsense-6d78607d4c62af5341069591fec0a860ca555834.zip
pfsense-6d78607d4c62af5341069591fec0a860ca555834.tar.gz
fix indent
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php25
1 files changed, 12 insertions, 13 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 8da1638..984f0ab 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -528,23 +528,22 @@ function select_clicked() {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><?=gettext("Authentication containers");?></td>
- <td width="78%" class="vtable">
- <table border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td><?=gettext("Containers");?>: &nbsp;</td>
- <td>
- <input name="ldapauthcontainers" type="text" class="formfld unknown" id="ldapauthcontainers" size="40" value="<?=htmlspecialchars($pconfig['ldap_authcn']);?>"/>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("Authentication containers");?></td>
+ <td width="78%" class="vtable">
+ <table border="0" cellspacing="0" cellpadding="2">
+ <tr>
+ <td><?=gettext("Containers");?>: &nbsp;</td>
+ <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 ");?>
- </td>
- </tr>
- </table>
-
- </td>
- </tr>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Bind credentials");?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud