[JDEV] xdb_ldap
Leon Kwan
leon at icon.com.hk
Tue Apr 24 21:18:35 CDT 2001
I have successfully installed the xdb_ldap in jabber ver 1.4.1
but I found that in the spool directory, the xml files are still
useful to store roster list and offline message while the ldap only
stores the vcard information and for the authentication.
It can be seen in the modification of jabber.xml, the following
name spaces still use xdb_file to manage.
<xdb id="xdb_other">
<ns>jabber:iq:roster</ns>
<ns>jabber:iq:private</ns>
<ns>jabber:iq:register</ns>
<ns>jabber:iq:filter</ns>
<ns>jabber:x:offline</ns>
<host/>
<load>
<xdb_file>./xdb_file/xdb_file.so</xdb_file>
</load>
<xdb_file xmlns="jabber:config:xdb_file">
<spool><jabberd:cmdline flag='s'>./spool</jabberd:cmdline></spool>
</xdb_file>
</xdb>
is there a complete solution that do not need to use file to handle
membership?
or it is not supposed to do that?
-Thanks.
-Leon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20010425/154e9015/attachment-0002.htm>
More information about the JDev
mailing list