gpo: Supress error caused by ldap Cert Auto Enroll config
authorDavid Mulder <dmulder@suse.com>
Fri, 6 May 2022 15:41:19 +0000 (09:41 -0600)
committerJeremy Allison <jra@samba.org>
Thu, 12 May 2022 17:54:32 +0000 (17:54 +0000)
commit144878ce45cad445f04ff180d647317b67c0a2e6
tree1d44e61c811d2e522d3f25f651f3af64ae3baf33
parentc4e576052fa9bc57d288bed69abb599e1f9bb27b
gpo: Supress error caused by ldap Cert Auto Enroll config

When the CA url specified on the SYSVOL is 'LDAP:'
this means that configuration should be fetched
from LDAP. This corrects an error message that
was being reported when the URL appeared improper
but really is not. This does not change the
code behavior (it was still working), but
removes the invalid error.

Signed-off-by: David Mulder <dmulder@suse.com>
Revewed-by: Andreas Schneider <asn@samba.org>
python/samba/gp_cert_auto_enroll_ext.py