Project

General

Profile

« Previous | Next » 

Revision 316af8dc

Added by AdamD almost 8 years ago

Update misleading help text

Commit d57725aac5145b4f17097d61e3b5a6ca72f1754e updated the help text
to use LDAP search filter syntax. This is misleading, however, as
the auth.inc file already sets the LDAP filter syntax for you based on
the input string in this field. This field should be the bare qualified
search string instead, and using the full syntax could be confusing to
end users.

View differences:

src/usr/local/www/system_authservers.php
626 626
	'Query',
627 627
	'text',
628 628
	$pconfig['ldap_extended_query']
629
))->setHelp('Example: &(objectClass=inetOrgPerson)(mail=*@example.com)');
629
))->setHelp('Example: memberOf=CN=Groupname,OU=MyGroups,DC=example,DC=com;OU=OtherUsers,DC=example,DC=com');
630 630

  
631 631
$section->add($group);
632 632

  

Also available in: Unified diff