summaryrefslogtreecommitdiff
path: root/debian/libnss-mapuser.prerm
AgeCommit message (Collapse)Author
2018-05-17Create users from vyatta-cfg-system package and update nnswitch in configUnicronNL
2018-04-10cleanup group mapname in nsswitch on remove; add priv user to sudo groupDave Olson
Needed to add sed code to remove mapname from nsswitch.conf group search line, similar to passwd line. Somehow forgot that when I added the code to add it in postinst I also somehow forgot to checkin the adduser line to add the radius_priv_user to the sudo group, so fixed that too.
2017-06-23Fixed remove to clean up plugin entries in nsswitch.confDave Olson
Ticket: CM-16909 Reviewed By: nobody Testing Done: installed, upgraded, removed We weren't removing the mapuser plugins in nsswitch.conf on package remove, now we do. Also cleaned up a bit and use \s instead of [ \t] for whitespace.
2017-06-15Initial version of libnss-mapuser packageDave Olson
See README for details