Revision beaab622
Added by Warren Baker about 14 years ago
usr/local/www/system_authservers.php | ||
---|---|---|
543 | 543 |
<td> |
544 | 544 |
<input name="ldapauthcontainers" type="text" class="formfld unknown" id="ldapauthcontainers" size="40" value="<?=htmlspecialchars($pconfig['ldap_authcn']);?>"/> |
545 | 545 |
<input type="button" onClick="select_clicked();" value="<?=gettext("Select");?>"> |
546 |
<br /><?=gettext("NOTE: Semi-Colon separated. This will be prepended to the search base dn above or you can specify full container path.");?>
|
|
547 |
<br /><?=gettext("EXAMPLE: CN=Users;DC=example");?>
|
|
548 |
<br /><?=gettext("EXAMPLE: CN=Users,DC=example,DC=com;OU=OtherUsers,DC=example,DC=com ");?>
|
|
546 |
<br /><?=gettext("Note: Semi-Colon separated. This will be prepended to the search base dn above or you can specify full container path.");?>
|
|
547 |
<br /><?=gettext("Example: CN=Users;DC=example");?>
|
|
548 |
<br /><?=gettext("Example: CN=Users,DC=example,DC=com;OU=OtherUsers,DC=example,DC=com ");?>
|
|
549 | 549 |
</td> |
550 | 550 |
</tr> |
551 | 551 |
</table> |
Also available in: Unified diff
More text consistency.