X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fgtk-tool%2FGtk_LdapServer.cc;h=8bb74809890b160762a8b8f6afa205e9efd960b4;hb=9514007d96ff2ab4575106996eb74ef80be7a2e1;hp=fe51dbc1f2e5327a3672d69d0161cdcf65f4bfe9;hpb=0c5baf1a098125fad2c5f241110928f8803eef70;p=openldap diff --git a/contrib/gtk-tool/Gtk_LdapServer.cc b/contrib/gtk-tool/Gtk_LdapServer.cc index fe51dbc1f2..8bb7480989 100644 --- a/contrib/gtk-tool/Gtk_LdapServer.cc +++ b/contrib/gtk-tool/Gtk_LdapServer.cc @@ -137,6 +137,7 @@ int Gtk_LdapServer::getConfig() { } this->databases = g_list_append(this->databases, "ldbm : cn=config"); this->databases = g_list_append(this->databases, "ldbm : cn=monitor"); + this->databases = g_list_append(this->databases, "ldbm : cn=schema"); ldap_value_free(t); debug("databases loaded\n"); GList *t; @@ -386,6 +387,7 @@ Gtk_Tree* Gtk_LdapServer::getSubtree() { tree->append(*treeitem); if (subtree != NULL) treeitem->set_subtree(*subtree); treeitem->show(); + // treeitem->setDnd(); // tree->show(); } // this->set_subtree(*tree);