SYNOPSIS

This is the config file that contains the necesary info for the various lug tools to work.

The default config file is ~/.lugtools.


FILE FORMAT

variable=value

The config file is a bourne shell include that contains needed variables. You can do any thing in it you can do in shell, but unless you are truely certian about what you are doing, it is suggested you just follow the variable=value format.

The variables are case sensitive.


VARIABLES

BIND

This is the DN to bind to the LDAP server as.

PASSWDFILE

This is the file containing the password for the bind.

USERBASE

The base DN for users.

GROUPBASE

The base DN for groups.

UIDstart

The UID to start checking for a unused one at.

GIDstart

The GID to start checking for a unused one at.

DEFAULTshell

The defualt shell for a user unless other wise specified.

HOMEproto

The prototype for the home directory. %%USERNAME%% is replaced with the username.

SKELETONHOME

The skeleton directory for new users.

CHMODHOME

Numeric chmod arg to pass to chmod when the user directory is created.

BACKUP

Wether or not to backup the users home directory.

The accepted values are ``true'' or ``false'' and are case sensitive.

PGROUPREMOVE

Wether or not to backup the users primary group. The default is true, if not defined.

The accepted values are ``true'' or ``false'' and are case sensitive.

CREATEHOME

Create the users home directory. The default is true, if not defined.

The accepted values are ``true'' or ``false'' and are case sensitive.

USERaction

The default action to take for the -u flag for lgmod(1).

The accepted values are ``add'' or ``remove''.

The default is ``add''.


SEE ALSO

luadd(1),lurm(1),lpwo(1),lgadd(1),lgrm(1),lgmod(1)