From 88960f1597eb4516186bebd1aa624806c55895c1 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 12 Sep 2008 18:40:26 -0400 Subject: Sort updates by DN length and by default process all files in the updates dir. The updates directory is currently hardcoded to /usr/share/ipa/updates. All of the files are read into memory and then sorted by the length of the DN. This is so we can be sure that parent entries are added before children. Also add a man page. --- ipa-server/ipa-server.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ipa-server/ipa-server.spec.in') diff --git a/ipa-server/ipa-server.spec.in b/ipa-server/ipa-server.spec.in index ecb27eae9..35bba9be6 100644 --- a/ipa-server/ipa-server.spec.in +++ b/ipa-server/ipa-server.spec.in @@ -174,6 +174,7 @@ fi %{_mandir}/man1/ipa-replica-prepare.1.gz %{_mandir}/man1/ipa-server-certinstall.1.gz %{_mandir}/man1/ipa-server-install.1.gz +%{_mandir}/man1/ipa-ldap-updater.1.gz %changelog * Tue Sep 9 2008 Rob Crittenden - 1.0.0-5 -- cgit