This is what you can do if you authenticat using some LDAP variant:
<AuthBy LDAP>
# This will check Calling-Station_id against
# LDAP attribute mobile
Identifier Check-LDAP-mobile
Host ldap.your.domain
AuthDN cn=Directory Manager
AuthPassword some_password
BaseDN o=your_base
# Calling-Station-Id is used to search
# instead of UsernameAttr and PasswordAttr
SearchFilter (mobile=%{Calling-Station-Id})
NoDefaultIfFound
</AuthBy>
This will allow a user based on his registered "mobile" number.
If you include any of the PasswordAttibutes, the password is also checked,
otherwise you just get a couple of warnings at startup time.
/Ingvar
-----Original Message-----
From: Lisa Goulet [mailto:[EMAIL PROTECTED]]
Sent: den 31 oktober 2000 10:27
To: '[EMAIL PROTECTED] '
Subject: (RADIATOR) Authentication based on Calling-Station-ID
Hi All,
I saw a posting from May about authentication based on Calling-Station-Id.
There was a suggestion about creating a BLACKLIST etc.
Are there any new features in the Radiator that enable this authentication
directly?
Thanks,
Lsia
===
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.