Hi, >How does one use trusted connections with mssql_connect()?
mmm.... it seems it's not currently implemented in php_mssql. anyway, in order to use it you would need that your webserver service runs under a WinNT acount trusted by the SQL server. �can you afford that? (or maybe you need it under PHP.EXE CLI mode, anyway the same applies). What you propose can be put into php_mssql (just using DBSETLSECURE from the DB-lib API), but maybe you need to propose it first to the module maintainer, Frank Kromman (frank_at_frontbase_dot_com) I recommend you to use plain simple SQL Server logins, it should be enough for everyone. Greetings, F.J.Ortiz 3/12/02 3:05:38 AM, "Kearns, Terry" <[EMAIL PROTECTED]> escribi�: >How does one use trusted connections with mssql_connect()? > >Also, the manual says something about an "interfaces" file. >Where do I find this? Where is this interfaces file documented? > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php > > ___________________________________ Francisco Javier Ortiz Torre ComuNET,S.A. mailto:[EMAIL PROTECTED] ComuNET, S.A Gral. Concha 39,6� 48012 Bilbao Espa�a Tel: +34 944 700 101 Fax: +34 944 700 185 http://www.comunet.es ___________________________________ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
