show_user
The show_user operator shows the current username. Available only in the Enterprise Edition.
SciDB security mode must be correctly configured before this or any security operator can be used. See the Security section of the SciDB Administration Guide.
Synopsis
show_user();
Summary
The show_user() operator shows the current user.Â
Example
User betty uses iquery to log in to SciDB with a pre-created authentication file.
$ iquery --auth-file /tmp/betty.auth -a AFL% AFL% show_user(); {i} name {0} 'betty' AFL% AFL% quit; $
Â
Â
Â