Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

athoune/Drupal-Ejabberd-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- SUMMARY --

Drupal module to use drupal database for ejabberd authentification

Initial work from http://yo.jabber.ru/bugzilla/show_bug.cgi?id=385

-- REQUIREMENTS --

Ejabberd from http://www.ejabberd.im/. Yes, it's a drupal website.

It should be packaged in your linux distribution.

-- USAGE --

In ejabberd.cfg, choose the right authentification method

8<------------------------------------------------------

{auth_method, external}.
{extauth_program, "/path/to/ejabberd_auth.phps"}.

------------------------------------------------------>8

Only Jabber handle new user :

8<------------------------------------------------------

% None username can be registered via in-band registration:
{access, register, [{deny, all}]}.

------------------------------------------------------>8

The script is generated when you save the settings in the drupal admin page :
/admin/settings/ejabberd_auth

If you are using MAMP, php cli is here : /Applications/MAMP/bin/php5.2/bin/php

-- CONTACT --
Mathieu - http://drupal.org/user/378820

About

Drupal authentification for ejabberd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages