Re: [Freeipa-devel] [PATCH] Bugfixes for bind-dyndb-ldap

2010-12-20 Thread Simo Sorce
On Wed, 15 Dec 2010 12:29:01 -0500
Simo Sorce  wrote:

> On Wed, 15 Dec 2010 18:21:20 +0100
> Adam Tkac  wrote:
> 
> > Hello,
> > 
> > those four patches for bind-dyndb-ldap fix following issues:
> > 
> > 0001-Bugfix-Improve-LDAP-schema-to-be-loadable-by-OpenLDA.patch:
> > - Current schema is not loadable by OpenLDAP
> > - https://bugzilla.redhat.com/show_bug.cgi?id=622604
> > 
> > 0002-Change-bug-reporting-address-to-freeipa-devel-redhat.patch
> > - fix bug reporting address
> > 
> > 0003-Fail-and-emit-error-when-BIND9-or-OpenLDAP-devel-fil.patch
> > - ./configure should fail if bind-devel or openldap-devel is not
> >   installed
> > 
> > 0004-Bugfix-Fix-loading-of-child-zones-from-LDAP.patch
> > - child zones aren't currently loaded well
> > - https://bugzilla.redhat.com/show_bug.cgi?id=622617
> > 
> > If noone has objections I will push patches till end of the week.
> 
> ACK to all four.

These have been pushed.

Simo.


-- 
Simo Sorce * Red Hat, Inc * New York

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] Bugfixes for bind-dyndb-ldap

2010-12-15 Thread Simo Sorce
On Wed, 15 Dec 2010 18:21:20 +0100
Adam Tkac  wrote:

> Hello,
> 
> those four patches for bind-dyndb-ldap fix following issues:
> 
> 0001-Bugfix-Improve-LDAP-schema-to-be-loadable-by-OpenLDA.patch:
> - Current schema is not loadable by OpenLDAP
> - https://bugzilla.redhat.com/show_bug.cgi?id=622604
> 
> 0002-Change-bug-reporting-address-to-freeipa-devel-redhat.patch
> - fix bug reporting address
> 
> 0003-Fail-and-emit-error-when-BIND9-or-OpenLDAP-devel-fil.patch
> - ./configure should fail if bind-devel or openldap-devel is not
>   installed
> 
> 0004-Bugfix-Fix-loading-of-child-zones-from-LDAP.patch
> - child zones aren't currently loaded well
> - https://bugzilla.redhat.com/show_bug.cgi?id=622617
> 
> If noone has objections I will push patches till end of the week.

ACK to all four.

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] Bugfixes for bind-dyndb-ldap

2010-12-15 Thread Adam Tkac
Hello,

those four patches for bind-dyndb-ldap fix following issues:

0001-Bugfix-Improve-LDAP-schema-to-be-loadable-by-OpenLDA.patch:
- Current schema is not loadable by OpenLDAP
- https://bugzilla.redhat.com/show_bug.cgi?id=622604

0002-Change-bug-reporting-address-to-freeipa-devel-redhat.patch
- fix bug reporting address

0003-Fail-and-emit-error-when-BIND9-or-OpenLDAP-devel-fil.patch
- ./configure should fail if bind-devel or openldap-devel is not
  installed

0004-Bugfix-Fix-loading-of-child-zones-from-LDAP.patch
- child zones aren't currently loaded well
- https://bugzilla.redhat.com/show_bug.cgi?id=622617

If noone has objections I will push patches till end of the week.

Regards, Adam

-- 
Adam Tkac, Red Hat, Inc.
>From d7a0d0544385376fb31d9f59860dc80b3c61e244 Mon Sep 17 00:00:00 2001
From: Adam Tkac 
Date: Wed, 15 Dec 2010 14:59:16 +0100
Subject: [PATCH 1/4] [Bugfix] Improve LDAP schema to be loadable by OpenLDAP.

OpenLDAP's slapd daemon doesn't like entry's closing parenthesis on the new
line. It has to be on the end of the last line of the entry.

Signed-off-by: Adam Tkac 
---
 doc/schema |  105 
 1 files changed, 35 insertions(+), 70 deletions(-)

diff --git a/doc/schema b/doc/schema
index ef18952..a5dacb4 100644
--- a/doc/schema
+++ b/doc/schema
@@ -2,175 +2,153 @@ attributetype ( 1.3.6.1.4.1.2428.20.0.0
NAME 'dNSTTL'
DESC 'An integer denoting time to live'
EQUALITY integerMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.0.1
NAME 'dNSClass'
DESC 'The class of a resource record'
EQUALITY caseIgnoreIA5Match
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.12
NAME 'pTRRecord'
DESC 'domain name pointer, RFC 1035'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.13
NAME 'hInfoRecord'
DESC 'host information, RFC 1035'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.14
NAME 'mInfoRecord'
DESC 'mailbox or mail list information, RFC 1035'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.16
NAME 'tXTRecord'
DESC 'text string, RFC 1035'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.18
NAME 'aFSDBRecord'
DESC 'for AFS Data Base location, RFC 1183'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.24
NAME 'SigRecord'
DESC 'Signature, RFC 2535'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.25
NAME 'KeyRecord'
DESC 'Key, RFC 2535'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.28
NAME 'aAAARecord'
DESC 'IPv6 address, RFC 1886'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.29
NAME 'LocRecord'
DESC 'Location, RFC 1876'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.30
NAME 'nXTRecord'
DESC 'non-existant, RFC 2535'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype ( 1.3.6.1.4.1.2428.20.1.33
NAME 'sRVRecord'
DESC 'service location, RFC 2782'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
-   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-)
+   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
 attributetype (