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

Add support for ldap filter #35

Merged
merged 11 commits into from
Apr 28, 2023
Merged

Conversation

ohmer1
Copy link
Contributor

@ohmer1 ohmer1 commented Feb 15, 2023

ldap filter was not configurable. I added support for it. It's very useful to be able to restrict who can connect. Default value allow all active users on the ldap server. Work for an AD LDAP server, may require a different configuration for others LDAP implementations.

In my case, I override burpui_ldap_filter by adding a required group membership in a group variable.

Btw, I had to add ldap3>=2.9.1 in requirements_dev.txt to be able to use ldap support.

pablodav and others added 11 commits March 28, 2019 09:28
Move by default to python3 and systemd with many fixes
migrate to github actions, improve tests for dev and stable, new OS support
Fixes on molecule v4 tests and latest galaxy meta compatibility
version 2.2.0

2.2.0
* fix for CoffeeITWorks#28 issues with dependencies and python 3.10
* python3 only supported
* breaks support for ubuntu 2004
* support ubuntu 2204
* breaks support for Redhat family 8
* Adds support for Redhat family 9
* installs from source by default
* redesign install using virtualenv
* Update to burpui_version 1.0.0
* See the breaking changes in https://burp-ui.readthedocs.io/en/latest/changelog.html#id1
* Parallel option will be added and tested on next version
* breaks compatibility with old burpui versions
* closes CoffeeITWorks#12 added doc about hashpassword
@pablodav pablodav changed the base branch from master to develop April 28, 2023 01:56
@pablodav
Copy link
Contributor

Thanks you @ohmer1

@pablodav pablodav merged commit 14a192c into CoffeeITWorks:develop Apr 28, 2023
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.

2 participants