diff --git a/lib/WebGUI/Help/Workflow_Activity_SyncProfileToLdap.pm b/lib/WebGUI/Help/Workflow_Activity_SyncProfileToLdap.pm new file mode 100644 index 000000000..a79f15290 --- /dev/null +++ b/lib/WebGUI/Help/Workflow_Activity_SyncProfileToLdap.pm @@ -0,0 +1,23 @@ +package WebGUI::Help::Workflow_Activity_SyncProfileToLdap; + +our $HELP = { + 'sync profile to ldap' => { + title => 'activityName', + body => 'sync profile to ldap body', + isa => [ + { + namespace => "Workflow_Activity", + tag => "add/edit workflow activity" + }, + ], + fields => [ + ], + variables => [ + ], + related => [ + ], + }, + +}; + +1; ##All perl modules must return true diff --git a/lib/WebGUI/Session/Id.pm b/lib/WebGUI/Session/Id.pm index d9bfdeeb2..0cc7646ae 100644 --- a/lib/WebGUI/Session/Id.pm +++ b/lib/WebGUI/Session/Id.pm @@ -106,7 +106,7 @@ sub session { #------------------------------------------------------------------- - + =head2 toHex ( guid ) Returns the hex value of a guid diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_SyncProfileToLdap.pm b/lib/WebGUI/i18n/English/Workflow_Activity_SyncProfileToLdap.pm new file mode 100644 index 000000000..4e17696ea --- /dev/null +++ b/lib/WebGUI/i18n/English/Workflow_Activity_SyncProfileToLdap.pm @@ -0,0 +1,17 @@ +package WebGUI::i18n::English::Workflow_Activity_SyncProfileToLdap; + +our $I18N = { + 'activityName' => { + message => q|Sync Profile To LDAP|, + context => q|The name of this workflow activity.|, + lastUpdated => 0, + }, + + 'sync profiles to ldap body' => { + message => q|

This workflow activity will synchronize the profile of one user configured for LDAP authentication. Note that this only comes from LDAP and goes to WebGUI and not the other direction.

|, + lastUpdated => 0, + }, + +}; + +1;