From: Jamie C. <jca...@we...> - 2001-11-16 00:53:22
|
Terry Davis <td...@bi...> wrote .. > Hello! > > When I create a new user, there is a new group field that I want an > environment variable for. I know there are these: > $ENV{ 'USERADMIN_GROUP' } > $ENV{ 'USERADMIN_SECONDARY' } > $ENV{ 'USERADMIN_GID' } > > But none of those seem to contain anything when I create a new user. > > I am using version 0.88 on Redhat 7.1. > Any ideas? Assuming you are writing a perl script that is set in the module config to be run after changes are made, $ENV{'USERADMIN_GID'} should contain the gid of the new users primary group. Are you seeing anything in any of the environment variables? - Jamie |