#43 Hold bind and plugin global settings in LDAP
Closed: Fixed Opened by jkuncar.

1) Introduce a new objectClass "idnsConfigObject" which would hold all
bind-dyndb-ldap global settings attributes. I would add the following
attributes:[[BR]]

  • idnsAllowSyncPTR: global settings with semantics of sync_ptr in

named.conf.

  • dnsForwardPolicy[[BR]]
  • idnsForwarders[[BR]]
  • idnsZoneRefresh (zone_refresh argument in named.conf)[[BR]]
  • idnsPersistentSearch (psearch argument in named.conf)[[BR]]

2) Create a config object in FreeIPA. Settings should stay in the root node of the DNS data for simplicity:

# dns, example.com
dn: cn=dns,dc=example,dc=com
*** objectClass: idnsConfigObject ***
objectClass: nsContainer
objectClass: top
cn: dns

Fixed by:

https://fedorahosted.org/bind-dyndb-ldap/changeset/8856c072c9373ede7662c90e0e0bc85d68188854/

https://fedorahosted.org/bind-dyndb-ldap/changeset/08b311d5baf992f415cba46783325c2564e9be4a/

Support for idnsPersistentSearch deferred.

Metadata Update from @pspacek:
- Issue assigned to pspacek
- Issue set to the milestone: 0.1.1ipa

Log in to comment on this ticket.

Metadata