-
Notifications
You must be signed in to change notification settings - Fork 17
✨ Allow list of LDAP servers #35
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
Open
AminovE99
wants to merge
35
commits into
develop
Choose a base branch
from
feat/multiple_ldap_server
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e66b623
:pencil: Update README
AminovE99 29a27c7
:sparkles: Add implementation with allow multiplies
AminovE99 30e3acf
:recycle: Create dict instead of list
AminovE99 27f4e15
:recycle: remarks from review
AminovE99 0d0b6cb
:recycle: Insert part of code in one function
AminovE99 e325419
:whale: Add docker from another pull request
AminovE99 2b40f10
:bug: Fix bug with always None connection
AminovE99 4df8f45
:bug: Fix way to downloading libraries in pip
AminovE99 f08f9ae
:lipstick: Add server n3
AminovE99 0fe9665
:bug: Return send_register_email function
AminovE99 4ff923d
:sparkles: Automatically creation of package
AminovE99 7cf1e0e
🐳 Docker/add docker compose (#36)
AminovE99 5254dba
:fire: Remove sys package
AminovE99 d72eb90
:loud_sound: Add info in messages
AminovE99 9b59332
:loud_sound: Change logs
AminovE99 474a9a3
:whale: Return previous docker with host building whl
AminovE99 9b01d78
:bug: Fix bug with whl file
AminovE99 55844b9
:move: Remove unnecessary logs
AminovE99 3c39681
:bug: Resolve notes from review
AminovE99 6dd2386
:sparkles: Add testing connection
AminovE99 88c1418
:sparkles: Add flush
AminovE99 1158991
:art: Remove unnesserary comments
AminovE99 1d331a5
:art: remove prints
AminovE99 43d8f44
:art: Add blank lines
AminovE99 00314a7
:sparkles: Add mailcatcher
AminovE99 a7ec6c7
:bug: Add domain variable
AminovE99 179fbb5
:sparkles: Add openldap configuration
AminovE99 29f2ac8
:sparkles: Add env file
AminovE99 d4416d7
:see_no_evil: Remove .env from .gitignore
AminovE99 8c43000
:wrench: Add ldif files for LDAP
AminovE99 9d39c39
:wrench: Add debug true
AminovE99 0fcb2c1
:truck: Rename container openldap
AminovE99 6056df4
:recycle: Tested list of ldap servers
AminovE99 cbbc51b
:fire: Remove print from connectors.py
AminovE99 dbba0b7
:bug: Remove variable from connector
AminovE99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ __pycache__ | |
*.eggs | ||
*.egg-info | ||
dist | ||
.idea |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.