Does anyone know of a module that replicates the groupadd/addgroup command in unix? Right now, I am creating the group manually, by reading in /etc/group, finding the highest gid, adding one to it and then appending the new info in the correct format to the end of the file. I now have a system that uses gshadow. Turning off a shadowed groupfile isnt too difficult, but if there was a module out there that dealt with groups, so much the better.