Re: [PHP] Computer Authorization

2003-02-20 Thread Ernest E Vogelsinger
At 01:59 21.02.2003, Chris Cook said: [snip] >I am looking into an application that only specific computers can access. A >login does not work since we only want people to log in from certain >computers. IP numbers dont work since they are dynamic. Cookies

Re: [PHP] Computer Authorization

2003-02-20 Thread Chris Knipe
You can also maybe look at client side SSL Certificates... - Original Message - From: "Chris Cook" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 2:59 AM Subject: [PHP] Computer Authorization > Hello all, > > I am lookin

Re: [PHP] Computer Authorization

2003-02-20 Thread Chris Cook
start with that... Thanks again, Chris From: Ray Hunter <[EMAIL PROTECTED]> To: Chris Cook <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP] Computer Authorization Date: 20 Feb 2003 18:11:59 -0700 domain name, wins, kerberos, nis, mac-address those might be what you nee

RE: [PHP] Computer Authorization

2003-02-20 Thread Chris Cook
ROTECTED]> To: "Chris Cook" <[EMAIL PROTECTED]> Subject: RE: [PHP] Computer Authorization Date: Fri, 21 Feb 2003 01:05:43 -0800 > > Hello all, > > I am looking into an application that only specific computers can > access. A > login does not work since we only want peo

RE: [PHP] Computer Authorization

2003-02-20 Thread John W. Holmes
> I am looking into an application that only specific computers can access. > A > login does not work since we only want people to log in from certain > computers. IP numbers dont work since they are dynamic. Cookies work > temporarily, but are often deleted and are not the most secure route. Any >

Re: [PHP] Computer Authorization

2003-02-20 Thread Ray Hunter
domain name, wins, kerberos, nis, mac-address those might be what you need... if you are using dhcp then you can get the ip information from the dhcp number based on the mac address... but remember that these can be spoofed... On Thu, 2003-02-20 at 17:59, Chris Cook wrote: > Hello all, > > I a

[PHP] Computer Authorization

2003-02-20 Thread Chris Cook
Hello all, I am looking into an application that only specific computers can access. A login does not work since we only want people to log in from certain computers. IP numbers dont work since they are dynamic. Cookies work temporarily, but are often deleted and are not the most secure route.