Showing 25 open source projects for "ldap explorer tool"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Model Explorer

    Model Explorer

    A modern model graph visualizer and debugger

    Model Explorer is a visual tool for exploring, debugging, and optimizing ML models deployed on edge devices. Developed by Google AI Edge, it offers a browser-based interface to inspect layer-wise performance, memory usage, and inference timing of TensorFlow Lite and other supported models. It’s a powerful utility for developers optimizing models for constrained environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    smartADmin Diagnostic Tool

    Active Directory browser and workstation diagnostics

    The program's functionalities are created ad hoc. The tool is in the development phase and is designed to work in Windows systems. It is helpful in my daily administrator's work. Multidimensional information can help you diagnose a problem faster and apply the right solution. Unique features will allow you to discover interesting connections of Windows components.Not everything functions correctly. I know this and try to make corrections.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    jscodeshift

    jscodeshift

    A JavaScript codemod toolkit

    ...The primary way to identify nodes is via their type. It's OK to not know the structure of every AST node type. The (esprima) AST explorer is an online tool to inspect the AST for a given piece of JS code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KADOS

    KADOS

    KADOS is a full post-it web-based tool for SCRUM or Agile projects

    KADOS (KAnban Dashboard for Online Scrum) is a web-based tool for managing Scrum projects. Its particularity is to provide maximum screens where the user can move his post-it to change one of the attributes of these post-it Kados supports artifacts of SCRUM method, but it can also be adapted for other agile methods. Kados is available in French, English, Spanish, German and Brazilian Portuguese Visit http://www.kados.info/welcome-on-kados-site/ for latest news KADOS est un outil web...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    SecretManager

    SecretManager

    FR : Outil de partage des mots de passe, EN : Sharing tool passwords

    * SecretManager V2 started. *New design and new features ************************************ This tool allows you to store (AES 256) and share passwords. Passwords are placed in groups. Groups are associated with user profiles. Finally, we associate user porfiles with users. So users have access to passwords for which they are authorized. In addition, it is possible to supervise the access to secrets (alarm and all access).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cerebro Web Admin

    Cerebro Web Admin

    Elasticsearch web admin tool built using Scala

    LDAP can be configured using environment variables. If you typically run cerebro using docker, you can pass a file with all the env vars. cerebro needs Java 11 or newer to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JavaScript Array Explorer

    JavaScript Array Explorer

    A resource to figure out what JavaScript array method would be best

    Array Explorer is an educational web-based resource created by Sarah Drasner to help developers understand and select the appropriate JavaScript array method (like map, filter, reduce, find, etc.) when they’re stuck wondering “which one should I use?” Instead of diving into endless docs, you can use the interactive tool to specify what you’re trying to accomplish—e.g., “remove items,” “transform items,” “find something,” “aggregate results”—then see which methods match and get live code examples. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SQLTabs

    SQLTabs

    Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift

    SQLTabs is a cross-platform SQL client built using Electron and Vue.js that offers a modern and intuitive interface for managing SQL databases. It supports multiple database types and allows users to run queries in tabs, explore schemas, and view results in a clean, responsive UI. SQLTabs is designed for developers and analysts who need a simple yet powerful tool for database interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JCppEdit v4.0

    JCppEdit v4.0

    Best IDE for Beginners

    JCppEdit is a free as well as "best IDE for Beginners" and is your one-stop IDE for all your coding needs. Whether you need to finish your Java project or submit your first HTML web page or perhaps have a need to code in C language while executing a java program into a Java IDE, JCppEdit will help you achieve your goals easily. Exploring your project and detecting an error in your code is much easier. You will not waste time detecting errors before compiling codes because you will get a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 10
    AST explorer

    AST explorer

    A web tool to explore the ASTs generated by various parsers

    Paste or drop code into the editor and inspect the generated AST. Depending on the parser settings, it not only supports ES5/CSS3. Since the future syntax is supported, the AST explorer is a useful tool for developers who want to create AST transforms. In fact, transformers are included so you can prototype your own plugins. Save and fork code snippets. Copy the URL to share them. Copying an AST or dropping a file containing an AST into the window will parse the AST and update the code using escodegen. Otherwise, the content of the text editor will be replaced with the content of the file (i.e. you can drag and drop JS files). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    waterline

    waterline

    ORM for Node.js with support for mysql, mongo, postgres, mssql

    It provides a uniform API for accessing stuff from different kinds of databases, protocols, and 3rd party APIs. That means you write the same code to get and store things like users, whether they live in Redis, mySQL, LDAP, MongoDB, or Postgres. Waterline strives to inherit the best parts of ORMs like ActiveRecord, Hibernate, and Mongoose, but with a fresh perspective and emphasis on modularity, testability, and consistency across adapters. Sails comes installed with a powerful ORM/ODM called Waterline, a datastore-agnostic tool that dramatically simplifies interaction with one or more databases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nodeclipse "Enide 2015"

    Nodeclipse "Enide 2015"

    Node.js & Java development in Eclipse-based IDE

    Instructions 0. If you don't have, get latest Node.js http://www.nodejs.org/download/ 1. If you don't have, download & install latest JDK http://www.oracle.com/technetwork/java/javase/downloads/index.html For example "Java Platform (JDK) 7u21" 2. Download Node Tool Suite (NTS) for your operating system (currently only Windows x64 & MacOS x64) 3. Extract NTS.zip into folder where you keep our tools, e.g. D:\Progs\ 4. Open eclipse.exe from Eclipse folder, e.g....
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13

    Reportula

    Reportula is a php based web program that provides you a summarized ou

    Reportula is a php based web program that provides you a summarized output stats of Bacula Backups jobs, clients, volumes and director that have already run. It obtains its information from your catalog database. This is a fairly high level bacula management tool. Here are a few points that one user made concerning this important tool. It is web-based so can be accessed from anywhere. It packs a phenomenal amount of information into a single web-page – that I credit as being very good design! Features Display last jobs status Display volumes usage by pool Full supported MySQL, PostgreSQL databases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Technology Explorer for IBM DB2
    The Technology Explorer for IBM DB2 is a light weight, web based console for DB2 that helps you learn about DB2 using demonstrations and tutorials. The TE is designed from the ground up to be easy to use and customize to suit your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Virtual Ghost Explorer

    Tool for sharing folders schemas.

    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 16

    Xi Spectrum Viewer

    Mass Spectrum Viewer Tool

    To overcome current limitations in published MS data accessibility, we introduce a browser-based spectrum viewer that aims to allow exploration of alternative interpretations for MS spectra and additionally: can be operated by non-specialists, is open source, can be integrated into other software, gives appropriate publication-quality output. Spectrum Viewer is implemented totally on the client side using XHTML for menus and dialogs, SVG for spectrum and peptide display, and Javascript to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    LDAP-Password-Change-Tool

    LDAP password change Tool

    This script will help you change the password of 389 directory server,Centos-DS through a web page. There is no need to bind the script with your LDAP server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NConf - Enterprise Nagios configurator
    NConf is a PHP based web-tool for configuring the Nagios monitoring software. It differs from similar tools by offering enterprise-class features like templates, dependencies and the ability to configure a large-scale, distributed Nagios topology.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    QmailLdapAdmin is a tool designed in PHP to handle qmail-Schema of Ldap. It provides basic ldap operations, additionally it has a lot of built-in intelligence to support rules to setup emails accounts record in ldap. Mailling lists also can be maintained
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LDAPted is a web app. to browse a LDAP-based directories and to edit single entries with a set of task specified forms. This multilingual tool uses XML, xajax, smarty. Runs with php4 and php5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The goal of scriptAbles is to provide users with easy to implement scripts that help them build their web-forms. Examples include steppable - a numeric stepper, selectable - a multi select tool similar to the thumbnail view in Windows Explorer.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Workproject is a PHP Mysql tool to manage: prospect , project , cost , user , task, activity of users, availability of users, statistic, update from ldap, import and export with MS project. A collaboration / collaborative multiple projects management
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a program that provide help to explore images locally or through Internet. The principal argument to create this tool is that Internet has many pages that ofers tons of images that only change one character or a letter. This program can be u
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Philex, is a new generation of website content manager based on PHP, Javascript and MySQL/LDAP/MSACCES.... This open source application, is intended to be a professional tool for managing websites content, and also, to be used inside an Intranet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mx-LDAP-Suite mx-LDAP-vacation: auto responses mail on vacation and reads the message from LDAP. mx-LDAP-admin:Is a PHP based tool. It provides administration of LDAP-Directories (Add, modify and delete user-accounts,groups,aliases, samba-workstat
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB