Add support for systems with no innetgr(). On those systems, username

with an @ will be treated like any other username (i.e. lookup in the
local database for an user with an @). Thanks to Mike Frysinger for the
patch.
This commit is contained in:
nekral-guest
2007-11-16 11:32:42 +00:00
parent 690f7aee2e
commit e0edb7db17
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
2007-11-16 Nicolas François <nicolas.francois@centraliens.net>
* configure.in: Check if the netdb.h header file and the innetgr
function exist.
* src/login_nopam.c, NEWS: Add support for systems with no
innetgr(). On those systems, username with an @ will be treated
like any other username (i.e. lookup in the local database for an
user with an @). Thanks to Mike Frysinger for the patch.
2007-11-16 Nicolas François <nicolas.francois@centraliens.net>
* src/useradd.c: Indentation fix.