summaryrefslogtreecommitdiff
path: root/nss_mapuid.c
AgeCommit message (Collapse)Author
2018-04-10Cleanup whitespace by running 'indent -linux' on all the filesDave Olson
There were no code changes, just the indent whitespace and formatting changes.
2017-08-07Do not use mapuser functionality with useradd,userdel,usermodDave Olson
Ticket: CM-17450 Reviewed By: olson Testing Done: ran programs with change The useradd family will not work correctly with the mapuser/mapuid functionality, and useradd provides no method to force creating a user that already exists. So check which program invoked us, using __progname (getprogname() could also be used for non-glibc use), and return NOTFOUND immediately in that case. This is a major hack, but it's simple, and avoids a significant issue. Unfortunately, the RADIUS protocol gives us no way to determine that an account name is valid without also authenticating, and libnss plugins do not have the ability to authenticate.
2017-06-21Random small fixes with everything now workingDave Olson
Fixed trailing whitespace Also fixed man page formatting issue Added misc to debian/control changelog modified to cumulus cl3u1
2017-06-15Initial version of libnss-mapuser packageDave Olson
See README for details