|
Home > Archive > Radius Server > February 2007 > Radius Authentication SQL
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Radius Authentication SQL
|
|
| Nelson Guerrero 2007-02-07, 7:22 pm |
| Hi, I have a test lab where my users connect to my wireless, then, theyre
are redirected to the CA authority to request and install a certificate.
This process include the creation of an account in the active directory.
When all this is done, the user change to another secure wireless network
that requires certificate and it works. I want to know if its possible to
authentication the user against a SQL database. I'm talking about
authenticate and not logging, all the information that I found was related
to how to enable IAS to log in SQL but that I want to authenticate with a
table of users created on the SQL Server. Is this possible? I would
appreciate any help. Any information explaining if is possible or not will
help me.
Thanks,
Nelson
| |
| rt-seb 2007-02-08, 7:21 am |
| Hello,
"Nelson Guerrero" wrote:
> Hi, I have a test lab where my users connect to my wireless, then, theyre
> are redirected to the CA authority to request and install a certificate.
> This process include the creation of an account in the active directory.
> When all this is done, the user change to another secure wireless network
> that requires certificate and it works. I want to know if its possible to
> authentication the user against a SQL database. I'm talking about
> authenticate and not logging, all the information that I found was related
> to how to enable IAS to log in SQL but that I want to authenticate with a
> table of users created on the SQL Server. Is this possible? I would
> appreciate any help. Any information explaining if is possible or not will
> help me.
Using authentication based on a SQL database is not supported by the IAS.
Basically, there are 2 options:
1. Synchronize your Active Directory with your SQL database
2. Use a custom IAS extension that allows for SQL-based authentication
Sebastian
|
|
|
|
|