]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nss-systemd/nss-systemd.c
userdb: when doing client-side NSS look-ups optionally avoid shadow look-ups
[thirdparty/systemd.git] / src / nss-systemd / nss-systemd.c
index 581b7959bd06a27c94288a49c03b2f5dedd3e243..058119742f85db9804818c8e490a5df9b857c9f0 100644 (file)
@@ -482,7 +482,7 @@ enum nss_status _nss_systemd_getgrent_r(
                                 }
                         }
 
-                        r = nss_group_record_by_name(group_name, &gr);
+                        r = nss_group_record_by_name(group_name, false, &gr);
                         if (r == -ESRCH)
                                 continue;
                         if (r < 0) {