X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/a4e1e15362c12ca5efa9821ddad372c8a07c93c8..6ca16423b9b7ddcb37b86eac892e58e73ce7a14c:/nonlocal-group.c diff --git a/nonlocal-group.c b/nonlocal-group.c index 97ce4a6..e93a3a2 100644 --- a/nonlocal-group.c +++ b/nonlocal-group.c @@ -38,7 +38,16 @@ #include "nsswitch-internal.h" #include "nonlocal.h" +/* + * If the MAGIC_NONLOCAL_GROUPNAME local group exists, then nonlocal + * users will be automatically added to it. + */ #define MAGIC_NONLOCAL_GROUPNAME "nss-nonlocal-users" + +/* + * If the MAGIC_LOCAL_GROUPNAME local group exists, then local users + * will be automatically added to it. + */ #define MAGIC_LOCAL_GROUPNAME "nss-local-users"