From 9c459446c2424d46622e95e4d54280fee0ef9607 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 12 Apr 2005 16:25:46 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- pam_unix: nis option shouldn't clear the shadow option --- modules/pam_unix/support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_unix/support.h') diff --git a/modules/pam_unix/support.h b/modules/pam_unix/support.h index b2aa4b40..956ef59e 100644 --- a/modules/pam_unix/support.h +++ b/modules/pam_unix/support.h @@ -110,7 +110,7 @@ static const UNIX_Ctrls unix_args[UNIX_CTRLS_] = /* UNIX__NULLOK */ {"nullok", _ALL_ON_^(01000), 0}, /* UNIX_DEBUG */ {"debug", _ALL_ON_, 040000}, /* UNIX_NODELAY */ {"nodelay", _ALL_ON_, 0100000}, -/* UNIX_NIS */ {"nis", _ALL_ON_^(010000), 0200000}, +/* UNIX_NIS */ {"nis", _ALL_ON_, 0200000}, /* UNIX_BIGCRYPT */ {"bigcrypt", _ALL_ON_^(020000), 0400000}, /* UNIX_LIKE_AUTH */ {"likeauth", _ALL_ON_, 01000000}, /* UNIX_REMEMBER_PASSWD */ {"remember=", _ALL_ON_, 02000000}, -- cgit v1.2.3