Subject Re: [IBO] Get User Details
Author Helen Borrie
At 10:39 AM 10/11/2004 +0200, you wrote:


>Hi
>
>Is there a function to retrieve the user details ie First Name, Surname etc.
>
>There is TIB_Connection.AlterUser(Action: TIB_AlterUserAction; AUserName,
>AUserPass, AGroupName, AFirstName, AMiddleName, ALastName: string) but this
>is only suitable for adding modifying or deleting the user details.
>
>I am hoping that IBO will do this without me having to open security.fdb.

A database client connection can't get server-level security
information. You can access the server-level stuff via the Services
API. Use the TIBOSecurityService component of Lorenzo Mengoni's IBOAdmin
components. It has properties for each of the fields in the Users
table. Don't forget that only SYSDBA has this access.

Helen