1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

kcc_utils: Use lower name in automatic sites covered

This allows easier testing, as well as some consistency in the DNS
record creation.

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Garming Sam 2018-03-14 16:52:58 +13:00 committed by Douglas Bagnall
parent f342d7e025
commit ecf503ce76

View File

@ -2361,6 +2361,6 @@ def uncovered_sites_to_cover(samdb, site_name):
if to_cover:
site_cover_rdn = site.dn.get_rdn_value()
sites_to_cover.append(site_cover_rdn)
sites_to_cover.append(site_cover_rdn.lower())
return sites_to_cover