I'm using custom ldap auth files from
Everything is working great, AD 2003, ldap vcard, no issues at all. Now I also compiled mod_shared_roster_ldap, although there is no documentation about this anywhere that I can find.
WIth this installed I do not notice the any option for shared rosters in web_admin. I looked over the code I never programmed in erlang before and most of the code appears to use built in functions so I cannot make heads or tales out of most of it. So before I invest several hours into learning erlang has anyone used this before? Is it worth investigating or should I just be happy with vcard look ups?
Any advise would be appreciated.
Are you sure
Are you sure mod_shared_roster_ldap is loaded? (you can do this on the modules page of the web interface of ejabberd).
--
sander
hmm, I assumed it was loaded
hmm, I assumed it was loaded like every other module, I just placed the beam in the ebin folder. I do not have a modules page, we are talking about the webadmin right? (Tried loading adhoc and configuration, made no difference).
Yes, the web interface. Go
Yes, the web interface. Go to Virtual Hosts-->your virtual host-->Nodes-->your node-->modules.
--
sander
yes, it is loaded...
yes, it is loaded...
And you do not see a shared
And you do not see a shared roster option in the left menu (under your virtual host AFAIR)?
--
sander
No I can not find it listed
No I can not find it listed any where and I just spent 15 minutes going through every available link. Is there any prerequisites for this option to appear? Other then the setup I have not had any users use the system yet so there are no client end rosters in the system.
Also do you think it matters that I am running ejabberd on windows. I took the base 1.11 install and compiled the erl files manually in the ejabberd console using
c(script.erl).
All of the other scripts that I compiled this way work fine.
Ok I figured it out.
Ok I figured it out. Not only does mod_shared_roster_ldap need to be enabled so does mod_shared_roster
See Below
I got it working see below comment.
Ok I found what you were
Ok I found what you were talking about, yes it is loaded.
Module Options
mod_adhoc
mod_announce
mod_configure
mod_disco
mod_irc
mod_last
mod_logxml
mod_muc
mod_offline
mod_privacy
mod_private
mod_pubsub
mod_roster
mod_shared_roster_ldap
mod_stats
mod_time
mod_vcard_ldap
mod_version