What's new? | Help | Directory | Sign in
Google
jackyrelay
Advanced tcp relay with filtering and acl features
  
  
  
  
    
Search
for
Updated Feb 10, 2008 by m...@freecontrib.org
Labels: Featured, Phase-Deploy
NntpAuthRewritePlugin  
nntp authentification filters general documentation

Introduction

nntp_auth_rewrite plugin is a quite cool feature :

configuration

Open the plugin file : nntp_auth_rewrite_plugin.py

option : userlist

-is a python dic : { "someuser":"somepass", "someotheruser":"someotherpass" }

-is the plugin's acl list. Any login/pass extracted from the protocol witch matches one of theses will be rewrited

option : realuser

the user you want to rewrite the matched acls to

option : realpass

the password you want to rewrite the matched acls to

Enable Plugin

to enable plugin add nntp_auth_rewrite to activeplugins option in jackyrelay.py

exemple : activeplugins = [ nntp_auth_rewrite ]


Sign in to add a comment