Directories
¶
| Path | Synopsis |
|---|---|
|
Package acl provides Access Control List (ACL) data structures and evaluation for the Oba LDAP server.
|
Package acl provides Access Control List (ACL) data structures and evaluation for the Oba LDAP server. |
|
Package backend provides the LDAP backend interface that wraps the storage engine and provides LDAP-specific operations including authentication, entry validation, and coordination with the storage layer.
|
Package backend provides the LDAP backend interface that wraps the storage engine and provides LDAP-specific operations including authentication, entry validation, and coordination with the storage layer. |
|
Package backup provides backup and restore functionality for ObaDB.
|
Package backup provides backup and restore functionality for ObaDB. |
|
Package ber implements ASN.1 BER (Basic Encoding Rules) encoding as specified in ITU-T X.690.
|
Package ber implements ASN.1 BER (Basic Encoding Rules) encoding as specified in ITU-T X.690. |
|
Package config provides configuration parsing and management for the Oba LDAP server.
|
Package config provides configuration parsing and management for the Oba LDAP server. |
|
Package crypto provides AES-256-GCM encryption for ObaDB storage.
|
Package crypto provides AES-256-GCM encryption for ObaDB storage. |
|
Package filter provides LDAP search filter data structures and evaluation for the Oba LDAP server.
|
Package filter provides LDAP search filter data structures and evaluation for the Oba LDAP server. |
|
Package ldap implements LDAP protocol message parsing and encoding as specified in RFC 4511.
|
Package ldap implements LDAP protocol message parsing and encoding as specified in RFC 4511. |
|
Package logging provides structured logging for the Oba LDAP server.
|
Package logging provides structured logging for the Oba LDAP server. |
|
Package password provides password policy configuration and validation for the Oba LDAP server.
|
Package password provides password policy configuration and validation for the Oba LDAP server. |
|
Package raft implements the Raft consensus algorithm for distributed consensus.
|
Package raft implements the Raft consensus algorithm for distributed consensus. |
|
Package rest provides a RESTful HTTP API for the LDAP server.
|
Package rest provides a RESTful HTTP API for the LDAP server. |
|
Package schema provides LDAP schema data structures including object classes, attribute types, syntaxes, and matching rules.
|
Package schema provides LDAP schema data structures including object classes, attribute types, syntaxes, and matching rules. |
|
Package server provides the LDAP server implementation.
|
Package server provides the LDAP server implementation. |
|
Package storage provides the core storage engine components for ObaDB.
|
Package storage provides the core storage engine components for ObaDB. |
|
btree
Package btree provides B+ Tree implementation for attribute indexing in ObaDB.
|
Package btree provides B+ Tree implementation for attribute indexing in ObaDB. |
|
cache
Package cache provides index cache persistence for fast startup.
|
Package cache provides index cache persistence for fast startup. |
|
engine
Package engine implements the ObaDB storage engine that combines all storage components into a unified interface.
|
Package engine implements the ObaDB storage engine that combines all storage components into a unified interface. |
|
index
Package index implements attribute indexing for the ObaDB storage engine.
|
Package index implements attribute indexing for the ObaDB storage engine. |
|
mvcc
Package mvcc provides Multi-Version Concurrency Control components for ObaDB.
|
Package mvcc provides Multi-Version Concurrency Control components for ObaDB. |
|
radix
Package radix provides a radix tree implementation optimized for DN (Distinguished Name) components in LDAP directory structures.
|
Package radix provides a radix tree implementation optimized for DN (Distinguished Name) components in LDAP directory structures. |
|
stream
Package stream provides real-time change event streaming for ObaDB.
|
Package stream provides real-time change event streaming for ObaDB. |
|
tx
Package tx implements transaction management for the ObaDB storage engine.
|
Package tx implements transaction management for the ObaDB storage engine. |
Click to show internal directories.
Click to hide internal directories.