docker-openldap VS pass-import

Compare docker-openldap vs pass-import and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
docker-openldap pass-import
15 403
3,945 768
1.6% -
0.0 8.4
6 months ago 2 months ago
Shell Python
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

docker-openldap

Posts with mentions or reviews of docker-openldap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Question: How to Use LDAP Authentication and User Accounts On TAK Servers
    1 project | /r/ATAK | 9 Jul 2023
    I'm entirely unfamiliar with overlays. I don't believe I've configured any on my OpenLDAP server, as it is just a default docker image I've populated with some OUs and users.
  • LDAP resources/recommendations question
    3 projects | /r/selfhosted | 22 Jun 2023
    I'm trying to integrate LDAP into my small homelab but I'm extreme noobie in it. So far I've tried: 1. OpenLDAP - not so resource heavy but I found it difficult go get working correctly with NextCloud, Keycloak and Jellyfin. Maybe someone could recommend an easy to follow guide? 2. LLDAP - honestly it's almost prefect. Nice clean UI, great guides how to setup with everything I need, but it's a read-only LDAP, so I cannot create or manage users with Keycloak or NC, that's about the only downside and probably bugs me more than it should. 3. 389ds - has everything I need (and probably some more), super easy to setup with this guide but the elephant in the room is that it uses 700MiB of RAM (whereas LLDAP uses only 7-8MiB). That's a big difference which really makes me question whether I want to use this particular solution.
  • `sudo: account validation failure, is your account locked?`
    2 projects | /r/openldap | 27 Feb 2023
    I have been struggling for a week to get sudo to work with my LDAP setup. I am using this docker setup. I have added these attributes to my server.
  • OpenLDAP Docker Container issue
    1 project | /r/devops | 6 Feb 2023
    Hi, I've used the osixia github repository to spin up a docker container act as a LDAP Slave and I've successfully used the custom configuration and spin up the container. When i checked the logs of the container i saw the following as the output when it tries to sync with the Master.
  • Using sssd in a Playground Without TLS
    4 projects | dev.to | 1 Oct 2022
    It is quite straightforward to stand up an LDAP server listening in plaintext. My favorite mechanism is using the openldap container, although there are other options.
  • osixia/docker-openldap configuration to let users other than admin search the database
    1 project | /r/openldap | 8 Jul 2022
    I'm trying to setup a LDAP server using the Osixia Docker container through docker-compose. I want it to contain lists of PosixAccount and PosixGroups, and use them to grant access to some external applications which also have a simpleSecurityObject entry in the directory (e.g. Grafana, which I already integrated with another LDAP server).
  • OpenLdap Docker setup help
    1 project | /r/openldap | 7 Apr 2022
    I've been trying to setup an openldap server from https://github.com/osixia/docker-openldap
  • Guter Einstieg in LDAP
    1 project | /r/de_EDV | 16 Feb 2022
  • Keycloak users out there, how do you use Keycloak with apps that require LDAP?
    3 projects | /r/selfhosted | 10 Dec 2021
    I've grown quite tired of how painful it is to manage my LDAP server with multi-master replication. Currently I'm running osixia/openldap, with a wheelybird/ldap-user-manager frontend to manage users, all hosted on my Kubernetes cluster. Eventually, I'm looking to migrate to nitnelave/lldap
  • Best OpenLDAP docker container with WebUI
    2 projects | /r/selfhosted | 24 Sep 2021

pass-import

Posts with mentions or reviews of pass-import. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-13.
  • End of Life for Twilio Authy Desktop App
    13 projects | news.ycombinator.com | 13 Feb 2024
  • I Know What Your Password Was Last Summer
    1 project | news.ycombinator.com | 11 Feb 2024
    > I always tell these people to just sign up for a password manager and they always resist and say no. I must be missing something obvious.

    Maybe they don't want to be relying on a random third-party for all their passwords?

    Rather than getting them to sign up for a password manager, what about getting them to install a password manager? I use https://www.passwordstore.org/ - it encrypts your passwords with GPG, and shares the storage via a Git repository for synchronisation between different machines.

  • Command Line Interface Guidelines
    8 projects | news.ycombinator.com | 6 Feb 2024
    That way you can delegate the password handling to another program, e.g. a password manager like pass(1) (https://www.passwordstore.org/) or some interactive graphical prompt.
  • Passit: Open-Source Password Manager
    5 projects | news.ycombinator.com | 19 Jan 2024
    I want to move to something compatible with https://www.passwordstore.org/ - an open standard for keeping your passwords in a folder encrypted with OpenPGP.

    The problem is that I'm nervous to give an unknown Android app and browser plugin total control of my passwords and access to my github account when I don't have time to review it's code properly. I have a bit more trust ing the command line tools, but I'd like to be sure that more people are looking at the code before I trust my life to it.

  • Ask HN: Best Password Manager without cloud login?
    4 projects | news.ycombinator.com | 4 Jan 2024
    > Create a system or pattern based on url or brand and mentally hash it into a password.

    Doesn't sound very secure. Also when you realize that you anyway have to trust cryptography, I believe it starts making a lot of sense to have an actual cryptographic key and encrypt it with one good random password you learn by heart.

    I use pass https://www.passwordstore.org/, which encrypts my passwords with my GPG key, which comes from my Yubikey, which I unlock with a password. That means that I only need to remember one password, and it feels a lot more secure than your pattern based on url or brand.

  • Do you trust password mangers?
    2 projects | /r/privacy | 10 Dec 2023
    i use pass and keep my database on a local git repo. it encrypts your passwords with gpg and is a really simple command line program
  • Comment gérez-vous vos mots de passe ?
    4 projects | /r/france | 6 Dec 2023
  • Best way to store and Encrypt passwords? Need advice on my method...
    1 project | /r/DataHoarder | 4 Dec 2023
    If you want portability and simplicity, there's a project called simply pass that uses standard *nix utilities (and git, I believe) to manage passwords from CLI.
  • Bitwarden Broken in Linux
    9 projects | news.ycombinator.com | 17 Nov 2023
    0. Pass is just text files encrypted with gpg. I needed just one password on one work computer, where I had my gpg key, but not all my passwords. Decrypted the file and that was it.

    1. There are plugins and web clients: https://www.passwordstore.org/#extensions

  • Bitwarden Adds Support for Passkeys
    3 projects | news.ycombinator.com | 1 Nov 2023
    I've been incredibly happy with https://www.passwordstore.org/ for years. The data store is a file hierarchy, with the files themselves encrypted with GPG. Sync is via git. TOTP support with a plugin.

What are some alternatives?

When comparing docker-openldap and pass-import you can also consider the following projects:

ldap-user-manager - A PHP web-based interface for LDAP user account management and self-service password change.

vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

AzureAD-LDAP-wrapper - LDAP-Wrapper for 'microsoft 365' work or school accounts/users (former 'office 365' - via Entra ID, former AzureAD without AADDS)

gopass - The slightly more awesome standard unix password manager for teams

docker-phpLDAPadmin - phpLDAPadmin container image 🐳🌴

Bitwarden - The core infrastructure backend (API, database, Docker, etc).

tigase-xmpp-server-docker - (M) Official Docker project for Tigase XMPP Server

rofi-pass - rofi frontend for pass

Mailspring-Libre - (archived) Mailspring Libre build – aiming at removing Mailspring's dependecy on a central server

KeeWeb - Free cross-platform password manager compatible with KeePass

PostgresApp - The easiest way to get started with PostgreSQL on the Mac

Pass4Win - Windows version of Pass (http://www.passwordstore.org/)