Skip to content

Commit

Permalink
Updated set_ldap_sync_status.rb to use underscores instead of spaces …
Browse files Browse the repository at this point in the history
…as custom attributes are not searchable with spaces.

Committer: Curtis L. Matthews <curt@redhat.com>

On branch curt-matthews_custom_attr
Changes to be committed:
modified:   Automate/RedHatConsulting_LDAP/Integration/LDAP/StateMachines/Methods.class/__methods__/set_ldap_sync_status.rb
  • Loading branch information
Curtis L. Matthews authored and itewk committed Jan 22, 2019
1 parent 331ac1f commit 11d7a48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
@DEBUG = false

TAG_CATIGORY_LDAP_SYNC_SUCCESSFUL = "LDAP Sync Successful"
ATTRIBUTE_LAST_LDAP_SYNC = "Last LDAP Sync Attempt"
ATTRIBUTE_LDAP_SYNC_STATUS = "LDAP Sync Status"
ATTRIBUTE_LAST_LDAP_SYNC = "Last_LDAP_Sync_Attempt"
ATTRIBUTE_LDAP_SYNC_STATUS = "LDAP_Sync_Status"
DEFAULT_LDAP_SYNC_STAUTS = "Unknown"
DEFAULT_LDAP_SYNC_SUCCESSFUL = false

Expand Down

0 comments on commit 11d7a48

Please sign in to comment.