Edit report at https://bugs.php.net/bug.php?id=43120&edit=1

 ID:                 43120
 Updated by:         ssuffic...@php.net
 Reported by:        tshipclark at gmail dot com
 Summary:            PDO: domain Authenticated Machines no
                     Username/password (make them optional)
-Status:             Open
+Status:             Wont fix
 Type:               Feature/Change Request
 Package:            PDO related
 Operating System:   Windows
 PHP Version:        5.2.4
 Block user comment: N
 Private report:     N

 New Comment:

>From FreeTDS Documentation:
"Windows NT Authentication", often called "integrated security", relies on 
Microsoft's trusted connections and is not supported by FreeTDS. In it, user's 
network security attributes are established at network login time. When 
connecting to the database server, SQL Server uses Windows NT facilities to 
determine the validated network username. SQL Server then permits or denies 
login access based on that network username alone, without requiring a separate 
login name and password.

You can use the username of DOMAIN\USER with their NTLM password. Not optimal, 
but that's as good as it gets.


Previous Comments:
------------------------------------------------------------------------
[2007-10-30 11:02:22] j...@php.net

it's a feature/change request, keep it there.

------------------------------------------------------------------------
[2007-10-28 14:18:11] tshipclark at gmail dot com

Description:
------------
We currently use mssql_pconnect to connect to our server and we don't supply  a 
username/password because the machine iis is running on is domain authenticated.

My problem is Pdo will not allow me to not enter a username and password.  And 
even if I put in blanks for username/password i still get permission denied.


If you could make username/password optional that would be great!



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=43120&edit=1

Reply via email to