awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
osixia avatar

osixia/container-openldap

0
View on GitHub↗
4,214 نجوم·981 تفرعات·Shell·MIT·2 مشاهدات

Container Openldap

هذا المشروع عبارة عن نشر حاوية لخادم OpenLDAP، يوفر خدمة بروتوكول وصول إلى الدليل خفيف الوزن لتخزين واسترداد البيانات التنظيمية وبيانات اعتماد المستخدم. يعمل كخادم دليل لإدارة الهوية ومصادقة المستخدم عبر خدمات الشبكة.

تدعم الخدمة إنشاء مجموعات نسخ متماثل لـ LDAP للحفاظ على اتساق البيانات عبر مضيفين متعددين للتوافر العالي. تتضمن قدرات للاتصال الآمن عبر تشفير TLS وإدارة الشهادات لحماية بيانات الدليل الحساسة أثناء النقل.

تغطي القدرات الإضافية إدارة قاعدة البيانات، بما في ذلك بذر البيانات عبر ملفات تنسيق التبادل القياسية، والتخزين المستمر عبر تعيين المجلدات، وعمليات النسخ الاحتياطي والاستعادة المؤتمتة. يوفر النظام أيضاً أدوات لإدارة إدخالات الدليل عبر واجهة سطر الأوامر وتهيئة إعدادات الخادم عبر متغيرات البيئة.

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.

سجل النجوم

مخطط تاريخ النجوم لـ osixia/container-openldapمخطط تاريخ النجوم لـ osixia/container-openldap

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Container Openldap

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Container Openldap.
  • ravendb/ravendbالصورة الرمزية لـ ravendb

    ravendb/ravendb

    3,961عرض على GitHub↗

    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
    عرض على GitHub↗3,961
  • hazelcast/hazelcastالصورة الرمزية لـ hazelcast

    hazelcast/hazelcast

    6,570عرض على GitHub↗

    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
    عرض على GitHub↗6,570
  • vlcn-io/cr-sqliteالصورة الرمزية لـ vlcn-io

    vlcn-io/cr-sqlite

    3,640عرض على GitHub↗

    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
    عرض على GitHub↗3,640
  • apache/couchdbالصورة الرمزية لـ apache

    apache/couchdb

    6,905عرض على GitHub↗

    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
    عرض على GitHub↗6,905
عرض جميع البدائل الـ 30 لـ Container Openldap→

الأسئلة الشائعة

ما هي وظيفة osixia/container-openldap؟

هذا المشروع عبارة عن نشر حاوية لخادم OpenLDAP، يوفر خدمة بروتوكول وصول إلى الدليل خفيف الوزن لتخزين واسترداد البيانات التنظيمية وبيانات اعتماد المستخدم. يعمل كخادم دليل لإدارة الهوية ومصادقة المستخدم عبر خدمات الشبكة.

ما هي الميزات الرئيسية لـ osixia/container-openldap؟

الميزات الرئيسية لـ osixia/container-openldap هي: LDAP Server Deployments, LDAP Services, Data Replication, Cluster-Wide Data Synchronizers, Multi-Master Replication, LDAP Server Docker Images, Directory Connection Security, Directory Replication Tools.

ما هي البدائل مفتوحة المصدر لـ osixia/container-openldap؟

تشمل البدائل مفتوحة المصدر لـ osixia/container-openldap: 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…