O/H DeadTOm ??:
So the user comes to the site and they're presented with a log in page.
They enter they're username and password and php checks a mysql database
for a matching username and password.
If there is a match, it responds with 1 line found. If no match, it
responds with 0 lines fou
So the user comes to the site and they're presented with a log in page.
They enter they're username and password and php checks a mysql database
for a matching username and password.
If there is a match, it responds with 1 line found. If no match, it
responds with 0 lines found.
In the case of a ma
Hi!
I have an authentication problem...
My users are authenticated through a mysql table. This set up a session
variable to "true" and allow them to browse different pages (in each page I
test that session variable).
To deny direct access to the directory, I put an htaccess which simply
denies a
Good evening!
I need to setup a user, 'commerce' with a password, that can be accessed
from any web server in our farm 'blackmesa-isp.net'. What "GRANT" statement
do I need to make this work? I've tried a bunch of the examples in the
manual and can't get it right. Specifically, I need the user to
[EMAIL PROTECTED] wrote:
How can I authenticate users against the database using NTLM instead of
Basic Authentication?
Instead of manually logging in, each user's NT account will automatically
allow or deny access.
Is there somewhere in the php.ini file where I have to enable the NTLM
module?
Mark
Hi there,
How can I authenticate users against the database using NTLM instead of
Basic Authentication?
Instead of manually logging in, each user's NT account will automatically
allow or deny access.
Is there somewhere in the php.ini file where I have to enable the NTLM
module?
Here's my enviro
I need an authentication class for an upcoming project so I took a trip over to
the Repository. Unfortunately, the ratings system appears to be down (or no one
uses it) and it's a bit difficult to determine which of the 40 offerings is
"best." Rather than play the trial and error game, I'm solici
Hi to all,
I upgrade from Red Hat 7.2 to 7.3, but now I'm facing a problem. Most of my
pages use user authentication popup window. For some reason I can't get
access to my pages even though I type in the right user name and password.
The code for the pages remains the same, I haven't changed anythi
> I have a successful website with authenticatin and logons. There are
> sections that I allow anyone to get to, but the others have to be
> authenticated. This site is not using frames at all. its a page by
> page,
> with the unit that does the authentication and sessions being included
> in
Hi all.
I'm trying to find a way to use apache authentication trough php/mysql.
I mean that users/passwords need will be stored in mysql database but Apache
will athomatically request authentication for any access to protected folder
_and its subfolders_.
For not to make something like "access.php
Hi,
This is probably a tough one and there might not be an easy solution. Here
goes:
Could anyone give me some ideas on how I could use PHP to authenticate a
user logon against either a *nix or NT system. In the case of a *nix, it
would be Linux with existing accounts held in typical passwd / sh
Hi,
This sounds good, but I thought it could be easier to use the browsing
function of the Apache Webserver,
since this function is already implemented.
I just don't know, how to access this function, if there is an index file
present.
If there is no way to do that, I will try to use the filesyst
Ok .. Upon success, read the current directory and create links to each
file on the fly "readdir()". That should even give the chance to customize
your directory listing ..!!
Baher
--
>From: Helmut Tessarek <[EMAIL PROTECTED]>
>To: [EMAIL PROTEC
Hi,
I've got some directories that should be accessed via the browser. This
works fine.
To secure a directory I always used the directives in the .htaccess
file. This works aswell.
Now I wrote a little PHP script that looks in a table of a database if
the user is allowed to access the page or not
Hi,
I've got some directories that should be accessed via the browser. This
works fine.
To secure a directory I always used the directives in the .htaccess
file. This works aswell.
Now I wrote a little PHP script that looks in a table of a database if
the user is allowed to access the page or not
then use phplib
Otherwise, you need to define a session class
(or use a free one from the web).
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PRO
PROTECTED]]
Sent: Wednesday, February 21, 2001 8:27 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] authentication
Hi all
I need to authenticate a user and on successful login he is redirected to a
page. This works fine. However, this is not secure as the page to which the
user is redirected can be accessed
I forgot to mention, my server runs PHP 3
- Original Message -
From: Ronnie Esguerra
To: PHP
Sent: Wednesday, February 21, 2001 12:15 PM
Subject: FW: [PHP-DB] authentication
why not use sessions?
on the first page do the login and start the session. throw the login to
every other
complicated.
ronnie
> -Original Message-
> From: Pankaj Ahuja [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 21, 2001 2:27 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] authentication
>
>
> Hi all
>
> I need to authenticate a user and on successful
Hi all
I need to authenticate a user and on successful login he is redirected to a
page. This works fine. However, this is not secure as the page to which the
user is redirected can be accessed directly as well. What I need is when
someone tries to access the page without logging in first, he sho
20 matches
Mail list logo