diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-08-28 08:46:54 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-08-28 08:46:54 -0400 |
commit | aafdb755a3dd0e7b18cf5ccf250e4da7e4743b44 (patch) | |
tree | 496857067bc3b03d7952dd973ccd842b63409171 /install/share | |
parent | 38ae093c7bc1f90c4fe5edf4540efba57e86d8a3 (diff) | |
download | freeipa-aafdb755a3dd0e7b18cf5ccf250e4da7e4743b44.tar.gz freeipa-aafdb755a3dd0e7b18cf5ccf250e4da7e4743b44.tar.xz freeipa-aafdb755a3dd0e7b18cf5ccf250e4da7e4743b44.zip |
Install the ldapi ldif file
Diffstat (limited to 'install/share')
-rw-r--r-- | install/share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 435acf1af..4d2c28e0a 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -37,6 +37,7 @@ app_DATA = \ nis.uldif \ unique-attributes.ldif \ schema_compat.uldif \ + ldapi.ldif \ $(NULL) EXTRA_DIST = \ |