summaryrefslogtreecommitdiff
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-03-07 00:33:10 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-03-07 09:08:15 -0500
commit1beae32fc6232ceab2d426e189fa6a3f91a721fa (patch)
tree463474567d2fde25f62ede51d5f42d4725b098e2 /server/Makefile.in
parentecb8965f030eeb0cadf18394bccf8e760831e400 (diff)
downloadsssd-1beae32fc6232ceab2d426e189fa6a3f91a721fa.tar.gz
sssd-1beae32fc6232ceab2d426e189fa6a3f91a721fa.tar.bz2
sssd-1beae32fc6232ceab2d426e189fa6a3f91a721fa.zip
sss_groupdel, delete by DN in sss_userdel
Don't convert username->uid in userdel, use DN
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index f450af1b..b71d4ccd 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -118,7 +118,7 @@ endif
ifneq (x$(HAVE_POLICYKIT), x)
LIBEXECBINS += sbin/sssd_pk
endif
-TOOLSBINS = sbin/sss_useradd sbin/sss_userdel sbin/sss_groupadd
+TOOLSBINS = sbin/sss_useradd sbin/sss_userdel sbin/sss_groupadd sbin/sss_groupdel
BINS = sbin/sssd $(LIBEXECBINS) $(TOOLSBINS)
ifneq (x$(HAVE_TESTS), x)