= $end_entry ) break; $dn = ldap_get_dn( $ds, $entry_id ); $encoded_dn = rawurlencode( $dn ); $rdn = get_rdn( $dn ); ?>
"; echo "\n"; // Iterate over each attribute for this entry while( $attr ) { if( is_attr_binary( $server_id, $attr ) ) $values = array( "(binary)" ); else $values = ldap_get_values( $ds, $entry_id, $attr ); if( isset( $values['count'] ) ) unset( $values['count'] ); if( isset( $friendly_attrs[ strtolower( $attr ) ] ) ) $attr = "" . htmlspecialchars( $friendly_attrs[ strtolower($attr) ] ) . ""; else $attr = htmlspecialchars( $attr ); ?>
dn" . htmlspecialchars($dn) . "
\n"; ?>