Skip to content

Commit

Permalink
fix(jans-linux-setup): update jansservices module post setup (#10715)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <[email protected]>
  • Loading branch information
devrimyatar authored Jan 22, 2025
1 parent 3b2540e commit cfa301f
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,9 @@ def update_jansservicemodule(self):
self.logIt("Updating jansServiceModule for Config Api")

# find configuration dn
ldif_parser = myLdifParser(self.config_ldif_fn)
ldif_parser.parse()
for dn, _ in ldif_parser.entries:
if 'ou=configuration' in dn:
config_api_config_dn = dn
break
jans_config = base.read_properties_file(Config.jans_properties_fn)
config_api_config_dn = jans_config['configApi_ConfigurationEntryDN']


jans_service_modules = []

Expand Down

0 comments on commit cfa301f

Please sign in to comment.