diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-09-10 15:56:11 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-09-12 20:07:41 -0400 |
commit | 1eec34393b8a7ccd420a7fa540462f5d8779977c (patch) | |
tree | 8c643a1b62e0a36558fcbd8a01d8ad56853126a4 /ipa-server/configure.ac | |
parent | ec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09 (diff) | |
download | freeipa.git-1eec34393b8a7ccd420a7fa540462f5d8779977c.tar.gz freeipa.git-1eec34393b8a7ccd420a7fa540462f5d8779977c.tar.xz freeipa.git-1eec34393b8a7ccd420a7fa540462f5d8779977c.zip |
Update files for the schema compatibility plugin and RFC4876 profiles
Also handle syntax errors a bit more gracefully and allow the updater to
work on more than one file at a time.
Adjust to new config.py and use a custom exception class for syntax errors.
Also fix a error in parsing the separate files
Include slapi-nis in Requires
Includes work provided by Martin Nagy
460055
Diffstat (limited to 'ipa-server/configure.ac')
-rw-r--r-- | ipa-server/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-server/configure.ac b/ipa-server/configure.ac index 7260559c..82ef5dcc 100644 --- a/ipa-server/configure.ac +++ b/ipa-server/configure.ac @@ -247,6 +247,7 @@ AC_CONFIG_FILES([ ipa-gui/ipa_gui.egg-info/Makefile ipa-install/Makefile ipa-install/share/Makefile + ipa-install/updates/Makefile ipa-kpasswd/Makefile ipaserver/Makefile ipa-slapi-plugins/Makefile |