This is the config file that contains the necesary info for the various lug tools to work.
The default config file is ~/.lugtools.
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.
This is the DN to bind to the LDAP server as.
This is the file containing the password for the bind.
The base DN for users.
The base DN for groups.
The UID to start checking for a unused one at.
The GID to start checking for a unused one at.
The defualt shell for a user unless other wise specified.
The prototype for the home directory. %%USERNAME%% is replaced with the username.
The skeleton directory for new users.
Numeric chmod arg to pass to chmod when the user directory is created.
Wether or not to backup the users home directory.
The accepted values are ``true'' or ``false'' and are case sensitive.
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.
Create the users home directory. The default is true, if not defined.
The accepted values are ``true'' or ``false'' and are case sensitive.
The default action to take for the -u flag for lgmod(1).
The accepted values are ``add'' or ``remove''.
The default is ``add''.
luadd(1),lurm(1),lpwo(1),lgadd(1),lgrm(1),lgmod(1)