[Pkg-freeipa-devel] Bug#899379: bind9-dyndb-ldap: schema with errors
paulo bruck
paulobruck1 at gmail.com
Wed May 23 15:20:03 BST 2018
Package: bind9-dyndb-ldap
Version: 10.1-1
Severity: important
Tags: patch
Dear Maintainer,
* What led up to the situation?
Schema has errors.
* What exactly did you do (or not do) that was effective (or
ineffective)?
apply patch
1) comment line 35
2) change objectclasses: by objectclass
3) comment out objectclass idnsTemplateObject becasuse attribute
idnsTemplateAttribute does not exist
* What was the outcome of this action?
* What outcome did you expect instead?
-- System Information:
Debian Release: 9.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-6-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8),
LANGUAGE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages bind9-dyndb-ldap depends on:
ii bind9 1:9.10.3.dfsg.P4-12.3+deb9u4
ii libc6 2.24-11+deb9u3
ii libdns162 1:9.10.3.dfsg.P4-12.3+deb9u4
ii libisc160 1:9.10.3.dfsg.P4-12.3+deb9u4
ii libkrb5-3 1.15-1+deb9u1
ii libldap-2.4-2 2.4.44+dfsg-5+deb9u1
ii libuuid1 2.29.2-1+deb9u1
bind9-dyndb-ldap recommends no packages.
bind9-dyndb-ldap suggests no packages.
-- no debconf information
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20180523/97ac7d5c/attachment.html>
-------------- next part --------------
35c35
< #dn: cn=schema
---
> dn: cn=schema
39c39
< # s/^objectClass/olcObjectClasses:/
---
> # s/^objectClasses:/olcObjectClasses:/
374c374
< objectClass ( 2.16.840.1.113730.3.8.6.0
---
> objectClasses: ( 2.16.840.1.113730.3.8.6.0
388c388
< objectClass ( 2.16.840.1.113730.3.8.6.1
---
> objectClasses: ( 2.16.840.1.113730.3.8.6.1
402c402
< objectClass ( 2.16.840.1.113730.3.8.6.2
---
> objectClasses: ( 2.16.840.1.113730.3.8.6.2
408c408
< objectClass ( 2.16.840.1.113730.3.8.6.3
---
> objectClasses: ( 2.16.840.1.113730.3.8.6.3
416c416
< objectClass ( 2.16.840.1.113730.3.8.6.6
---
> objectClasses: ( 2.16.840.1.113730.3.8.6.6
426,431c426,431
< #objectClass ( 2.16.840.1.113730.3.8.6.5
< # NAME 'idnsTemplateObject'
< # DESC 'Template object for dynamic DNS attribute generation'
< # SUP top
< # AUXILIARY
< # MUST ( idnsTemplateAttribute ) )
---
> objectClasses: ( 2.16.840.1.113730.3.8.6.5
> NAME 'idnsTemplateObject'
> DESC 'Template object for dynamic DNS attribute generation'
> SUP top
> AUXILIARY
> MUST ( idnsTemplateAttribute ) )
More information about the Pkg-freeipa-devel
mailing list