#43 Hold bind and plugin global settings in LDAP
Closed: Fixed None Opened 12 years ago 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

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

7 years ago

Login to comment on this ticket.

Metadata