NAME

gbatch_getbtu - read a user profile


SYNOPSIS

#include <gbatch.h>

int gbatch_getbtu(const int fd, char *username, char *groupname, apiBtuser *ustr)


DESCRIPTION

The function gbatch_getbtu is used to read the user profile of a specific user. Only a user with read admin file privilege will be able to read the profiles of other users.

fd is a file descriptor which was previously returned by a successful call to gbatch_open(3).

username is the name of a valid user on the server.

groupname will be assigned with the default group name on the server.

ustr is a pointer to a structure which will on successful return, contain the profile of the specific user.


RETURN VALUES

The function returns 0 if successful, otherwise an error code as defined in the include file \fBgbatch.h\fR.


SEE ALSO

gbatch_getbtd(3), gbatch_open(3), gbatch_putbtd(3), gbatch_putbtu(3).


COPYRIGHT

Copyright (c) 2009 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.


AUTHOR

John M Collins, Xi Software Ltd.