Re: (RADIATOR) Stripping Suffix before AcctSQLStatement

2000-08-20 Thread Janet N del Mundo
Hi Hugh, I finally figured how to take out the suffix before it uses the AcctSQLStatement. Thanks for your advice! ^_^ I never knew you could have a separate AuthBy SQL with just AcctSQLStatement. Radiator is so flexible! Too cool! As for the AuthBy Identiifers, I actually had (2) AuthBy

Re: (RADIATOR) Stripping Suffix before AcctSQLStatement

2000-08-17 Thread Hugh Irvine
Hello Janet - Is your AuthBy SQL clause being called from two different places? One for authentication with rewriteUsername and the other for accounting? Somehow the processing for the two packets is different. hth Hugh At 17:47 +1000 17/8/00, Janet N del Mundo wrote: Hi, I was wondering

Re: (RADIATOR) Stripping Suffix before AcctSQLStatement

2000-08-17 Thread Janet N del Mundo
Hi Hugh, Yes, my AuthBy SQL is being called for authentication and then for accounting. However, I do not use RewriteUsername. I use AuthBy SYSTEM to check the user's UNIX password and AuthBy FILE to check his group and suffix. --- AuthBy SQL Identifier

Re: (RADIATOR) Stripping Suffix before AcctSQLStatement

2000-08-17 Thread Hugh Irvine
Hello Janet - I think you will have to define a second AuthBy SQL clause with just the AcctSQLStatement in it (and remove it from the existing one) and use a different Identifier of course. You will also have to add another AuthBy FILE, similar to the existing check-sql that uses the above