lldap: Light LDAP Implementation
The "lldap" GitHub repository offers a lightweight authentication server with a simplified LDAP interface. It includes a user-friendly web interface, installation guides for different platforms, usage details, comparisons with similar services, and support options.
Read original articleThe GitHub repository for "lldap" hosts a lightweight authentication server offering a simplified LDAP interface for authentication. It features a user-friendly web interface for user management and authentication. Installation instructions cover Docker, Kubernetes, various package repositories, FreeBSD, and source installation. Usage details include recommended architecture, client configuration, compatible services, and sample client configurations. The repository also discusses comparisons with services like OpenLDAP, FreeIPA, and Kanidm. Contributions are encouraged, and users can seek support and ask questions on the Discord server.
Related
AWS Lambda Web Adapter
The GitHub repository provides details on the AWS Lambda Web Adapter, allowing developers to build web apps on AWS Lambda with features like endpoint support, response encoding, and local debugging.
Show HN: Glasskube – Open Source Kubernetes Package Manager, alternative to Helm
The GitHub repository for Glasskube, a Kubernetes package manager, offers a user-friendly CLI/UI, package management, secure updates, GitOps integration, reactions/comments, and support for private packages. It includes installation guides, architecture, support channels, and contribution guidelines.
Show HN: Dorkly – Open source feature flags
The GitHub repository hosts backend components for Dorkly Flags project. It includes Go code for GitHub Actions, converting YAML files for ld-relay. Dockerfile and related files are available for image creation. Contact for details.
Llama-agents: an async-first framework for building production ready agents
The GitHub repository `llama-agents` provides an async-first framework for multi-agent systems. It includes features like communication, tool execution, and human-in-the-loop functions. Detailed installation, workflows, examples, and API guidance are available.
Linuxserver Container Image Collection
The LinuxServer repository offers various Docker images for applications like AdGuardHome-Sync, Jellyfin, Nextcloud, and more. It includes details on versions, popularity metrics, and deprecated applications like Jackett.
Those days I didn't really understand the notion of a tree-like directory. Nowadays I'm think we're better served with a SQL queryable RDBMS to store directory-like data, and modernising the query language using JSON over a HTTP(S) transport.
I don't think there's a portable version though.
as always ... imho (!)
disclaimer: i'm a big fan of ldap, especially of the FOSS openldap implementation and i'm using it since ... ever ... (~ 25 years)
i think there is one feature which makes openldap stand out and which in my experience is crucial for any non-trivial directory-implementation someone wants to use:
* easy replication-setups with the possibility to create complex (!) topologies.
what i mean with that is maybe best described by the following "anecdote":
once upon a time i had the use-case of the migration of some mid-sized HPC-clusters - distributed memory - from "good old" NIS to LDAP.
ok ... sounds simple: pam-ldap and be done with it!!
sure, but what happens, if the LDAP main server fails!?
no problem, replicate to a second system as a "fail over" eg. HA ...
sure, but what happens if the network between the HPC-cluster and the LDAP server(s) fails!?
just replicate the directory "read only" to the head-nodes ...
sure, but what happens if the network "in cluster" fails!?
just replicate it to each node ...
now draw out the resulting topology ;))
why? because i wanted to keep the cluster(nodes) utilized even if the "worst case" happens.
last but not least: "openldap is a monster" ... sure, but define monster ... in my experience once you "groked" ldap and delved into the somewhat complex setup of openldap it "just works(tm)" ...
but: great project ... :+1: ... and its written in rust ... yawns ... ;)
just my 0.02€
Related
AWS Lambda Web Adapter
The GitHub repository provides details on the AWS Lambda Web Adapter, allowing developers to build web apps on AWS Lambda with features like endpoint support, response encoding, and local debugging.
Show HN: Glasskube – Open Source Kubernetes Package Manager, alternative to Helm
The GitHub repository for Glasskube, a Kubernetes package manager, offers a user-friendly CLI/UI, package management, secure updates, GitOps integration, reactions/comments, and support for private packages. It includes installation guides, architecture, support channels, and contribution guidelines.
Show HN: Dorkly – Open source feature flags
The GitHub repository hosts backend components for Dorkly Flags project. It includes Go code for GitHub Actions, converting YAML files for ld-relay. Dockerfile and related files are available for image creation. Contact for details.
Llama-agents: an async-first framework for building production ready agents
The GitHub repository `llama-agents` provides an async-first framework for multi-agent systems. It includes features like communication, tool execution, and human-in-the-loop functions. Detailed installation, workflows, examples, and API guidance are available.
Linuxserver Container Image Collection
The LinuxServer repository offers various Docker images for applications like AdGuardHome-Sync, Jellyfin, Nextcloud, and more. It includes details on versions, popularity metrics, and deprecated applications like Jackett.