]> andersk Git - nss_nonlocal.git/blobdiff - nonlocal-group.c
Document nss-nonlocal-users and nss-local-users
[nss_nonlocal.git] / nonlocal-group.c
index 97ce4a66f62324fd64884f3630613aab6a923e75..e93a3a25de8225cc584b4dbf9364f5a93e4b28cd 100644 (file)
 #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"
 
 
This page took 0.055913 seconds and 4 git commands to generate.