Zuletzt veröffentlicht: August 25, 2014No Product Found
Verbesserungs-ID-Nummer
NIM005437
Eingereicht
August 22, 2014
Zuletzt geändert
April 2, 2025
Gilt für
No Product Found
Gefunden in Version
9.0
Status
Non-Reproducible
Dieses Problem konnte bei Tests durch das Entwicklungsteam nicht reproduziert werden. Problemen wird u. U. dieser Status zugewiesen, wenn sie nicht reproduziert werden können oder in einer Entwicklungsversion der Software nicht mehr relevant sind. Es wurde jedoch kein Fix zur Problembehebung installiert. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
Alternativer Workflow
There are a number of users out there that want to use one form or another of external authentication with Oracle. We can't allow that for iomgr-brokered connections as it is a security risk, since a client machine can lie about who it is. However, for direct connect there is no such risk.
Most of the code changes are a simple matter of allowing client programs to supply a blank user name and password. In the Oracle dblayer, the connection logic had to be upgraded to allow external system authentication (see db_connect()) and to make sure a user name was fetched from the dbms (see dbinstance_io.c). The no_iomgr flag was replaced by a connection type enum while I was in there.
Schritte zur Reproduzierung
Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert