forked from 389ds/389-ds-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
67 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# --- BEGIN COPYRIGHT BLOCK --- | ||
# Copyright (C) 2023, Red Hat inc, | ||
# Copyright (C) 2024, Red Hat inc, | ||
# Copyright (C) 2018, William Brown <[email protected]> | ||
# All rights reserved. | ||
# | ||
|
@@ -90,7 +90,6 @@ def entry_status(inst, basedn, log, args): | |
|
||
|
||
def subtree_status(inst, basedn, log, args): | ||
basedn = _get_dn_arg(args.basedn, msg="Enter basedn to check") | ||
filter = "" | ||
scope = ldap.SCOPE_SUBTREE | ||
epoch_inactive_time = None | ||
|
@@ -120,7 +119,6 @@ def subtree_status(inst, basedn, log, args): | |
|
||
|
||
def bulk_update(inst, basedn, log, args): | ||
basedn = _get_dn_arg(args.basedn, msg="Enter basedn to search") | ||
search_filter = "(objectclass=*)" | ||
scope = ldap.SCOPE_SUBTREE | ||
scope_str = "sub" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters