.\" @(#)$RCSfile: lfc_modifygrpmap.man,v $ $Revision: 3722 $ $Date: 2010-08-04 09:58:47 +0200 (Wed, 04 Aug 2010) $ CERN IT-GD/SC Jean-Philippe Baud .\" Copyright (C) 2005-2010 by CERN/IT/GD/SC .\" All rights reserved .\" .TH LFC_MODIFYGRPMAP 3 "$Date: 2010-08-04 09:58:47 +0200 (Wed, 04 Aug 2010) $" LFC "LFC Library Functions" .SH NAME lfc_modifygrpmap \- modify group entry corresponding to a given virtual gid .SH SYNOPSIS .B #include .br \fB#include "lfc_api.h"\fR .sp .BI "int lfc_modifygrpmap (gid_t " gid , .BI "char *" newname , .BI "int " status) .SH DESCRIPTION .B lfc_modifygrpmap modifies the group entry corresponding to a given virtual gid. .TP .I gid specifies the Virtual Group Id. .TP .I newname specifies the new group name. It must be at most 255 characters long. .TP .I status status can be set to 0 or a combination of ARGUS_BAN and LOCAL_BAN. .LP This function requires ADMIN privilege. .SH RETURN VALUE This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, .B serrno is set appropriately. .SH ERRORS .TP 1.3i .B EACCES The caller does not have ADMIN privilege. .TP .B EFAULT .I newname is a NULL pointer. .TP .B EEXIST This group exists already. .TP .B EINVAL This gid does not exist in the internal mapping table or the length of .I newname exceeds 255. .TP .B SENOSHOST Host unknown. .TP .B SENOSSERV Service unknown. .TP .B SECOMERR Communication error. .TP .B ENSNACT Name server is not running or is being shutdown.