X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Finstall-ejabberd.md;h=dbdc0b975dc5bb3aeda290ba770784e9880dd204;hb=35854a0ad1b05704f9b573aab0a142daa2ebc7ec;hp=8f95069e63f452ecfd8628d859be78e80021b3ce;hpb=2bcd5b3243004b0659be06a5370016d080b23e87;p=friendica.git diff --git a/doc/install-ejabberd.md b/doc/install-ejabberd.md index 8f95069e63..dbdc0b975d 100644 --- a/doc/install-ejabberd.md +++ b/doc/install-ejabberd.md @@ -11,16 +11,16 @@ Installation - Change it's owner to whichever user is running the server, ie. ejabberd - $ chown ejabberd:ejabberd /path/to/friendica/include/auth_ejabberd.php + $ chown ejabberd:ejabberd /path/to/friendica/bin/auth_ejabberd.php - Change the access mode so it is readable only to the user ejabberd and has exec - $ chmod 700 /path/to/friendica/include/auth_ejabberd.php + $ chmod 700 /path/to/friendica/bin/auth_ejabberd.php - Edit your ejabberd.cfg file, comment out your auth_method and add: {auth_method, external}. - {extauth_program, "/path/to/friendica/include/auth_ejabberd.php"}. + {extauth_program, "/path/to/friendica/bin/auth_ejabberd.php"}. - Disable the module "mod_register" and disable the registration: