nis-util  1.0.D108
Functions
nis-util-group/byname.cc File Reference
#include <lib/colon/group.h>
#include <lib/output/file.h>
#include <nis-util-group/byname.h>

Go to the source code of this file.

Functions

void group_by_name (const rcstring &ifn, const rcstring &ofn)
void group_by_gid (const rcstring &ifn, const rcstring &ofn)

Function Documentation

void group_by_gid ( const rcstring input,
const rcstring output 
)

The group_by_gid function is used to convert the group file into a form suitable for passing to makedbm to build a NIS map.

Definition at line 45 of file byname.cc.

void group_by_name ( const rcstring input,
const rcstring output 
)

The group_by_name function is used to convert the group file into a form suitable for passing to makedbm to build a NIS map.

Definition at line 26 of file byname.cc.