Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved PDF export and made LDAP compatible to anonymous bind #140

Closed
wants to merge 1 commit into from

Commits on Aug 23, 2012

  1. Additions to PDF export and some more

    In this commit, I modified the raw base version 2.1.8 of TeamPass with
    the following changes:
    - add PDF encryption (requires password)
    - add password input field for PDF export
    - add folder tree to PDF table headers
    - repeat table headers on every folder change in PDFs
    - add monospace font for passwords in PDFs
    - log PDF exports (who, when, which folders)
    - in views, add page to view these logged items
    - automatically set focus to search field when opening search page
    - use PHP's built-in LDAP class instead of AdLDAP because the latter
    apparently doesn't support authentication via "anonymous bind" method
    (first bind anonymously and ask for DN using username, then bind again
    with retrieved DN and authenticate) and without anonymous bind, it
    didn't work with our OpenLDAP
    Jay2k1 committed Aug 23, 2012
    Configuration menu
    Copy the full SHA
    e4b7751 View commit details
    Browse the repository at this point in the history