diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-11-09 18:38:09 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-18 17:35:10 -0500 |
commit | 15dc6329c159e3f03e25cc18a49681e0f4be9c51 (patch) | |
tree | 713d3ea741aecb386413ad151b07de7f801b412a /server/responder/nss/nsssrv.h | |
parent | 8f1d08367255e5be9db8718da5d4ee9444911b57 (diff) | |
download | sssd-15dc6329c159e3f03e25cc18a49681e0f4be9c51.tar.gz sssd-15dc6329c159e3f03e25cc18a49681e0f4be9c51.tar.xz sssd-15dc6329c159e3f03e25cc18a49681e0f4be9c51.zip |
Make the password field configurable in NSS
Per the discussion on sssd-devel list, nss_sss should not return a
hardcoded value but this should rather be configurable to allow whatever
the OS or distribution thinks is the best for the particular case.
Fixes: #266
Diffstat (limited to 'server/responder/nss/nsssrv.h')
-rw-r--r-- | server/responder/nss/nsssrv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/responder/nss/nsssrv.h b/server/responder/nss/nsssrv.h index 464481d..a6c6618 100644 --- a/server/responder/nss/nsssrv.h +++ b/server/responder/nss/nsssrv.h @@ -57,6 +57,8 @@ struct nss_ctx { struct getent_ctx *gctx; bool filter_users_in_groups; + + char *pwfield; }; struct nss_packet; |