mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3825 from adam820/helptext-cleanup
This commit is contained in:
commit
47741e4cef
@ -626,7 +626,7 @@ $group->add(new Form_Input(
|
||||
'Query',
|
||||
'text',
|
||||
$pconfig['ldap_extended_query']
|
||||
))->setHelp('Example: &(objectClass=inetOrgPerson)(mail=*@example.com)');
|
||||
))->setHelp('Example: memberOf=CN=Groupname,OU=MyGroups,DC=example,DC=com');
|
||||
|
||||
$section->add($group);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user