get_Suffix('tree'); // init tree if (! isset($_SESSION['tree'])) { initialize_session_tree(); $tree = $_SESSION['tree']; $tree_icons = $_SESSION['tree_icons']; $contents = get_container_contents($dn, 0, '(objectClass=*)'); usort( $contents, 'pla_compare_dns' ); $tree[$dn] = $contents; foreach( $contents as $c ) $tree_icons[$c] = get_icon( $c ); $_SESSION['tree'] = $tree; $_SESSION['tree_icons'] = $tree_icons; } echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "LDAP Account Manager"; echo ""; echo ""; echo ""; echo ""; echo ""; echo "This page requires a browser that can show frames!"; echo ""; echo ""; echo ""; ?>