Skip to content

Commit

Permalink
Update CR script sample
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Sep 25, 2018
1 parent 63c87ca commit 0e7ed38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/extension/cache_refresh/SampleScript.py
Expand Up @@ -33,6 +33,8 @@ def destroy(self, configurationAttributes):
# return None (use password from configuration) or org.xdi.model.custom.script.model.bind.BindCredentials
def getBindCredentials(self, configId, configurationAttributes):
print "Cache refresh. GetBindCredentials method"
# if configId == "source":
# return BindCredentials("cn=Directory Manager", "password")

return None

Expand Down

0 comments on commit 0e7ed38

Please sign in to comment.