Skip to content

Conversation

mattv8
Copy link
Owner

@mattv8 mattv8 commented May 9, 2024

Updated so yourls-ldap-plugin now functions with latest YOURLS version (1.8.1 as of May 24, 2021).

LDAPAUTH_ADD_NEW' flag working again with latest YOURLS config, so users can be cached in the config.

# Reroute login to yourls filter
# (see https://github.com/YOURLS/YOURLS/wiki/Advanced-Hook-Syntax)
//yourls_add_filter( 'is_valid_user', 'ldapauth_is_valid_user' );
yourls_add_filter('shunt_is_valid_user', 'ldapauth_is_valid_user');
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: I need to review the security implications of shunt_is_valid_user before I am comfortable merging this PR.

@mattv8 mattv8 added this to the Yourls 1.9.2 Compatibility milestone Sep 20, 2024
@mattv8 mattv8 changed the title YOURLS version 1.8.1 functionality YOURLS version --1.8.1-- 1.9.2 functionality Sep 20, 2024
@mattv8 mattv8 changed the title YOURLS version --1.8.1-- 1.9.2 functionality YOURLS version 1.9.2 functionality Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant