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 /README | |
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 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ it is not possible to determine if a username is valid without authenticating at the same time. The mapping is done to a single account specified in the configuration -file /etc/mapuser_nss.conf. +file /etc/nss_mapuser.conf. The returned passwd field is always filled in as 'x', so that authentication of the base account is not possible through PAM. Only the mapped accounts @@ -40,7 +40,7 @@ This package will create the radius_user account with adduser if it does not already exist, and that is the default mapping in the configuration, and will add the group radius_users with the addgroup command. -The mapping can be changed in the configuration file /etc/mapuser_nss.conf. +The mapping can be changed in the configuration file /etc/nss_mapuser.conf. In that case, the account must already exist, or should be created with a command similar to: adduser --quiet --firstuid 1000 --disabled-login --ingroup GROUP \ |