Skip to content

romanbsd/rlm_memcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rlm_memcache
============

Provides means of puting the accounting records directly into cache.
The key can be one of the fields.


Requirements:
------------

1. FreeRADIUS >= 2.1.0
2. libmemcached >= 0.30


Usage:
------

Add to configuration:

memcache {
	# List of memcached servers
	servers s1.example.com s2.example.com

	# The attribute to be used as a memcached key
	# (other keys will be stored as a JSON hash)
	key X-IP-Addr
}

About

memcache module for FreeRADIUS - put accounting records directly into cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors