awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
osixia avatar

osixia/container-openldap

0
View on GitHub↗
4,214 Stars·981 Forks·Shell·MIT·2 Aufrufe

Container Openldap

Dieses Projekt ist eine containerisierte Bereitstellung eines OpenLDAP-Servers, der einen Lightweight Directory Access Protocol-Dienst zum Speichern und Abrufen von Organisationsdaten und Benutzeranmeldedaten bereitstellt. Er fungiert als Verzeichnisserver für Identitätsmanagement und Benutzerauthentifizierung über Netzwerkdienste hinweg.

Der Dienst unterstützt die Erstellung von LDAP-Replikationsclustern, um die Datenkonsistenz über mehrere Hosts hinweg für hohe Verfügbarkeit aufrechtzuerhalten. Er enthält Funktionen für sichere Konnektivität durch TLS-Verschlüsselung und Zertifikatsverwaltung, um sensible Verzeichnisdaten während der Übertragung zu schützen.

Zusätzliche Funktionen decken die Datenbankadministration ab, einschließlich Daten-Seeding über Standard-Exchange-Format-Dateien, persistente Speicherung durch Volume-Mapping sowie automatisierte Backup- und Wiederherstellungsprozesse. Das System bietet zudem Tools zur Verwaltung von Verzeichniseinträgen über eine Befehlszeilenschnittstelle und zur Konfiguration von Servereinstellungen über Umgebungsvariablen.

Features

  • LDAP Server Deployments - Provides a containerized deployment of an OpenLDAP server for managing organizational users and groups.
  • LDAP Services - Provides a containerized directory service for managing user accounts and permissions via LDAP.
  • Data Replication - Synchronizes data across distributed database nodes to improve high availability and traffic distribution.
  • Cluster-Wide Data Synchronizers - Synchronizes directory entries across all cluster members to ensure local access and recovery.
  • Multi-Master Replication - Implements a replication architecture where multiple nodes can serve both read and write requests.
  • LDAP Server Docker Images - Provides a ready-to-run Docker image for deploying an OpenLDAP server.
  • Directory Connection Security - Enforces encrypted communication with the directory service using TLS encryption and certificate management.
  • Directory Replication Tools - Includes tools for synchronizing directory data across multiple hosts to maintain a consistent cluster.
  • Database Administration - Provides automated backup and restore processes along with LDIF-based data seeding for the directory database.
  • Data Persistence - Ensures directory data persists across system restarts by mapping database files to external volumes.
  • Database Backup and Restore - Implements automated systems for creating and restoring directory data backups to prevent data loss.
  • Database Seeding via Import - Initializes the directory structure by importing standard LDIF exchange format files during boot.
  • Persistent Volume Mapping - Mounts host storage into the container to ensure database and configuration persistence.
  • Externalized Credential Loaders - Loads sensitive passwords from external files to prevent exposure in environment variables.
  • Directory Management - Provides command line tools for creating, removing, and editing entries within the directory hierarchy.
  • Directory Replication - Supports the creation of LDAP replication clusters to maintain data consistency across multiple hosts.
  • Security and Access Control - Enforces TLS encryption and strict policies to reject unencrypted client access to the directory.
  • TLS Traffic Encryption - Secures network traffic between clients and the directory server using SSL/TLS encryption.
  • Environment Variable-Based Configuration - Configures server settings and administrator credentials using external environment variables.

Star-Verlauf

Star-Verlauf für osixia/container-openldapStar-Verlauf für osixia/container-openldap

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Container Openldap

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Container Openldap.
  • ravendb/ravendbAvatar von ravendb

    ravendb/ravendb

    3,961Auf GitHub ansehen↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    C#csharpdatabasedocument-database
    Auf GitHub ansehen↗3,961
  • hazelcast/hazelcastAvatar von hazelcast

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Javabig-datacachingdata-in-motion
    Auf GitHub ansehen↗6,570
  • vlcn-io/cr-sqliteAvatar von vlcn-io

    vlcn-io/cr-sqlite

    3,640Auf GitHub ansehen↗

    cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure eventual consistency across distributed nodes. It provides the core capabilities for offline-first data synchronization, allowing multiple database instances to merge concurrent updates and reach a consistent state. The project distinguishes itself through a combination of CRDT-based data replication and a WASM-based database engine, enabling full SQL execution and state persistence within web browsers. It supports peer-to-peer replication and cross-tab synchronization, utilizing ca

    Rustcrdtdatabasesqlite
    Auf GitHub ansehen↗3,640
  • apache/couchdbAvatar von apache

    apache/couchdb

    6,905Auf GitHub ansehen↗

    CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data management over HTTP. It functions as a distributed document store, synchronizing and replicating data across multiple nodes to ensure high availability and consistency. The system includes a full-text search engine that transforms database records into queryable documents, supporting sorting and pagination. Data synchronization is handled via multi-master replication, which exchanges revision histories to maintain consistency across distributed nodes. The database utilizes multi-ve

    Erlang
    Auf GitHub ansehen↗6,905
Alle 30 Alternativen zu Container Openldap anzeigen→

Häufig gestellte Fragen

Was macht osixia/container-openldap?

Dieses Projekt ist eine containerisierte Bereitstellung eines OpenLDAP-Servers, der einen Lightweight Directory Access Protocol-Dienst zum Speichern und Abrufen von Organisationsdaten und Benutzeranmeldedaten bereitstellt. Er fungiert als Verzeichnisserver für Identitätsmanagement und Benutzerauthentifizierung über Netzwerkdienste hinweg.

Was sind die Hauptfunktionen von osixia/container-openldap?

Die Hauptfunktionen von osixia/container-openldap sind: LDAP Server Deployments, LDAP Services, Data Replication, Cluster-Wide Data Synchronizers, Multi-Master Replication, LDAP Server Docker Images, Directory Connection Security, Directory Replication Tools.

Welche Open-Source-Alternativen gibt es zu osixia/container-openldap?

Open-Source-Alternativen zu osixia/container-openldap sind unter anderem: ravendb/ravendb — RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It… hazelcast/hazelcast — Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to… vlcn-io/cr-sqlite — cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure… snapchat/keydb — KeyDB is a multithreaded in-memory key-value store and distributed cache. It functions as a NoSQL database utilizing… apache/couchdb — CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data… kanidm/kanidm — Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory…