]> eyrie.org Git - kerberos/kadmin-remctl.git/commitdiff
Added version of kadmin-backend for Heimdal
authorJon Robertson <jonrober@stanford.edu>
Thu, 10 Dec 2009 18:58:55 +0000 (10:58 -0800)
committerJon Robertson <jonrober@stanford.edu>
Thu, 7 Jan 2010 21:22:59 +0000 (13:22 -0800)
kadmin-backend-heim will use Heimdal::Kadm5 to operate on a Heimdal KDC
as kadmin-backend works on an MIT KDC.  All functions are the same, and
it is identical from a use standpoint.  The longer-term plan will merge
the two back together and let kadmin-backend choose whether to use Heimdal
or MIT based on a config file value, but that is waiting on some discovery
first.

Makefile.am

index d8183775c0b5bbb00016443738ba92fdf251b0e5..7650341f54b05d3120f8790de6c34bf53eb2d571 100644 (file)
@@ -20,7 +20,7 @@ passwd_change_LDFLAGS = $(REMCTL_LDFLAGS) $(AM_LDFLAGS)
 passwd_change_LDADD = $(REMCTL_LIBS) $(KRB5_LIBS)
 ksetpass_LDADD = $(KRB5_LIBS)
 
-dist_sbin_SCRIPTS = kadmin-backend
+dist_sbin_SCRIPTS = kadmin-backend kadmin-backend-heimdal
 
 dist_man_MANS = passwd_change.1 kadmin-backend.8 ksetpass.1