Subject | Re: [IBO] Get User Details |
---|---|
Author | Helen Borrie |
Post date | 2004-11-10T09:07:47Z |
At 10:39 AM 10/11/2004 +0200, you wrote:
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
>HiA database client connection can't get server-level security
>
>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.
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