Hello Wesley -
You can ceratinly use a RewriteUsername to force all usernames to lower case (for example).
If you want to reject anything other than lower case you should specify a UsernameCharset:
# only allow usernames with lower case letters (and nothing else)
UsernameCharset a-z
See section 6.4.30 in the Radiator 3.7.1 reference manual ("doc/ref.html").
regards
Hugh
On Friday, Oct 24, 2003, at 18:08 Australia/Melbourne, Wesley Hof wrote:
My config:
Trace 4
AuthPort 1812 AcctPort
LogDir /var/log/radiator/ LogFile %L/radiator-authentication-%y-%m-%d.log DbDir /EUnet/radiator/etc DictionaryFile %D/dictionary PidFile %L/radiator-authentication.pid
<Monitor> Port 9001 Username administrator </Monitor>
<Client DEFAULT> DupInterval 0
</Client>
<Realm DEFAULT> PasswordLogFileName %L/password.log <AuthBy SQL>
DBSource dbi:mysql:mail;localhost
AuthSelect select password from user where login = '%n' and active = 'Y'
</AuthBy> </Realm>
I'm using this config to auth qpopper to. The problem is that radiator accepts usernames with caps in, like user blah = Blah = BLah = BLAH.
Now, radiator should deny usernames with caps in, I took a look at the RewriteUsername directive, but that is not what I need, i just don't wanna allow caps. Is there a way to deny them?
Thanks in advance,
-- (o_ Wesley Hof //\ UNIX System Engineer V_/_ UNInet ))) A Scarlet Company === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
NB: have you included a copy of your configuration file (no secrets), together with a trace 4 debug showing what is happening?
-- Radiator: the most portable, flexible and configurable RADIUS server anywhere. Available on *NIX, *BSD, Windows, MacOS X. - Nets: internetwork inventory and management - graphical, extensible, flexible with hardware, software, platform and database independence. - CATool: Private Certificate Authority for Unix and Unix-like systems.
=== Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
