diff options
author | Petr Spacek <pspacek@redhat.com> | 2013-03-08 18:54:58 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-03-22 14:31:22 +0100 |
commit | 952a7ac9f55e09eeaa7a24400957aac684a616fb (patch) | |
tree | 3641375ac8daf2b7fd06cee459e031a1d8d911e0 /daemons/ipa-slapi-plugins/Makefile.am | |
parent | 797baef1a433d14694fcb234c24828c1ad4019dc (diff) | |
download | freeipa-952a7ac9f55e09eeaa7a24400957aac684a616fb.tar.gz freeipa-952a7ac9f55e09eeaa7a24400957aac684a616fb.tar.xz freeipa-952a7ac9f55e09eeaa7a24400957aac684a616fb.zip |
Add 389 DS plugin for special idnsSOASerial attribute handling
Default value "1" is added to replicated idnsZone objects
if idnsSOASerial attribute is missing.
https://fedorahosted.org/freeipa/ticket/3347
Signed-off-by: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'daemons/ipa-slapi-plugins/Makefile.am')
-rw-r--r-- | daemons/ipa-slapi-plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/Makefile.am b/daemons/ipa-slapi-plugins/Makefile.am index c79e68db1..08c7558c8 100644 --- a/daemons/ipa-slapi-plugins/Makefile.am +++ b/daemons/ipa-slapi-plugins/Makefile.am @@ -2,6 +2,7 @@ NULL = SUBDIRS = \ ipa-cldap \ + ipa-dns \ ipa-enrollment \ ipa-lockout \ ipa-modrdn \ |