[rabbitmq-discuss] Problems with rabbitmq-auth-mechanism-ssl
Simon MacMullen
simon at rabbitmq.com
Tue Feb 22 14:52:20 GMT 2011
On 22/02/11 14:36, Jiri Krutil wrote:
<snip explanation>
> I would like to have the password authentication disabled for new users
> by default. The only users than may login with a password are the
> backend and admin users.
Ah, right. In that case either:
* Select "No password" in the management web UI, as in the previous mail
* Invoke rabbitmqctl clear_password <username>
* HTTP PUT a JSON document like:
{"password_hash": "", "administrator": false}
to /api/users/<name> of the management HTTP API.
for each user.
That last one is in fact not documented. Better fix that...
Cheers, Simon
--
Simon MacMullen
Staff Engineer, RabbitMQ
SpringSource, a division of VMware
More information about the rabbitmq-discuss
mailing list