Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mara dns #169

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

CratlePeter
Copy link

  • [* ] I have updated the release notes at docs/source/NEWS.rst
  • [ ] I have updated the automated tests.
  • [*] All tests pass on your local dev environment. See CONTRIBUTING.rst.

I've updated the ldaptor-ldap2maradns application. It now correctly writes v2 DNS zone files and handles more DNS record types.

That change required an update to the ldaptor.schema and the global.cfg file. The ldaptor.schema file now contains record types from other schema that are used (mostly by BIND) to store DNS records in LDAP.

@codecov
Copy link

codecov bot commented Apr 3, 2020

Codecov Report

Merging #169 into master will increase coverage by 0.10%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
+ Coverage   93.35%   93.45%   +0.10%     
==========================================
  Files          72       72              
  Lines        9914     9904      -10     
  Branches      972      972              
==========================================
+ Hits         9255     9256       +1     
+ Misses        537      530       -7     
+ Partials      122      118       -4     
Impacted Files Coverage Δ
ldaptor/config.py 73.14% <33.33%> (-1.14%) ⬇️
ldaptor/protocols/ldap/merger.py 86.44% <0.00%> (ø)
ldaptor/protocols/ldap/svcbindproxy.py 75.32% <0.00%> (ø)
ldaptor/test/test_pureldap.py 100.00% <0.00%> (+0.25%) ⬆️
ldaptor/entry.py 94.66% <0.00%> (+0.45%) ⬆️
ldaptor/protocols/ldap/ldapserver.py 80.98% <0.00%> (+0.52%) ⬆️
ldaptor/protocols/ldap/proxybase.py 60.27% <0.00%> (+1.21%) ⬆️
ldaptor/ldiftree.py 88.92% <0.00%> (+1.86%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0bdfda...f07e5bf. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant