mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 12:16:56 -06:00
993f76fe60
- Add mod_auth_kerb and cyrus-sasl-gssapi to Requires - Remove references to admin server in ipa-server-setupssl - Generate a client certificate for the XML-RPC server to connect to LDAP with - Create a keytab for Apache - Create an ldif with a test user - Provide a certmap.conf for doing SSL client authentication - Update tools to use kerberos - Add User class
14 lines
225 B
Makefile
14 lines
225 B
Makefile
SBINDIR=$(DESTDIR)/usr/sbin
|
|
|
|
all: ;
|
|
|
|
install:
|
|
install -m 755 ipa-server-install $(SBINDIR)
|
|
install -m 755 ipa-server-setupssl $(SBINDIR)
|
|
$(MAKE) -C share $@
|
|
$(MAKE) -C test $@
|
|
|
|
clean:
|
|
$(MAKE) -C share $@
|
|
rm -f *~ *.pyc
|