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

AlessandroLorenzi/owncloud-radius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

I need using radius with owncloud, i write radius support! :)

It is an extension to app "user_external". http://owncloud.org/support/custom-user-configuration/

This plug-in contains "Pure PHP radius class", a PHP class to connect to RADIUS. This sofware is Copyright (c) 2008, SysCo systemes de communication sa

To install copy user_external into /var/www/html/owncloud/apps/

Insert into config/config.php this config:

'user_backends'=>array(

array(

 'class'=>'OC_User_RADIUS', 

 'arguments'=>array("SERVER", "REALM", "SECRET") 

)

About

Una modifica per il "Custom user backend" di owncloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages