mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
- 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
9 lines
122 B
Makefile
9 lines
122 B
Makefile
SHAREDIR = $(DESTDIR)/usr/share/ipa
|
|
|
|
install:
|
|
-mkdir -p $(SHAREDIR)
|
|
install -m 644 *.ldif $(SHAREDIR)
|
|
|
|
clean:
|
|
rm -f *~
|