diff options
author | Justin Mitchell <jumitche@redhat.com> | 2017-10-26 08:46:43 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2017-10-26 08:50:08 -0400 |
commit | f821eb7f9624f047a12fbf5c9dce23994eeb50e8 (patch) | |
tree | dc7cf0bc359fb6c7b599aa86a33d6f9a17024a81 /support/nfsidmap/umich_ldap.c | |
parent | 1ea6d9231f839b968adb44eaf98b363f436cb1d5 (diff) | |
download | nfs-utils-f821eb7f9624f047a12fbf5c9dce23994eeb50e8.tar.gz nfs-utils-f821eb7f9624f047a12fbf5c9dce23994eeb50e8.tar.xz nfs-utils-f821eb7f9624f047a12fbf5c9dce23994eeb50e8.zip |
nfs-utils: integrate libnfsidmap code with rest of nfs-utils
Modify libnfsidmap to use the now shared conffile code,
adjust the build structure to generate everything correctly,
and modify the other utils to use the merged version of libnfsidmap
instead of testing for an external dependancy.
Signed-off-by: Justin Mitchell <jumitche@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/nfsidmap/umich_ldap.c')
-rw-r--r-- | support/nfsidmap/umich_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/nfsidmap/umich_ldap.c b/support/nfsidmap/umich_ldap.c index 886fa0c..664f282 100644 --- a/support/nfsidmap/umich_ldap.c +++ b/support/nfsidmap/umich_ldap.c @@ -48,7 +48,7 @@ #include <ldap.h> #include "nfsidmap.h" #include "nfsidmap_internal.h" -#include "cfg.h" +#include "conffile.h" /* attribute/objectclass default mappings */ #define DEFAULT_UMICH_OBJCLASS_REMOTE_PERSON "NFSv4RemotePerson" |