Re: Multiple login without db
I'm newbie. Just wonder, after googling for several hours: is it impossible
to make a login script for, say, three different users and, after
successfull login with username and password, redirect them to their
destination (totally three destinations, but only one for each user),
without any MySql? And at the same time add som security (session or so).
Any idea?
You don't HAVE to use a database for 3 users. You can hardcode the
3 usernames, passwords, and destinations into the script.
Gordon L. Burditt
.
Relevant Pages
- Re: Multiple login without db
... impossible to make a login script for, say, three different users and, ... after successfull login with username and password, ... usernames, passwords, and destinations into the script. ... email inbox and read the emails using IMAP/POP3 then parse them (although ... (comp.lang.php) - Re: Block All Sites Except Approved List
... >> Currently I have 1 rule setup which I have applied to a test user ... that rule is set to block all destinations except my approved ... Now every time the test user tries to browse ... >> anything at all IE is asking for a username and password for the ISA ... (microsoft.public.isa) - Re: Account naming conventions?
... >> a MS approaved name for some security concerns? ... > net command will not add the share. ... Other than the spaces, the username isn't really the issue, I suspect. ... in your login script, presuming you filled in the home directory info in ... (microsoft.public.windows.server.general) - Windows 7 Login Script Prompts for user credentials
... Standard SBS 2003 install with a login script that maps drives to external NAS server, the NAS is a member of the domain and authenticates. ... Both Windows XP & Windows 2003 logins work perfectly and the drives map correctly, but Windows 7 clients prompt for the username & password. ... (microsoft.public.windows.server.sbs) - Re: Windows 7 Login Script Prompts for user credentials
... Login scripts run with a lower security token than the actual user logging in. ... In many cases, however, what used to require a login script can now be done with group policies or group policy preferences. ... This *includes* mapping drives. ... Both Windows XP & Windows 2003 logins work perfectly and the drives map correctly, but Windows 7 clients prompt for the username & password. ... (microsoft.public.windows.server.sbs) |
|