Attention is currently required from: Frank Filz.
Hello Frank Filz,
I'd like you to do a code review.
Please visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1214088?usp=email
to review the following change.
Change subject: NFS-Ganesha: Add support for a direct SSSD usage for idmapping
......................................................................
NFS-Ganesha: Add support for a direct SSSD usage for idmapping
This CL adds support for direct SSSD idmapping
functionality. By implementing wrappers for the
relevant functions that are exposed via
libsss_nss_idmap.so.0.
The SSSD idmap implementation is selected if the
relevant module is available and the
enum PWNAM_IMPLEMENTATION__SSSD is passed to
pwnam_wrappers__set_implementation.
This implementation allows a Ganesha to perform
direct idmapping from a SSSD server.
The implementation is built by dynamically loading
the relevant library, the implementation of the
functions is also dynamic, which make this implementation
work only on systems that have the sssd library installed.
Change-Id: I29da8a4e2301322e139cc5b4f8bca4d5715478ae
Signed-off-by: Lior Suliman <liorsu(a)gmail.com>
---
M src/idmapper/pwnam_wrappers.c
1 file changed, 41 insertions(+), 5 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/88/1214088/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1214088?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I29da8a4e2301322e139cc5b4f8bca4d5715478ae
Gerrit-Change-Number: 1214088
Gerrit-PatchSet: 1
Gerrit-Owner: Lior Suliman <liorsu(a)google.com>
Gerrit-Reviewer: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-Attention: Frank Filz <ffilzlnx(a)mindspring.com>