Skip to content

Commit

Permalink
Merge pull request dbca-wa#320 from ropable/master
Browse files Browse the repository at this point in the history
Bugfix: ASCENDER_CREATE_AZURE_AD variable in settings misspelled.
  • Loading branch information
ropable authored Oct 27, 2023
2 parents 8a9c9ff + 93c4735 commit 3b674b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itassets/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
# processes if their associated job in Ascender has a termination date in the past.
ASCENDER_DEACTIVATE_EXPIRED = env('ASCENDER_DEACTIVATE_EXPIRED', False)
# Flag to control whether new Azure AD accounts should be created during sync.
ASCENDER_CREATE_AZURE_AD = env('A6CENDER_CREATE_AZURE_AD', False)
ASCENDER_CREATE_AZURE_AD = env('ASCENDER_CREATE_AZURE_AD', False)
# Flag to set how many days ahead of their start date a new AD account should be created.
# False == no limit. Value should be a positive integer value.
ASCENDER_CREATE_AZURE_AD_LIMIT_DAYS = env('ASCENDER_CREATE_AZURE_AD_LIMIT_DAYS', -1)
Expand Down

0 comments on commit 3b674b1

Please sign in to comment.