-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enterprise usecase #27
Comments
Thanks for your ideas :) Some are not easy, but password export is a must in any password manager, I will do it ASAP. Anyway, you will allowed to export only accesible passwords to admin, but not not shared (private) users passwords. Also export will be available with encrypt option using a custom password. Thanks! |
Another "enterprise" feature would be a LDAP/AD integration. I was able to implement an OpenLDAP integration for our LDAP structure (see the branch "Add_ldap" in my fork). However, I'm not sure how stable/well implemented this integration is. |
Maybe LDAP integration can be done using the API instead adding new features to core. Check this endpoints #9 (comment) |
@deajan Added Export Feature ( |
@eusonlito Nice ;) |
@eusonlito : Unfortunately, I cant use the provided API endpoints for the LDAP Integration. You need some kind of mechanism for the synchronization of thr user credentials. From my Point of View, a proper Integration of Laravels LDAP library is the only reliable way. |
@h3nr1-g but, what's the problem with API endpoints? This allow a customizable users sync for any integration. |
Yes, you are right. With the API end points I can sync the users (at least I can create local copies). However, i have no possibilty to sync the User passwords since they are stored encrypted in the LDAP server. As a result, the copied users can Not be authenticated. |
Ok, let me some time to check the LDAP AUTH. Please @h3nr1-g create an issue for this feature request :) |
Hi,
Just gave your project a testdrive through #23 which is obviously quite easy to setup.
While your password manager looks nice and seems well built in terms of security, it lacks some features that would made it outstanding:
I've tested multiple other solutions and none provided a certificate for authentication. Nice one, really appreciable.
Thanks for developping your solution. Might become a great contender to Bitwarden, Psono, sysPass and others.
Wish you well.
The text was updated successfully, but these errors were encountered: