Koozali.org: home of the SME Server

User manager panel authentication

firstbishop

User manager panel authentication
« on: May 11, 2006, 01:10:53 PM »
Our network users log in to our intranet using their SME usernames and passwords. Once they have logged in I would like to be able to let them access the user manager panel to change passwords, forwarding addresses etc without having to enter their username and password again.

Would I be able to do this by setting a PHP session variable? I have tried using PHP_AUTH_USER and PHP_AUTH_PW but still seem to be missing something.

Any ideas would be welcome. Thanks, Mike.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: User manager panel authentication
« Reply #1 on: May 11, 2006, 05:56:26 PM »
Quote from: "firstbishop"
Our network users log in to our intranet using their SME usernames and passwords. Once they have logged in I would like to be able to let them access the user manager panel to change passwords, forwarding addresses etc without having to enter their username and password again.

Would I be able to do this by setting a PHP session variable? I have tried using PHP_AUTH_USER and PHP_AUTH_PW but still seem to be missing something.


The server manager doesn't use PHP, so PHP session variables are of no use to you.

I don't know of any way to do what you want to do.

firstbishop

User manager panel authentication
« Reply #2 on: May 12, 2006, 08:13:57 AM »
OK. Thanks for your reply