Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Does MyAdmin Support Windows Integrated Authentication


I have installed PHP 4.x and PHPMyAdmin and all works. But I cannot get PHPMyAdmin to work with IIS and Windows Integrated Authentication. Does PhpMyAdmin work with IIS Windows Integrated Authentication or only Anonymous Access.

I have searched but cannot find an answer. It is using auth_type http in the config.inc.php file.




View Complete Forum Thread with Replies

Related Forum Messages:
Using Integrated Windows Authentication
Senario: Client does not want employees to have to login both to the network and then into the Intranet (when the user who has access to add/update/delete contnet goes to that section).

I've seen it done before with a prior company i've worked for however, i didn't see how it was done. The following article says it's possible as long as they're using IE, but what I'm looking for are examples of how PHP would read the credentials ($PHP_AUTH ?). I've been searching for a while and nothing has come up to lend any assistance. Maybe i'm just not thinking clearly due to the cold meds and sinus infection i'm suffering from.

http://webdevelopment.developersnet....asp?Article=34

Quote: Integrated Windows Authentication. This method is only supported by Microsoft Internet Explorer. This allows a user to pass through their logon credentials to the Web site and authenticate them based upon their NT logon. This method is ideally suited for the intranet where you have control over the browser accessing the site.

View Replies !
Windows Integrated Authentication
Is it possible to password protect a script on one server using Windows Integrated authentication and access it using PHP from a different server.

View Replies !
Does PHPMyAdmin Work With Windows Integrated Authentication?
I can only get it to work with anonymous access and everything else in
IIS under directory security turned off. I have searched but cannot
find an answer.

View Replies !
Incomplete Output Using Apache, MyAdmin In Windows
I'm running PHP 4.3.9, Apache 2.0.52 (running PHP as a module, not CGI), and MySQL 4.0.20 in Windows XP Professional.

It's been running great. I noticed something with PHPMyAdmin though. As part of the instructions for installing PHP as an Apache module, you need to add/edit the http.conf file Code:

View Replies !
Client Does Not Support Authentication Protocol MYSQL
Just thought I would post a solution (temporary at best, but a solution at
least.) for all those using PostNuke who have upgraded MySql to 4.1. I have
had problems with PostNuke logging into MySql after upgrading to MySql 4.1.
I received the message:

"Client does not support authentication protocol requested by server.
Consider upgrading MySQL client."

After reading here:
http://www.mysql.com/doc/en/Old_client.html

And here:
http://www.mysql.com/doc/en/Password_hashing.html

* I simply edited my startup script for MySql Server on my box to launch
with:
mysqld_safe --old-passwords

* Restarted my MySQL server

* and then changed my MySQL passwords with the OLD_PASSWORD function rather
than the previous PASSWORD function.

It solved my problem. I was able to create a new site database and all was
well!

View Replies !
Warning: Mysql_connect(): Client Does Not Support Authentication Protocol
I get the following error when trying to establish a connection:

Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:xitami-25appwebpagesest.php on line 3

I tryed searching the forum but could not come up with any accurate results. I remeber having this problem before, but I just upgraded to MySql 5.0 and I cannot find my old thread.

View Replies !
Client Does Not Support Authentication Protocol Requested By Server
I've installed php 4x on IIS. I try to open the database I get the following message:

Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:ProjectsManagementSystemMenu.php on line 6
Could not connect: Client does not support authentication protocol requested by server; consider upgrading MySQL client.

View Replies !
#1251 - Client Does Not Support Authentication Protocol Requested By Server; Consider
I am getting an error. I am using

apache_2.0.59-win32-x86-no_ssl
php-4.4.4-Win32.zip
mysql-essential-5.0.27-win32.msi
I get this error

#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client The error is in phpmyadmin, it shows up after login

View Replies !
#1251 - Client Does Not Support Authentication Protocol Requested By Server
I,ve setup my WAMP environment on Windows XP by installing: apache 2.049. PHP 5. MySQL 4.1.14 I,ve configured apache & PHP successfully but whenever I try to connect MySQL through PHP script following error appears:

"#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client"

View Replies !
T1lib Support On Windows
I don't normally do PHP development work on Windows but I need to port
an image creation tool to Windows. So I have loaded the php_gd2.dll
module for image creation support but it doesn't include the t1lib
functions and the code relies on the imagepsbbox(), imagepstext() and
imagepsloadfont() functions.

The result from gd_info() is:

array(11) {
["GD Version"]=> string(27) "bundled (2.0.28 compatible)"
["FreeType Support"]=> bool(true)
["FreeType Linkage"]=> string(13) "with freetype"
["T1Lib Support"]=> bool(false)
["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(true)
["JPG Support"]=> bool(true)
["PNG Support"]=> bool(true)
["WBMP Support"]=> bool(true)
["XBM Support"]=> bool(true)
["JIS-mapped Japanese Font Support"]=> bool(false)
}

Anyone have any idea where I can get a php_gd2.dll which includes the
t1lib? I can always recode the functions to use TTF fonts instead but
only want to do that as a last resort.

View Replies !
IMAP Support For PHP On Windows
I have a computer I've set up as a testing server at home and I'm having a
problem trying to locate the pre-compiled IMAP libraries for PHP on Windows.
According to the book "PHP & MySQL Web Development by Luke Welling and Laura
Thomson", I can get the Windows build of the imap libraries from
http://www.php4win.de. But in going to the website, the title bar says
"php4win suspended" with an empty page.

The creators of IMAP, http://www.cac.washington.edu only seems to distribute
the source and you have to compile it yourself, which I don't have a
compiler. Anyone know where I can find it (or an older and possibly
compatible build)?

View Replies !
Type Support On Windows
I want to get PHP running with GD capability that allows me to use true type fonts, preferably to generate GIFs (the US patent has expired, but GIF support isn't due back until mid-2004 due to global patents). Has anybody got experience of running this combination on a windows box (using apache).

View Replies !
How To Open The Mbstring Support Under PHP Of Windows
In linux & unix envir, add the optional flag ----enable-mbstring --enable-mbsrt-euc-trans can open mbstring module support, But in Windows I couldn't find the dll of mbstring (multi-byte string). How to make it work?

View Replies !
Need A Windows Binary Or Zip For PHP 5.0.5 With MySQL Support Builtin
Need an installation set for PHP 5.0.5 Windows Binary or Zip for PHP
5.0.5 with MySQL support built in

View Replies !
Deos Exec() Support A Popup Windows?
I am using exec() to run a .exe file which call another function to popup a new window? It does not work. Anyone know how to make it work?

View Replies !
Compile Oracle Support On Linux For Windows
I'm trying to help a local non-profit organization tie in their online
credit card donations to their existing vendor software, which uses
Oracle 8i (8.1.7) on windows. Does anyone have any pointers on 1) how
to compile oracle support into PHP, not having a linux version of
Oracle, and 2) creating remote connections to Oracle.

View Replies !
PHP And Windows NT Authentication
Can PHP check a user to see if they are logged into an NT domain, and get their username?
If so, where should I start?

View Replies !
Authentication On Windows
Hi, I have for some time Apache running on windows. I am interested in authentication, but... If I call the following 'authenticate' example from the manual, I get the 500 internal server error. PHP Code:

View Replies !
Windows Authentication
i know this isn't exactly what this board is intended for and i'm sorry and will accept all the yelling and complaining i get, but i'm getting really frustrated with this SQL Server/Access implimentation i'm trying to get to work and none of the SQL Server forums.

I have a SQL Database that i'm accessing via MS Access. i'm trying to regulate what can and cannot be updated by different groups on the domain using Windows Authentication. the the Enterprise Manager i've set the appropriate SELECT, & UPDATE permissions for the groups (and i've even tried specific users) and Access is still allowing those users to have full edit access to the tables.

View Replies !
Authentication Under Windows?
Manual quote: "The HTTP Authentication hooks in PHP are only available
when it is running as an Apache module and is hence not available in the
CGI version."

Does anyone have ways to do autentication of users under Windows?

View Replies !
How To Reset The Windows Authentication
I made an intranet website by php, webserver IIS on windows 2000. To manage users I used the windows authentication.

Now I have to create logout.php that has to destroy sessions and windows authentication too, to allow the login to another user from the same pc (for example). I can destroy sessions variables by:

session_start();
$_SESSION = array();
session_destroy();

but how can I destroy or reset the windows authentication? My problem is that I'm not able to display the window with user name, password and domain to change the window user.

View Replies !
Warning: Date(): Windows Does Not Support Dates Prior To Midnight
I tried to use the date() function with the mktime(). It keeps giving warning:

Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970

I could use the @ to surpress the warning but I would like to know why it's happening. Take a look at this. There doesn't seem to be anything wrong with it. PHP Code:

View Replies !
[function.date]: Windows Does Not Support Dates Prior To Midnight (00:00:00)
I'm working with PHP in a Windows environment and ended up with the following message:

Warning: date() [function.date]: Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in c:Inetpubincludecommonereken.inc.php on line 29
Whether I'm working in Windows or Linux is all the same, because I'm dealing with dates prior to the year 1700 as well.

I've found the following library:
http://phplens.com/phpeverywhere/adodb_date_library

It replaces a number of standard php functions such as date(), but for strtotime() there's no replacement. Anybody got an efficient code solution for this?

View Replies !
Pdf With Unicode Support Or Arabic Characterset Support
I am working on a project that have a featre to print the news as a PDF file format. I am having a problem in generaing pdf with unicode support or Arabic characterset support. I can generat eenglish document like a charm but the probem in Arabic text. I am geting the data from the MySQL database. Anyone have any idea what to do, I search everywhere on net find some small results but still I am not been able to accomplish the task.

View Replies !
Integrated PayPal
I integrated our merchandise page with PayPal, and I was curious... how can I have it so if a user selects a size 3XL, 4XL or 5XL t-shirt, it takes the $price variable, and adds a set amount to each one? I want it so that $5 is automatically added to the 5XL, so we don't screw ourselves on underquoting.

The $price variable right now is set by user group. If you're a donating member, your price will be $12, if you're a regular member, the price is $15. Code:

View Replies !
Integrated Environment For Php
I wonder if there is a integrated developing environment for php, ie
including code editing, executing, debugging in a single interface
like MVC for C/C++. I heard visual studio has such thing, right? Any
thought?

View Replies !
Integrated PHP Blog
Is there any script that could be integrated in an existing site? The site was created with RapidWeaver (a Mac tool), and CSS styles for blog already exist (as well as static html blog). So all I need is a script that could produce only needed parts of the page (without html, body tags) with specified CSS classes and support threaded comments.

View Replies !
Integrated With Vbulletin
I am having a standalone custom script done where users will be able to post youtube vids etc. It will be a small part of the site and integrated with Vbulletin when it comes to users. Now, how to best handle it? Redirect the registration to Vb and let vb handle it or insert into vb database directly--after checking for dupes?

By letting VB handle it, I need to figure out a way to redirect them to the video page and think of the gazillions of VB upgrades over the years. The prgrammer is great so he can do pretty much anything. I need a solution that saves me time and headaches in the long run--in addition to be being very user friendly of course.

View Replies !
Integrated Templates
I'm trying out PEAR Integrated Templates and have encountered a problem. I have the following code in an include (.inc) file:

require_once "HTML/Template/IT.php";

function printerror($error)
{
$template = new HTML_Template_IT("./");
$template->loadTemplatefile("error.tpl.htm", true, true);
$template->setCurrentBlock("ERROR");
$template->setVariable("ERRORTEXT", $error);
$template->parseCurrentBlock();
$template->show();
return;
}

View Replies !
Integrated Security
I have a client who insists on using Windoze and SQL Server. So, I have to convert mysql_* to mssql_* and everything else that goes with it. I am having the usual problems connecting (I'm not looking for the usual answers either. I have them - this is a different issue) Has anyone used 'Integrated Security' with PHP code? I've seen it in ASP, but never in PHP.

View Replies !
How PHP Is Integrated In Apache? Documentation
does anybody know some sort of documentation how PHP is integrated in the Apache? goal: understand PHP collaboration with Apache, because of development of a Webserver.

View Replies !
Integrated Development Tools
Does anyone know of an integrated development tool to develop PHP programs similiar to an HTML editor or to the IDE provided by Borland in their C++ and other products?

View Replies !
Integrated BPay In A PHP Website?
I need help to integrate BPay payment into my website. Is there any guide or something?

View Replies !
IDE :: Integrated Development Environment
I want a php IDE or integrated development environment that DOES NOT start or run a complete web server on my PC. I don't really want IIS running and all that. I want something that's more than just an editor - some that does some debugging but doesn't start up IIS .

View Replies !
Integrated Mailing List
I have this user managment script installed on my site called the AR Memberscript. I just wanted to know is it possible to have a mailing list integrated with the member script so that a member can click like a "Join Mailing List" button and all the emails from the members can be stored in a file or soemthing like that.

View Replies !
Charts Integrated Into Statistics
I'm trying to integrate charts to a php comonent of mambo that shows statistics of my website. The problem I have is that I cant figure out how to get the value's of the user hits and use them for the charts.

I want to use the value's as shown below and put them in the code for making a chart. Can someone help me figure out how I can do that?
Code stats and charts are also below this message Code:

View Replies !
Article Management Integrated With Phpbb
I'm looking for a decent article management system which i can easily intergrate with the userdatabase of phpbb.

View Replies !
Integrated Network Users With PHP Script? NT Server
Now one of my systems is a sort of file browsing system that controls all of our ISO documents. I set up a script that read the file server directories and put info into a database along with file properties (filename, location, revision, subject, etc...).

My users can browse my intranet pages to search and open the proper files by department. My problem is that my script shows ALL of the documents and some have Confidential titles that not everyone should be allowed to see.

It's easy to block access but I will have to create a users & groups script that uses MySQL? My MIS is allready updating I think 3 seperate users & groups on the network, I don't want to add a forth! I was wondering if anyone has had any luck pluging into an Exchange server (since it's sort of a database). We don't have Windows2000 Server so no active directory is found on the network. We use Novell as file server.

With a possibility of 300 or more users, this can be a PITA if not done right.

View Replies !
Get An Integrated Login With Invisionboard To Work Forever
I have been trying to get an integrated login with invisionboard to work forever!!! I cannnot seem to get it to work in that I need to create a session that matches the one the invision sets. Code:

View Replies !
Integrated Php Mods For Portal -webmail, Chat, Forum Etc
Looking to develop an online community portal and am interested to hear from those with integrated modules for: forums chat webmail instant messenger etc

the idea is that these modules would all share an integrated login to provide users with a single login to the site which would then grant access to all mods. Likewise will log out of all mods on logout. Will consider a suite in jsp, cfm or asp if not php.

View Replies !
MyAdmin
Okay, I have been trying out some MySQL stuff and, I cannot connect to MySQL. (Please don't call me stupid with this -->) I have thought that PHPMyAdmin was a MySQL Database, and I'm starting to think I was wrong. I don't know much about PHP but I'm trying to learn, and since I'm testing stuff out with MySQL, I really need to learn how to connect to it. Code:

View Replies !
Php Myadmin
how can i change tables from MyISAM to InnoDB in Php myadmin, i am doing that because i have to write too much code when deleting records , as far as i know in InnoDB when u delete the table with primary key in it , it automatically delete recordsrelated to it in every table.

View Replies !
Log Out Myadmin
I'm using phpmyadmin to manage my database. I would like to know if it requires a proper logout?

I normally close the browser when i get the job done but is it the correct way? The reason why i posting this is that recently there seems to have random errors on my page (pls refer to the following thread for more details).. Code:

View Replies !
HTTP Authentication .vs. Session Authentication
I am designing a PHP application (yes, I have
investigated using existing applications). I cannot use HTTPS
for reasons I shall not disclose. I must authenticate users
against a database (MySQL) before granting them access. There
are two methods I am considering: HTTP authentication, and session
authentication. My webpage is spread across multiple scripts, and
the user must not have to repeatedly reauthenticate him/herself.
It does not matter, however, if the login session remains or is
destroyed when the browser closes, although destruction is
preferred.

To my knowledge, PHP only supports Basic HTTP authentication.
This would be easier, and if it matches session authentication in
security, I would prefer to use it. Session authentication would
be accomplished via a hashed password supplied in a form, sent via
POST, after which the userid or another identifying piece of data
would be stored in a session variable. My webserver does host other
websites, and I cannot adjust its configuration. It seems to me,
however, that Basic HTTP authentication sends the username and
password in plaintext at the opening of every page. Is this true?

View Replies !
MyAdmin! Error 1.20
I was setting up a webserver with Apache 2.0.54, MySQL Client Version 5.0.4, PHP 5, and of course phpMyAdmin 2.6.3... Anyway after spending hours setting up my PHP with Apache I go to install phpMyAdmin onto my server. Code:

View Replies !
Myadmin Question
On my shared hosting server when creating anew db it asks for name and passward. On my laptop Dev server when using MyPHPadmin and creating a database it does not ask for a password. Is this part of somthing I need to set in the config file or somthing.

If i'm going to learn to use a database and upload information to it i would like it to ack like one on-line fore testing purposes. Every PHP/Mysql script i see has a place where you connect to the databass and include the psswrd for connection.

View Replies !
MyAdmin Users, Etc.
EDIT: Ok I want to make users for my database administration so that other people can change info through PHPMyAdmin, instead of doing it all myself. I have figured out how to setup users for the databases in PHPMyAdmin, and I can set thier privelages, and even add them to different databases.

Apparently this does not register them with PHPMyAdmin, but instead all the users would have to learn and connect to the database through MYSQL dos windows. I can't have this, but I do want to have it setup so different logins can gain access to the PHPMyAdmin screens. Is there any way to do this as far as you know? I am using cPanel X.

View Replies !
Import Sql Into Myadmin
I want to import sql into phpmyadmin I want to run a page in browser to install it all.
I have like five large sql files but only want to use one install to install all five.

View Replies !
MyAdmin And MySQL
I have a web host with PHP my Admin and mySQL. Can anybody give me an instruction how to make a sample database and access it?

View Replies !
Myadmin Complaints
I think I have my phpMyAdmin installed properly, but it is complaining about a couple of things that I fear may have wider relevance in my wider MySQL universe:

complaint 1

Code:

The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results. Code:

View Replies !
Myadmin Configuration
I cannot for the life of me find the location where yoiu can set teh option to allow the export of SQL queries. On my local server is hidden and on the remote one where I dont have access I can. I have looked in config.inc.php but no joy.

View Replies !
Security Question About PHP MyAdmin
Is there anyway to use PHP MYadmin securely on a site? Anyway to lock it down? And for that matter, anything else that I want to keep hidden but would like remote access to. I just realized that my PHP admin was a huge security risk.

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved