diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-10-09 17:07:03 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-10-12 09:37:38 -0400 |
commit | 342337a89330c4253b350cc06124aaa6747c5122 (patch) | |
tree | dfb8be8b83b4f06183e6e9bd20675764d32f28e7 /daemons/ipa-slapi-plugins | |
parent | 416c2a894f6563284ac146745390f98763487f0a (diff) | |
download | freeipa-342337a89330c4253b350cc06124aaa6747c5122.tar.gz freeipa-342337a89330c4253b350cc06124aaa6747c5122.tar.xz freeipa-342337a89330c4253b350cc06124aaa6747c5122.zip |
No longer use the IPA-specific memberof plugin. Use the DS-supplied one.
Diffstat (limited to 'daemons/ipa-slapi-plugins')
-rw-r--r-- | daemons/ipa-slapi-plugins/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemons/ipa-slapi-plugins/Makefile.am b/daemons/ipa-slapi-plugins/Makefile.am index ac2d26879..f5c237439 100644 --- a/daemons/ipa-slapi-plugins/Makefile.am +++ b/daemons/ipa-slapi-plugins/Makefile.am @@ -3,7 +3,6 @@ NULL = SUBDIRS = \ ipa-enrollment \ ipa-pwd-extop \ - ipa-memberof \ ipa-winsync \ $(NULL) |