| Short description: NSCD must use nscd user. |
| Author(s): Fedora glibc team <glibc@lists.fedoraproject.org> |
| Origin: PATCH |
| Upstream status: not-needed |
| |
| Fedora-specific configuration adjustment to introduce the nscd user. |
| (Upstream does not assume this user exists.) |
| |
| diff -Nrup a/nscd/nscd.conf b/nscd/nscd.conf |
| |
| |
| @@ -33,7 +33,7 @@ |
| # logfile /var/log/nscd.log |
| # threads 4 |
| # max-threads 32 |
| -# server-user nobody |
| + server-user nscd |
| # stat-user somebody |
| debug-level 0 |
| # reload-count 5 |