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

No user authentication? #179

Open
MarcS1975 opened this issue Jul 2, 2022 · 10 comments
Open

No user authentication? #179

MarcS1975 opened this issue Jul 2, 2022 · 10 comments

Comments

@MarcS1975
Copy link

I have successfully installed umurmur and can access it via different clients but it seem the server makes no user authentication at all.
Any username and any password can get access to the chat server immediately.
How can I switch on the user authentication?

@snowblind
Copy link
Collaborator

There is no user authentication for non admin users.

@MarcS1975
Copy link
Author

MarcS1975 commented Jul 2, 2022 via email

@snowblind
Copy link
Collaborator

This server is not designed for large public facing servers. If you want that kind of control you will need to use the mumble.info server

@MarcS1975
Copy link
Author

OK. And how do I become an admin user?

@snowblind
Copy link
Collaborator

snowblind commented Jul 2, 2022

First uncomment and set to a password you want to use in this line in config file umurmur.conf

# admin_password = "test"; # Set to enable admin functionality.

admin_password = "yourpasswd"; # Set to enable admin functionality.

restart server!

while connect to the server you just setup

In the mumble client go to menu Server/Access Token...
It will will open a window click ADD button and type in password used in server config file then click OK

Then reconnect and if there are other users in server you can right-click them and some new options to kick them and move them etc. should not be greyed out now.....

Just pick up a USER and drag to channel to move them

You cant kick yourself so that will not test it

Use one of the mumble phone apps to connect and test admin user with.

You maybe be able to ban users that way if you setup a ban file in server config. It may add an option that shows up for that in right click menu for that I cant remember now it maybe not settable from client may have to manually edit the the banlist file.

@MarcS1975
Copy link
Author

thanks.
Is it possible through certificate authentication to restrict access, similar to SSH Key exchanges?

I tried generating a client certificate and uploaded it to 'ca_path' set in the umurmur.conf but it does not change behaviour.

@MarcS1975
Copy link
Author

Also, any attempt to upload a doc or pic from any client throws a fatal error and resets the server connection.
Is this feature supported?

@clehner
Copy link

clehner commented Jul 3, 2022

any attempt to upload a doc or pic from any client throws a fatal error and resets the server connection

Sounds like #172

@MarcS1975
Copy link
Author

MarcS1975 commented Jul 3, 2022 via email

@MarcS1975
Copy link
Author

Anyone any ideas about the chat history?
All chat rooms are empty of any text when users log out and back in.
Is this normal? Conversations don't get stored?

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

3 participants