search for: php_auth_user

Displaying 4 results from an estimated 4 matches for "php_auth_user".

2005 Feb 27
1
astguiclient gives me Object not found
...16:18:30 2005] [error] [client 192.168.250.108] File does not exist: /srv/www/htdocs/astguiclient/method=POST, referer: http://vpbx.elmit.com/astguiclient/phone_stats.php?extension=gs102&server_ip=192.168.250.20 I have uncommented the ### If you have globals turned off uncomment these lines $PHP_AUTH_USER=$_SERVER['PHP_AUTH_USER']; $PHP_AUTH_PW=$_SERVER['PHP_AUTH_PW']; $ADD=$_GET["ADD"]; ### AST GUI database administration ### admin.php How can I fix it? bye Ronald
2015 Sep 10
2
How to "Windows Authenticate"
...e, side note -? I wrote a webapp a while ago in PHP, and I have 3 domains in a Trust and the user's browser sends their auth info to an Apache server using Kerberos auth.? It looks like what you're seeing, based on my code - 'user at domain' is normal: $authusername = $_SERVER["PHP_AUTH_USER"]; if ( stristr($authusername,"@")) { ??????? $auth_ar = explode("@",$authusername) ; //<blah blah blah> So receiving user at domain is at least to be expected. I don't know what Dovecot would do with that domain info...? I would probably work on doing AD auth...
2015 Sep 11
0
How to "Windows Authenticate"
...ote a webapp a while ago in PHP, and I have > 3 domains in a Trust and the user's browser sends their auth info to an > Apache server using Kerberos auth.? It looks like what you're seeing, > based on my code - 'user at domain' is normal: > $authusername = $_SERVER["PHP_AUTH_USER"]; > if ( stristr($authusername,"@")) { > ??????? $auth_ar = explode("@",$authusername) ; > //<blah blah blah> > > So receiving user at domain is at least to be expected. > > I don't know what Dovecot would do with that domain info...? > &g...
2015 Sep 09
3
How to "Windows Authenticate"
If I had time I would be all over this - but IMHO the main problem is that Dovecot != Exchange.? Even in small environments - unless I'm out of date, there's no calendar, tasks or contact lists within Dovecot. Your next best best is to use something like Horde that would allow you to auth via ActiveSync (on Outlook 2013 clients) and manage everything else that the users will want, with