From 33801fc3071c8a161250b15c3815fc19ca20e41a Mon Sep 17 00:00:00 2001 From: Dave Olson Date: Thu, 22 Jun 2017 09:27:28 -0700 Subject: Fixed naming of nss_mapuser.5 and conf file; naming in manpages --- map_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'map_common.c') diff --git a/map_common.c b/map_common.c index c274853..1c3bfa9 100644 --- a/map_common.c +++ b/map_common.c @@ -27,7 +27,7 @@ #include "map_common.h" #include -static const char config_file[] = "/etc/mapuser_nss.conf"; +static const char config_file[] = "/etc/nss_mapuser.conf"; #define DEF_MIN_UID 1001 /* fail lookups on uid's below this value */ -- cgit v1.2.3