Skip to content

Safe exposing of reset-password site #876

Answered by nitnelave
Sblop asked this question in Q&A
Discussion options

You must be logged in to vote

Hey! It should be fairly safe to expose LLDAP to the internet. Now, I understand that this is not much reassurance if you're cautious.

I see a few ways to only expose the necessary functionality:

  • block all but the necessary resources, as you did. It works now, and your list looks good, but that's not exactly an intended use case so I can't guarantee that it'll keep working. You might end up with half broken features because we added a new query.
  • block all post requests except to the reset password flow. In particular, if you block the login, it'll be hard for anyone to find a security flaw. If you allow the login, then users can see their own account.
  • block the entire website and provide…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jakob42
Comment options

@nitnelave
Comment options

@Sblop
Comment options

@jakob42
Comment options

@nitnelave
Comment options

Answer selected by Sblop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants