Radius support Silva
Project description
This extension provide an integration of Radius authentication in Silva. It’s done using PluggableAuthService and silva.pas.base.
This extension require at least Silva 2.1 or higher.
Installation
If you installed Silva using buildout, by getting one from the Infrae SVN repository, or creating one using Paster, you should edit your buildout configuration file buildout.cfg to add or edit the following section:
[instance] eggs = ... silva.pas.radius zcml = ... silva.pas.radius
If the section instance wasn’t already in the configuration file, pay attention to re-copy values for eggs and zcml from the profile you use.
After you can restart buildout:
$ ./bin/buildout
If you don’t use buildout, you can install this extension using easy_install, and after create a file called silva.pas.radius-configure.zcml in the /path/to/instance/etc/package-includes directory. This file will responsible to load the extension and should only contain this:
<include package="silva.pas.radius" />
Latest version
The latest version is available in a Subversion repository.
Credits
This have been sponsored by the University of Coimbra (http://www.uc.pt).
Changelog
silva.pas.radius 1.0 (2006-11-20)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.