Open mkrautz opened 9 years ago
13:24 < Natenom> mkrautz: Not sure if I understand this bug report exactly, but if a user is not registered then the hash of his certificate is used as his "user id" in the ACL of a temporary created channel. Maybe one could use the session id instead if there is no cert(?).
17:26 < mkrautz> Natenom: ahh
17:26 < mkrautz> right
17:26 < mkrautz> then it makes sense the way it is :)
We should instead add a comment explaining this at the permission check.
Completely sidetracking this issue: I really would like to see us dropping support for connections without a client certificate someday. It's a horrible hassle in all kind of things when working with user identity and we can easily enable similar functionality by offering to generate "single use" certificates or something like that.
I would like to see the certificates go away as well. I'm attempting to use my murmur server as a place for people to gather and its a pain when they're newlinux users and are Distro hoping around trying to find the distro they like. They forget to save their certificate and then thy have to create a new username or ask me to delete their old username. Just my 2 cents if it's worth anything. On Wed, Feb 18, 2015 at 1:48 PM Stefan Hacker notifications@github.com wrote:
Completely sidetracking this issue: I really would like to see us dropping support for connections without a client certificate someday. It's a horrible hassle in all kind of things when working with user identity and we can easily enable similar functionality by offering to generate "single use" certificates or something like that.
— Reply to this email directly or view it on GitHub https://github.com/mumble-voip/mumble/issues/1572#issuecomment-74934440.
@ubuntuaddicted, Certificates shouldn't, and wont be going away. They are far too important for identity protection & authentication. It's a wider problem of people not understanding that the certificate's public key is whats saved on the server. Perhaps Mumble could add some helpful information pertaining to certificates, however that would need to be discussed. I think you misunderstood @hacst, he stated that support for clients without a certificate should be dropped, and I agree.
bpye reports on IRC that creating a channel requires a user to be registered and have a cert:
https://github.com/mumble-voip/mumble/blame/840a31de0e217f7908d3872b7cd76568ad28ccb1/src/murmur/Messages.cpp#L886
This seems overly broad, quoting myself: