This commit is contained in:
Ery Lee 2015-04-07 17:15:05 +08:00
parent fa8b892bc9
commit 4ab10e191a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
%% authentication with username, password %% authentication with username, password
%{username, []}, %{username, []},
%% authentication with clientid %% authentication with clientid
{clientid, [{password, no}, {file, "etc/clients.config"}]}, %{clientid, [{password, no}, {file, "etc/clients.config"}]},
%% allow all %% allow all
{anonymous, []} {anonymous, []}
]}, ]},