Revision 5520839e
Added by Phillip Davis over 7 years ago
src/usr/local/www/system_authservers.php | ||
---|---|---|
592 | 592 |
'Level ' . $SSF . '<br />' . 'Base DN' . $SSB |
593 | 593 |
)); |
594 | 594 |
|
595 |
$group = new Form_Group('Authentication containers'); |
|
595 |
$group = new Form_Group('*Authentication containers');
|
|
596 | 596 |
$group->add(new Form_Input( |
597 | 597 |
'ldapauthcontainers', |
598 |
'*Containers',
|
|
598 |
'Containers', |
|
599 | 599 |
'text', |
600 | 600 |
$pconfig['ldap_authcn'] |
601 | 601 |
))->setHelp('Note: Semi-Colon separated. This will be prepended to the search '. |
Also available in: Unified diff
Mark authentication containers label as required field