-
- Downloads
Fix the protocol order on the server side
the server protocol order precedes over the client order. Therefore if the server is `unix sss krb5` and th e client `krb5 unix` the client will authenticate on the mgm using unix, and the created file belongs to `nobody`, but the file transfert can continue with unix and you get a file full of data belonging to nobody. If the client keeps only `krb5` then you get an ampty file belonging to the correct user...
Please register or sign in to comment