X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/f690366765c39b7177ef677cce8f6f62744e604b..775f7dc3865d6ddfa74d88e77c132f78e0667ac9:/README diff --git a/README b/README index c0b0eee..6dc464b 100644 --- a/README +++ b/README @@ -8,3 +8,32 @@ passwd: compat nonlocal passwd_nonlocal: hesiod group: compat nonlocal group_nonlocal: hesiod + +The module also assigns special properties to two local groups, if +they exist: + +• If the local group ‘nss-nonlocal-users’ exists, then nonlocal users + will be automatically added to it. Furthermore, if a local user is + added to this group, then that user will inherit any nonlocal gids + from a nonlocal user of the same name, as supplementary gids. + +• If the local group ‘nss-local-users’ exists, then local users will + be automatically added to it. + +Copyright © 2007–2010 Anders Kaseorg and Tim Abbott + + +nss_nonlocal is free software; you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as +published by the Free Software Foundation; either version 2.1 of the +License, or (at your option) any later version. + +nss_nonlocal is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with nss_nonlocal; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA