Hi!
I'm currently authenticating users in with my PHP script. Usernames and passwords are red from the sql-database as well as users homedirectories. I want to use one shared login-page for all the users and then redirect them to their homedirectories.
I'm using IIS 6.0 (Windows Server 2003) as my webserver. What would be the easiest way to redirect users to their homedirectories? I consider that the authentication is the biggest problem in my case. I can't want to redirect them directly because the direct address is then shown in the address bar and too clever clients want to use that shortcut. In that case I should also create all the accounts twice - to a database and to a windows-server accounts. I suppose.
Would it be possible to use one 'hard-coded' user in php-login? So users get into my login page and enter their passes which are checked in PHP-script. Then they could be authenticated and redirected to hardcoded-pass-protected part. How could this be done? Or have you any other ideas?
Thanks for advance,
Duckie
I'm currently authenticating users in with my PHP script. Usernames and passwords are red from the sql-database as well as users homedirectories. I want to use one shared login-page for all the users and then redirect them to their homedirectories.
I'm using IIS 6.0 (Windows Server 2003) as my webserver. What would be the easiest way to redirect users to their homedirectories? I consider that the authentication is the biggest problem in my case. I can't want to redirect them directly because the direct address is then shown in the address bar and too clever clients want to use that shortcut. In that case I should also create all the accounts twice - to a database and to a windows-server accounts. I suppose.
Would it be possible to use one 'hard-coded' user in php-login? So users get into my login page and enter their passes which are checked in PHP-script. Then they could be authenticated and redirected to hardcoded-pass-protected part. How could this be done? Or have you any other ideas?
Thanks for advance,
Duckie