diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2017-06-22 09:27:28 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2017-06-22 09:48:45 -0700 |
commit | 33801fc3071c8a161250b15c3815fc19ca20e41a (patch) | |
tree | 1935bfa423cedc9bfbb951416a1e26479978194f /map_common.c | |
parent | 061334771b143b7f47caccba8525be6e041a252f (diff) | |
download | libnss-mapuser-33801fc3071c8a161250b15c3815fc19ca20e41a.tar.gz libnss-mapuser-33801fc3071c8a161250b15c3815fc19ca20e41a.zip |
Fixed naming of nss_mapuser.5 and conf file; naming in manpages
Diffstat (limited to 'map_common.c')
-rw-r--r-- | map_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/stat.h> -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 */ |