Skip to content

Commit

Permalink
migration to python-ldap - correction on tree deletion (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored Nov 22, 2023
1 parent ad0303b commit 58759cc
Show file tree
Hide file tree
Showing 7 changed files with 546 additions and 567 deletions.
6 changes: 3 additions & 3 deletions cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import click
import cli.ldap.rbac
import cli.ldap.user
import cli.ldap_cmds.rbac
import cli.ldap_cmds.user

from cli import (
logger,
Expand Down Expand Up @@ -166,7 +166,7 @@ def update_user_roles(
def rbac_uplift(
rbac_repo_tag,
):
cli.ldap.rbac.main(rbac_repo_tag)
cli.ldap_cmds.rbac.main(rbac_repo_tag)


@click.command()
Expand Down
Loading

0 comments on commit 58759cc

Please sign in to comment.