freeipa/ipaplatform/base
Christian Heimes 72fb4e60c8 Add user and group wrappers
New classes for user and group names provide a convenient way to access
the uid and primary gid of a user / gid of a group. The classes also
provide chown() and chgrp() methods to simplify common operations.

The wrappers are subclasses of builtin str type and behave like ordinary
strings with additional features. The pwd and grp structs are retrieved
once and then cached.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
2020-09-22 09:23:18 -04:00
..
__init__.py ipaplatform: Create separate module for platform files 2014-06-16 19:48:17 +02:00
constants.py Add user and group wrappers 2020-09-22 09:23:18 -04:00
paths.py named: Include crypto policy in openssl config 2020-08-31 09:42:31 +03:00
services.py Add conditional restart (try-restart) capability to services 2019-11-07 13:00:15 -05:00
tasks.py Don't configure authselect in containers 2020-08-06 14:20:54 +02:00