- 24 Sep, 2013 1 commit
-
-
Alex Vandiver authored
-
- 13 Sep, 2013 2 commits
-
-
Kevin Falcone authored
-
Kevin Falcone authored
-
- 12 Sep, 2013 4 commits
-
-
Kevin Falcone authored
-
Kevin Falcone authored
-
Kevin Falcone authored
This contains the work-in-progress 4.2 instructions. Also bumps our copyright.
-
Kevin Falcone authored
pod tests should never be run by an end user (especially the failing ones) and letting end users try to create/drop test databases is a recipe for failure (especially if run from the cpan client). Write up docs on how to run tests in case you're developing.
-
- 05 Aug, 2013 1 commit
-
-
Alex Vandiver authored
-
- 26 Feb, 2013 1 commit
-
-
Alex Vandiver authored
-
- 23 Feb, 2013 5 commits
-
-
Alex Vandiver authored
-
Alex Vandiver authored
-
Alex Vandiver authored
-
Alex Vandiver authored
-
Alex Vandiver authored
-
- 22 Feb, 2013 2 commits
-
-
Ruslan Zakirov authored
So callbacks get reliable set in 'result' argument.
-
Ruslan Zakirov authored
-
- 14 Feb, 2013 2 commits
-
-
Ruslan Zakirov authored
allows to convert members or do other things
-
Ruslan Zakirov authored
How callbacks were called before was completly useless - no context and ldap attribute expected not computed value. It's hardly backwards incompatible change as there was no good reason to use them. Drop flattening nested arrays in maps. Only one level deep arrays are supported now. New callbacks are called with enough context to change almost everything and should return computed value.
-
- 13 Feb, 2013 1 commit
-
-
Ruslan Zakirov authored
-
- 08 Feb, 2013 4 commits
-
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
- 31 Jan, 2013 3 commits
-
-
Thomas Sibley authored
-
Thomas Sibley authored
Net::LDAP::Server::Test 0.16 requires that the base DN exist or it throws an "Object not found" LDAP error. Tests now pass under this version.
-
Thomas Sibley authored
This reverts commits 22b0995c and dbdc867b. RT::Authen::ExternalAuth is switching to ->Update as well, which lets us use ->Update here without the waffling problem described by 22b0995c. Using more core code is better.
-
- 22 Oct, 2012 4 commits
-
-
Thomas Sibley authored
-
Thomas Sibley authored
-
Thomas Sibley authored
-
Thomas Sibley authored
-
- 20 Oct, 2012 1 commit
-
-
Ruslan Zakirov authored
Update method does s/\r\n/\n/g on values. This change of values is not visible, but if combined with ExternalAuth can result in regular change of a field back and forth.
-
- 19 Oct, 2012 2 commits
-
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
- 24 Jul, 2012 1 commit
-
-
Thomas Sibley authored
-
- 03 Jul, 2012 1 commit
-
-
Thomas Sibley authored
The original code from 56d0d416 only stands a chance at working on RT 3.6. RT 3.8 and 4.0 use the modern config handling and call RT->Config->Get('Plugins') to load plugins. Get() doesn't read values from the RT:: namespace; it uses a secondary store which we never affected. By calling Set() ourselves we ensure the config is properly updated and seen by the subsequent RT::Init() call.
-
- 08 Jun, 2012 3 commits
-
-
Thomas Sibley authored
-
Thomas Sibley authored
It's not easy to exclude numeric users/groups with an LDAP filter, leaving no way of acknowledging and suppressing the warning. Rather than add an option, just lower the log level. While debugging it's helpful to see what was skipped, but under normal usage (i.e. from cron), you want to ensure you see meaningful errors and warnings not the same ones every night.
-
Thomas Sibley authored
-
- 24 May, 2012 2 commits
-
-
Thomas Sibley authored
-
Thomas Sibley authored
-