hello ... I have a strange SNMP problem ... If I add the <SNMPAgent> to my
cfg I get a bunch of message saying it can;t find the Handler for this
request ... if I comment out the SNMP section it works without any problems
... any ideas??
here is my config ...
<SNMPAgent>
Community xxxxxxxxxxxxxx
</SNMPAgent>
<AuthBy DBFILE>
Identifier FlatFile
Filename %D/users
</AuthBy>
<AuthLog FILE>
Identifier Logger
Filename %L/Failure.log
LogSuccess 1
LogFailure 1
SuccessFormat %l:UserID %U - SUCCESS
FailureFormat %l:UserID %U - FAILED - Attempted Password "%P"
</AuthLog>
<AuthBy RODOPI>
Identifier CheckRODOPI
DBSource dbi:Sybase:rodopi
DBUsername Rodopi
DBAuth xxxxxxxxxxxx
</AuthBy>
<Handler Request-Type = Access-Request>
RewriteUsername s/^([^@]+).*/$1/
RewriteUsername tr/A-Z/a-z/
RewriteUsername s/\s+//g
AuthByPolicy ContinueAlways
AuthBy CheckRODOPI
</Handler>
<Handler Request-Type = Accounting-Request>
RewriteUsername s/^([^@]+).*/$1/
RewriteUsername tr/A-Z/a-z/
RewriteUsername s/\s+//g
AuthByPolicy ContinueAlways
AuthBy CheckRODOPI
</Handler>
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.