Ask a Question related to PHP Development, Design and Development.
-
Quy Ngo #1
user authentification
i'm using php, but i don't know how to authenticate a user directly from a
network login. I just wanted to user to be able to access the site only if
they are sign on the network, similiar to NTFS file access rights. Any
ideas?
Quy Ngo Guest
-
Forms Authentification
Hi, I have an asp .net site which uses Forms authentification. In the Web.config -------------------------- <forms name="CommerceAuth"... -
authentification
Hi guys, Couple of general questions for you. Background is I'm about to start writing version 2 of a client's intranet system in .NET... -
Authentification on AIX4.3.3 against LDAP
Hi, I have set up a aix4.3.3 machine to authentificate again LDAP. I have found nss-ldap from padl.com on the internet. Has anybody compile and... -
Logon using Basic authentification
Hi all, I need some simple component (COM+ or just DLL) source to perform Basic Authentification for ASP solution. Short explanation what I mean:... -
#24973 [Opn->Bgs]: New authentification mechanism in MySQL 4.1
ID: 24973 Updated by: sniper@php.net Reported By: davesman at atlas dot cz -Status: Open +Status: ... -
Andy Hassall #2
Re: user authentification
On Tue, 23 Sep 2003 16:40:09 -0400, "Quy Ngo" <QNGO@Yeahright.com> wrote:
What sort of 'network login'?>i'm using php, but i don't know how to authenticate a user directly from a
>network login. I just wanted to user to be able to access the site only if
>they are sign on the network, similiar to NTFS file access rights. Any
>ideas?
You mention NTFS, so are you talking about Windows? If so,
[url]http://modntlm.sourceforge.net/[/url].
--
Andy Hassall (andy@andyh.co.uk) icq(5747695) ([url]http://www.andyh.co.uk[/url])
Space: disk usage analysis tool ([url]http://www.andyhsoftware.co.uk/space[/url])
Andy Hassall Guest
-
Quy Ngo #3
Re: user authentification
simply put, a windows 2k login for a lan network. i wanted to use php to
authenticate the user w/o the user having to do a login for a cgi scripts
and database. The information you provided, will that resolve this issue?
Thanks.
"Andy Hassall" <andy@andyh.co.uk> wrote in message
news:a8l1nv8bneqpjf9hiba36ui17et7337ab9@4ax.com...a> On Tue, 23 Sep 2003 16:40:09 -0400, "Quy Ngo" <QNGO@Yeahright.com> wrote:
>> >i'm using php, but i don't know how to authenticate a user directly fromif> >network login. I just wanted to user to be able to access the site only>> >they are sign on the network, similiar to NTFS file access rights. Any
> >ideas?
> What sort of 'network login'?
>
> You mention NTFS, so are you talking about Windows? If so,
> [url]http://modntlm.sourceforge.net/[/url].
>
> --
> Andy Hassall (andy@andyh.co.uk) icq(5747695) ([url]http://www.andyh.co.uk[/url])
> Space: disk usage analysis tool ([url]http://www.andyhsoftware.co.uk/space[/url])
Quy Ngo Guest



Reply With Quote

