<p><labelfor="ldap_attributes_for_group_search"><?phpp($l->t('Group Search Attributes'));?></label><textareaid="ldap_attributes_for_group_search"name="ldap_attributes_for_group_search"placeholder="<?phpp($l->t('Optional; one attribute per line'));?>"data-default="<?phpp($_['ldap_attributes_for_group_search_default']);?>"title="<?phpp($l->t('Group Search Attributes'));?>"></textarea></p>
<p><labelfor="ldap_nested_groups"><?phpp($l->t('Nested Groups'));?></label><inputtype="checkbox"id="ldap_nested_groups"name="ldap_nested_groups"value="1"data-default="<?phpp($_['ldap_nested_groups_default']);?>"title="<?phpp($l->t('When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)'));?>"/></p>
<p><labelfor="ldap_paging_size"><?phpp($l->t('Paging chunksize'));?></label><inputtype="number"id="ldap_paging_size"name="ldap_paging_size"title="<?phpp($l->t('Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)'));?>"data-default="<?phpp($_['ldap_paging_size']);?>"/></p>