in reply to Re^6: DBI Password connection to Oracle
in thread DBI Password connection to Oracle
If you use a unix account for verification, you need to have the password working (and you need to pass the user and password from the perl script).Not so... in fact, that's the point of "identified externally". "With external authentication, your database relies on the underlying operating system or network authentication service to restrict access to database accounts. A database password is not used for this type of login." reference
The system service accounts such as nobody don't have a working password and therefor are unusable, the normal user accounts have working passwords, but have access to loginto the system (as implied from the OP) and therefor would have access to both their user:pass and the systems user:pass database (indirectly).That I'm not sure of - whether or not it would validate that 'nobody' was logged in and pass that through or not... worth a try though. But again, you are not passing the UNIX password - since the user is already logged in, it's using UNIX's authentication of the user itself.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: DBI Password connection to Oracle
by waswas-fng (Curate) on Jun 28, 2005 at 18:46 UTC | |
by Transient (Hermit) on Jun 28, 2005 at 19:00 UTC | |
by waswas-fng (Curate) on Jun 28, 2005 at 19:10 UTC |