rt icon indicating copy to clipboard operation
rt copied to clipboard

Request Tracker, an enterprise-grade issue tracking system

Results 118 rt issues
Sort by recently updated
recently updated
newest added

Taking into account the value of LDAPCreatePrivileged when performing user updates in LDAP import. Please note that this might be far more complete and interesting: https://github.com/bestpractical/rt/pull/284

See https://rt.bestpractical.com/Ticket/Display.html?id=32275

Previous code allows to check one ldap group membership before allowing user to log in RT. This PR allow to check against multiple groups. The first group that matches allows...

Apply the user's timezone on Date/DateTime CF when cloning a ticket

The problem with this setting is that actual page size can differ from configured value. For example: * LDAP with 30K users * LDAP server delivers 3000 results at once...

Found CSS classes for reply/comment were not attaching to cke editor body when using the dark theme. This caused the text color to be almost unreadable against the red/yellow background.

The current implementation of external users does not allow users to use multiple attributes (e.g. uid and email address) to logon to RT. With this simple modification any attribute could...

This makes it possible to more easily script bulk operations for RT by allowing to read from STDIN instead of the tty when STDIN is NOT connected to a tty....

In deployments of ActiveDirectory. querying groups with several thousand members will return a member attribute with zero entries. Instead, a member;range= attribute is supplied which allows the client to build...