Skip to content
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

Feature request - web login. #38

Open
lyndon160 opened this issue Mar 7, 2017 · 3 comments
Open

Feature request - web login. #38

lyndon160 opened this issue Mar 7, 2017 · 3 comments

Comments

@lyndon160
Copy link

There are so many features that could be implemented for this project, as you know.

However, I think that it is especially important that there is some kind of authorisation for the web interface, so that at least to a primitive extent, access to it could be controlled.

@jomsky10
Copy link

up for this feature.

@tony-caffe
Copy link

Why would you not send this web interface over https using htpasswd? Seems like an easy way to mitigate in the mean time and still very secure. Allows you to control users via u/p and gives it encryption.

<Directory "/example/path/">
...
   AuthName "Site OpenVPN Management Access"
   AuthType Basic
   AuthUserFile /etc/example/location/htpasswd.users
   Require valid-user
...
</Directory>

@TheAmigo
Copy link

I agree with @tony-caffe. If you don't want to manage users vi .htpasswd, use AuthLDAP to point it at AD and require that the user be a member of a specific AD group to access the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants