(RADIATOR) radiator on nt

1999-09-27 Thread Wilbert de Graaf
I was wondering if there are issues when you run radiator on nt. I mean the fork() call is not implemented on nt and maybe radiator is using it. Are there any complications / considerations (other than the unix-vs-nt issues). - Wilbert === Archive at http://www.thesite.com.au/~radiator/ To

(RADIATOR) AuthByLDAP on NT

1999-08-03 Thread Wilbert de Graaf
Last week I descibed that I had a problem with Radiator on NT, and authenticate against the Microsoft Site Server LDAP server. I had an extra '\0' at the end of any value that was retrieved from the ldap-server. When I wrote a perl script that used perl-ldap, I realized that there had to be

Re: (RADIATOR) RE: LDAP and NT

1999-08-02 Thread Wilbert de Graaf
on Unix, I don't see this '\0' and also length is correct. So the problem is in perl-ldap instead. I will mail this to Graham Barr. - Wilbert -Original Message-From: Mike McCauley [EMAIL PROTECTED]To: Wilbert de Graaf [EMAIL PROTECTED]; [EMAIL PROTECTED] [EMAIL PROTECTED

No Subject

1999-07-30 Thread Wilbert de Graaf
We have Radiator running on both Linux and NT, and authenticate against the Microsoft LDAP server, using the AuthbyLDAP clause. With Radiator on Linux, everything was okay but when we tried it on NT, every authentication request was rejected. When I looked into the logfile, I noticed

Re: (RADIATOR) Disallow EMail Only accounts from logging in usingRadiator wAuthByPLATYPUS

1999-07-28 Thread Wilbert de Graaf
Kurt, Hugh, We had a similar situation. When we fail to get our subscription fee, we don't want our customers be able to surf the Internet anymore (suing our Internet access service), but we do want them to use a guest account, they can use to dial-in but access only a single server,

(RADIATOR) DDNS support

1999-07-13 Thread Wilbert de Graaf
We would like to offer this service to our subscribers: if they login, a DNS name 'of choice' is related to their dynamic ip-address (much like www.ddns.org ) Did anybody implement support for Dynamic DNS on top of Radiator. I think it shouldn't be too hard to send a DNS update at the

Re: (RADIATOR) More authentication Attributes

1999-07-09 Thread Wilbert de Graaf
Requiem, We had / have the same problem. Besides radiator, we also have our own radius server (but we're trying to get rid of it, VPN by VPN). The subscribers have an attribute 'radiusProfile' in their object. Whenever the value equals 1 they should have normal access, 0 no access and for

Re: (RADIATOR) Encrypted passwords and CHAP

1999-07-08 Thread Wilbert de Graaf
Tim, We have the same problem at one ISP. We have even have to store different encrypted passwords (eg. Irix, Solaris, Netscape ...) into an LDAP directory to be able to authenticate all of them using this LDAP server. And for chap, we needed to store the plaintext too. Probably the

(RADIATOR) PreAuthHook: add_attr - can't call add_attr() on unblessed reference

1999-07-06 Thread Wilbert de Graaf
I'm trying to add a name-value pair to a request just before authentication occurs. The documentation of radiator has an example: Realm PreAuthHook sub { $_[0]-add_attr('test-attr', 'test-value'); } AuthBy LDAP ... AuthBy /Realm Without the PreAuthHook, everything is working fine,