nis-util  1.0.D108
Functions
nis-util-group/byname.h File Reference
#include <lib/rcstring.h>

Go to the source code of this file.

Functions

void group_by_name (const rcstring &input, const rcstring &output)
void group_by_gid (const rcstring &input, const rcstring &output)

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.