[jadmin] Jabber 1.4 Questions
Peter Saint-Andre
stpeter at jabber.org
Fri Mar 23 14:38:33 CST 2001
ziviz wrote:
> password." WTF is 0k auth and how do I use it? :P
Someone provided a link to the zero-knowledge information, so I won't
repeat that. However, to use it exclusively (i.e., to make sure that no
one can log in with anything but 0k authentication), you can do the
following in jabber.xml
<load main="jsm">
...
<!--
<mod_auth_plain>./jsm/jsm.so</mod_auth_plain>
<mod_auth_digest>./jsm/jsm.so</mod_auth_digest>
-->
<mod_auth_0k>./jsm/jsm.so</mod_auth_0k>
...
</load>
Peter
--
Peter Saint-Andre
stpeter at jabber.org
More information about the JAdmin
mailing list