aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix/support.h
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-04-12 16:25:46 +0000
committerTomas Mraz <tm@t8m.info>2005-04-12 16:25:46 +0000
commit9c459446c2424d46622e95e4d54280fee0ef9607 (patch)
tree6b2bb4f59aa29588373811ab2d455888d512de24 /modules/pam_unix/support.h
parente1f17d96a0a058d5bb777cc05975ae39f9461174 (diff)
downloadpam-9c459446c2424d46622e95e4d54280fee0ef9607.tar.gz
pam-9c459446c2424d46622e95e4d54280fee0ef9607.tar.bz2
pam-9c459446c2424d46622e95e4d54280fee0ef9607.zip
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- pam_unix: nis option shouldn't clear the shadow option
Diffstat (limited to 'modules/pam_unix/support.h')
-rw-r--r--modules/pam_unix/support.h2
1 files changed, 1 insertions, 1 deletions
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},