RE: (RADIATOR) Help with LDAP auth

2001-09-19 Thread Ingvar Berg (ERA)
Hello Elias, You probably need to supply some LDAP admin credentials for the bind, because Radiator asks for the userpassword. IMHO, you're better off having the LDAP server check the password, because writing the admin name and pw in your radius cfg file is both a security problem and an

(RADIATOR) GetProfile

2001-09-19 Thread 'Tunde Ogedengbe
I have created a table of profiles to return various attributes for different categories of customers. Only attrributes of the 1st profile are being returned successfully. The others are ignored. What can be the problem? Below is my profile table: email:3com:Idle-Timeout =

(RADIATOR) session timeout

2001-09-19 Thread Yoga Nandiwardhana
hi all, how do i make radiator send a session-timeout for every authentication reply? do i need to configure the .pm or should i use a hook instead? thanks yoga === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]'

Re: (RADIATOR) patch for getProfiles

2001-09-19 Thread 'Tunde Ogedengbe
Mike/Hugh: I have a profile file with each attribute of the profile having a minimum of 150 characters. I have observed that only the first profile works successfully. Other reply attributes for profiles after the next one do not attach to user connections. We are using ver 2.18. Is there

Re: (RADIATOR) passwords

2001-09-19 Thread Hugh Irvine
Hello - Have you tried the hook code that I sent you, shown in my message below? What you show below will definitely not work. In any case, a copy of your configuration file (no secrets) and a trace 4 debug from Radiator showing what is happening are what I need to be able to help you.

Re: (RADIATOR) accounting on radiator

2001-09-19 Thread Hugh Irvine
Hello Lloyd - I am not sure I understand your question - could you give me a bit more detail please? thanks Hugh On Wednesday 19 September 2001 16:06, lloyd dagoc wrote: hello, have a question, if we are proxying to another radius server and we want to have accounting on us, do we have

Re: (RADIATOR) session timeout

2001-09-19 Thread Hugh Irvine
Hello Yoga - On Wednesday 19 September 2001 16:59, Yoga Nandiwardhana wrote: hi all, how do i make radiator send a session-timeout for every authentication reply? do i need to configure the .pm or should i use a hook instead? You can simply use an AddToReply in your AuthBy clause.

Re: (RADIATOR) Help with LDAP auth

2001-09-19 Thread Hugh Irvine
Hello Elias - Could you tell me what version of Radiator you are running? thanks Hugh On Wednesday 19 September 2001 13:04, Elias wrote: Hi Hugh, I'm experimenting with LDAP for authentication and seem to be stuck. I'm totally new to LDAP and hence am not sure if the problem's with

Re: (RADIATOR) Cannot Connect

2001-09-19 Thread Hugh Irvine
Hello Michael - Have you configured a suitable system DSN for this connection? regards Hugh On Wednesday 19 September 2001 12:31, michael ellidave l dividina wrote: Sir, I already configured my ODBC and tried to test the connectivity between my radiator and ms sql server. And i still

Re: (RADIATOR) Help with LDAP auth

2001-09-19 Thread Elias
Hi Hugh, I'm running Radiator 2.18.2 with perl-ldap-0.24 - Elias - Original Message - From: Hugh Irvine [EMAIL PROTECTED] To: Elias [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, September 19, 2001 4:22 PM Subject: Re: (RADIATOR) Help with LDAP auth Hello Elias - Could

(RADIATOR) 13.1.13 Time

2001-09-19 Thread S H A N
Hi, With reference to the subject. Is there a way to address monthly requirements using the time check item ? As per manual it says, This check item allows you to specify which times of day and which days of the week the user is allowed to log on. Hence, never tells what to do if the

(RADIATOR) Called-Station-Id

2001-09-19 Thread Rolando Riley
Hi Hugh: I just want to confirm if Called-Staton-Id is the phone number our users use to make the connections to our site? If so I was wondering why in all of my entry it appears as 000 : Calling-Station-Id = 2660836 Called-Station-Id = 000 BTW is this problem

(RADIATOR) WARNING: Bad EAP Message-Authenticator

2001-09-19 Thread Dave Albertson
Trying to set up a new install of Radiator 2.18.4. Would like requests to go through a user file to get reply attributes then to be authed via system as the users all have local accounts on the same solaris box. It works as it should so long as I use radpwtst but when I point a bay 5399 RAC at

Re: (RADIATOR) patch for getProfiles

2001-09-19 Thread 'Tunde Ogedengbe
Mike/Hugh: I have a profile file with each attribute of the profile having a minimum of 150 characters. I have observed that only the first profile works successfully. Other reply attributes for profiles after the next one do not attach to user connections. We are using ver 2.18. Is there

(RADIATOR) Re: GetProfile

2001-09-19 Thread 'Tunde Ogedengbe
I have created a table of profiles to return various attributes for different categories of customers. Only attrributes of the 1st profile are being returned successfully. The others are ignored. What can be the problem? Below is my profile table: email:3com:Idle-Timeout

(RADIATOR) Re: UseAddressHInt Problems

2001-09-19 Thread 'Tunde Ogedengbe
I have implemented UseAddressHint option to allow customers connect with specific Framed-IP-Address addresses on their machines. However, the system rather than use the specified IPs is allocating from its pool to the connect. What can be wrong? I am using Radiator 2.18 'Tunde Ogedengbe

Re: (RADIATOR) passwords

2001-09-19 Thread Tech
Dear Hugh Thank you for your time in this matter Yes I am using the hook below; copy of logfile Thu Sep 20 08:06:47 2001: DEBUG: Packet dump: *** Received from 202.182.129.252 port 1025 Code: Access-Request Identifier: 173 Authentic: 148>149>.166>236>150>180>144>135>235>17>F133>W180>11>

Re: (RADIATOR) passwords

2001-09-19 Thread Hugh Irvine
Hello - What are you seeing on the target radius server? Why is the request being rejected? And can you send me the shared secrets for the Client this request was received from and for the AuthBy RADIUS clause. thanks Hugh On Thursday 20 September 2001 08:38, Tech wrote: Dear Hugh

Re: (RADIATOR) Help with LDAP auth

2001-09-19 Thread Hugh Irvine
Hello Elias - Note the following fix in Radiator 2.18.3 (doc/history.html). In AuthBy LDAP, HoldServerConnection worked in reverse to the correct behaviour. The latest version is Radiator 2.18.4. regards Hugh On Wednesday 19 September 2001 18:50, Elias wrote: Hi Hugh,

Re: (RADIATOR) Called-Station-Id

2001-09-19 Thread Hugh Irvine
Hello Rolando - You are correct. Calling-Station-Id is the phone number of the caller (source), and Called-Station-Id is the number that is being called (destination). If you are only getting 000 as the Called-Station-Id, it is either because your telco does not provide the number when the

Re: (RADIATOR) 13.1.13 Time

2001-09-19 Thread Hugh Irvine
Hello Shan - On Wednesday 19 September 2001 22:24, S H A N wrote: Hi, With reference to the subject. Is there a way to address monthly requirements using the time check item ? As per manual it says, This check item allows you to specify which times of day and which days of the week the

(RADIATOR) Re: GetProfile

2001-09-19 Thread Hugh Irvine
Hello 'Tunde - As always, I will need to see a copy of your configuration file (no secrets) together with a trace 4 debug from Radiator showing what is going on. I will also need to see the hook code. thanks Hugh On Wednesday 19 September 2001 11:09, 'Tunde Ogedengbe wrote: I have created

Re: (RADIATOR) passwords

2001-09-19 Thread Tech
Request is being rejected because of no password or bad password as per password log sent last time to you. I have now also changed the end server the client Secret is milmax21817 Realm test.com> RewriteUsername s/^([^@]+).*/$1/ PreAuthHook file:"%D/addUsernameAsPassword" AuthBy RADIUS> Host

Re: (RADIATOR) 13.1.13 Time

2001-09-19 Thread S H A N
* Hugh Irvine [EMAIL PROTECTED] [010920 08:25]: Hello Shan - On Wednesday 19 September 2001 22:24, S H A N wrote: Hi, With reference to the subject. Is there a way to address monthly requirements using the time check item ? As per manual it says, This check item allows you to

(RADIATOR) Rejection error

2001-09-19 Thread Paul Thorton
Hi, If we get a rejection we recieve the line below with the word Proxied appended. What causes this to be proxied and how can I stop it from happenning? ## LINE Thu Sep 20 13:13:30 2001: INFO: Access rejected for [EMAIL PROTECTED]: Proxied Regards, Paul === Archive at

Re: (RADIATOR) passwords

2001-09-19 Thread Tech
Hugh I have now added RejectEmptyPassword to the AuthBy RADIUS> as can be seen.Even now with using the hook it is being rejected for no password. Realm test.com> RewriteUsername s/^([^@]+).*/$1/ PreAuthHook file:"%D/addUsernameAsPassword" AuthBy RADIUS> RejectEmptyPassword Host

Re: (RADIATOR) Rejection error

2001-09-19 Thread Hugh Irvine
Hello Paul - I will have to see a copy of your configuration file, together with a trace 4 debug from Radiator showing what is happening. thanks Hugh On Thursday 20 September 2001 13:20, Paul Thorton wrote: Hi, If we get a rejection we recieve the line below with the word Proxied

Re: (RADIATOR) passwords

2001-09-19 Thread Hugh Irvine
Hello - I have just noticed an error in the hook code: $p-add_attr('Password', $password); this line should be: $p-add_attr('User-Password', $password); my apologies Hugh On Thursday 20 September 2001 13:44, Tech wrote: Hugh I have now added RejectEmptyPassword to the

Re: (RADIATOR) 13.1.13 Time

2001-09-19 Thread Hugh Irvine
Hello Shan - I think you will need to use a hook for this, probably a PostAuthHook. There are some example hooks in the file goodies/hooks.txt in the Radiator distribution that should give you some ideas. regards Hugh On Thursday 20 September 2001 11:51, S H A N wrote: * Hugh Irvine

Re: (RADIATOR) passwords

2001-09-19 Thread Tech
Hi Hugh I have made the changes to the hook file but am still getting reject because of an empty password. Is there any way I can see what is happening as the hook is working Hugh Irvine wrote: Hello - I have just noticed an error in the hook code: $p->add_attr('Password', $password); this