phpldapadmin: Show simplePersons in the modify member list.
authorMatthijs Kooijman <matthijs@www.drsnuggles.stderr.nl>
Thu, 15 Apr 2010 10:29:12 +0000 (12:29 +0200)
committerMatthijs Kooijman <matthijs@www.drsnuggles.stderr.nl>
Thu, 15 Apr 2010 10:29:12 +0000 (12:29 +0200)
etc/phpldapadmin/config.php

index e6e935be119f5f63d956fda98bba44aaeee186e5..f7334756a8e7828d5765d801ab8c6e9920e46f2a 100644 (file)
@@ -224,7 +224,7 @@ $config->custom->appearance['friendly_attrs'] = array(
 // $config->custom->modify_member['groupattr'] = array('member','uniqueMember','memberUid');
 
 /* Configure filter for member search. This only applies to "modify group members" feature */
-// $config->custom->modify_member['filter'] = '(objectclass=Person)';
+$config->custom->modify_member['filter'] = '(objectclass=simplePerson)';
 
 /* Attribute that is added to the group member attribute. */
 // $config->custom->modify_member['attr'] = 'dn';