View/Edit "identified externally" user

Aviga

Member²
Hello,

We are in the process of implementing Kerberos-based user authentication for external database users in my company.

We would be delighted to be able to view and edit their external name (cf. external_name column in dba_users) inside PL/SQL Developer.

create user "" identified externally as '';

Could this be added?

Thank you,

Avigael
 
Last edited:
I'd like that as well - exact same scenario as Avigael. All externally authenticated accounts currently look the same, and there's nothing to indicate a globally authenticated account (PL/SQL Dev 9.0.6). It's not hard to select * from dba_users, but would be nice to have this on the View/Edit screen.
 
Back
Top