From:             ljocha at ics dot muni dot cz
Operating system: any
PHP version:      4.3.2
PHP Bug Type:     OCI8 related
Bug description:  Oracle external authentication not supported

Description:
------------
The current OCI8 module implementation does not support any
external authentication mechanisms (e.g. Kerberos) otherwise
supported by Oracle.

The patch available at 

http://www.ics.muni.cz/~ljocha/oci8.patch

fixes the problem, deducing from the username whether
OCI_CRED_EXT or OCI_CRED_RDBMS should be used when calling
OCISessionBegin(). 


-- 
Edit bug report at http://bugs.php.net/?id=25096&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25096&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25096&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25096&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25096&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25096&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25096&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25096&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25096&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25096&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25096&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25096&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25096&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25096&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25096&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25096&r=gnused

Reply via email to