Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-ldapimport
Commits
5c5872f0
Commit
5c5872f0
authored
Apr 24, 2012
by
Thomas Sibley
Browse files
Bump version for another dev release
parent
bb7b893f
Changes
3
Hide whitespace changes
Inline
Side-by-side
META.yml
View file @
5c5872f0
...
...
@@ -28,4 +28,4 @@ requires:
Test::More:
0
resources
:
license
:
http://dev.perl.org/licenses/
version
:
0.32_0
3
version
:
0.32_0
4
README
View file @
5c5872f0
...
...
@@ -75,8 +75,8 @@ CONFIGURATION
either an arrayref or a list of attributes.
The keys in the mapping (i.e. the RT fields, the left hand side) may
be a user custom field name prefixed with "UserCF.", for example
"
'UserCF.Employee Number' =
"
'employeeId'
>
. Note that this only adds
be a user custom field name prefixed with "UserCF.", for example
"
'UserCF.Employee Number' =
>
'employeeId'
"
. Note that this only adds
values at the moment, which on single value CFs will remove any old
value first. Multiple value CFs may behave not quite how you expect.
If the attribute no longer exists on a user in LDAP, it will be
...
...
lib/RT/Extension/LDAPImport.pm
View file @
5c5872f0
package
RT::Extension::
LDAPImport
;
# XXX TODO: For historical reasons, this should become 0.33 after 0.32_xx dev releases are done.
our
$VERSION
=
'
0.32_0
3
';
our
$VERSION
=
'
0.32_0
4
';
use
warnings
;
use
strict
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment