I am trying to set up a Jabber server on my local network. I am using Ubuntu, installed Jabber server off synaptic.
Everything else seems to work fine. Just that there are no users created which can log in. How do I create a new user for my server? -- Regards, Sanket Medhi.
On 3/20/06, Sanket Medhi sanketmedhi@gmail.com wrote:
I am trying to set up a Jabber server on my local network. I am using Ubuntu, installed Jabber server off synaptic.
Everything else seems to work fine. Just that there are no users created which can log in. How do I create a new user for my server? -- Regards, Sanket Medhi. -- http://mm.glug-bom.org/mailman/listinfo/linuxers
It depends upon which mechanisam you are using for authentication ( ex. Mysql , LDAP, PAM ..etc.).
BTW which jabber server you are using ? If you are using jabber 2 then following link will be useful for you
http://jabberd.jabberstudio.org/2/docs/
-- ------------------------------------------------------------------------------- AbhiSawa
On 3/20/06, Abhishek Sawant abhisawa@gmail.com wrote:
On 3/20/06, Sanket Medhi sanketmedhi@gmail.com wrote:
I am trying to set up a Jabber server on my local network. I am using Ubuntu, installed Jabber server off synaptic. Everything else seems to work fine. Just that there are no users created which can log in. How do I create a new user for my server?
It depends upon which mechanisam you are using for authentication ( ex. Mysql , LDAP, PAM ..etc.). BTW which jabber server you are using ? If you are using jabber 2 then following link will be useful for you http://jabberd.jabberstudio.org/2/docs/
Here's another jabber server implementation that you can try. I tried it on Fedora Core 4. It's pretty simple to install and administer. One thing that's lacking is good documentation. http://www.jivesoftware.org/wildfire/
-- Regards Vivek
Registered Linux User #374218 Livin' The iLife ~ http://www.ilifenet.net
On Mon, 2006-03-20 at 15:01 +0530, Vivek J. Patankar wrote:
On 3/20/06, Abhishek Sawant abhisawa@gmail.com wrote:
On 3/20/06, Sanket Medhi sanketmedhi@gmail.com wrote:
I am trying to set up a Jabber server on my local network. I am using Ubuntu, installed Jabber server off synaptic. Everything else seems to work fine. Just that there are no users created which can log in. How do I create a new user for my server?
It depends upon which mechanisam you are using for authentication ( ex. Mysql , LDAP, PAM ..etc.). BTW which jabber server you are using ? If you are using jabber 2 then following link will be useful for you http://jabberd.jabberstudio.org/2/docs/
AFAIK, Jabber protocol allows the client to register... so that you are spared of adding users. Most Jabber clients allow you to do this.
Regards,
ah
Sanket,
I would recommed using Jabber2 (eJabber) this one supports most of the XMPP Protocol standards and backend db systems.
Mitul Limbani, Founder & CEO, Enterux Solutions, The Enterprise Linux Company (TM), www.enterux.com
I am usind Jabber2 which supports the XMPP Protocol standards. I just dont know how to add nely registered users. I will try wildfire and get back.
-- Regards, Sanket Medhi.
Sanket,
I am usind Jabber2 which supports the XMPP Protocol standards. I just dont know how to add nely registered users. I will try wildfire and get back.
You need to use any compatible client and from there create a new account. There is no interface, which allows you to create account from a webpage.
In wildfire its the same case, just that they have some enhanced support, but its costly like $3/account.
So any case, download PSI client, this shall make your task simpler.
Hope that helps.
Thanks & Regards, Mitul Limbani, Founder & CEO, Enterux Solutions, The Enterprise Linux Company (TM), www.enterux.com
On 3/20/06, Sanket Medhi sanketmedhi@gmail.com wrote:
I am usind Jabber2 which supports the XMPP Protocol standards. I just dont know how to add nely registered users. I will try wildfire and get back.
-- Regards, Sanket Medhi. -- http://mm.glug-bom.org/mailman/listinfo/linuxers
Public registeration is by default enable. Still you can check in c2s.xml file for lines like <!-- Registration configuration -->
also for <!-- Authentication/registration database configuration -->
and PLEASE try to read online manual at http://jabberd.jabberstudio.org/2/docs/
and as Mitul suggested try to use Psi, its very simple. on windows XP platform you can use Pandion its even simpler.
-- ------------------------------------------------------------------------------- AbhiSawa