1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 20:37:48 +02:00
Commit graph

743 commits

Author SHA1 Message Date
cconnert
210a3255fe
Merge ee3e0b6cf3 into 662e09eccf 2025-03-26 18:39:47 +00:00
carpenti
662e09eccf adding link to packages 2025-03-17 13:08:51 +01:00
Carpentier Pierre-Francois
dd331f948c
Update README.rst 2024-03-13 01:13:02 +01:00
Carpentier Pierre-Francois
a2e985576b
Update README.rst 2024-03-13 00:57:26 +01:00
kakwa
6a2e6e56d0 fix CI badge and remove the coverage one 2024-03-13 00:35:48 +01:00
kakwa
5d8fc08f5b re-enable ssl/tls 2024-03-13 00:29:50 +01:00
kakwa
59855f0090 just rename stuff 2024-03-13 00:21:04 +01:00
kakwa
d1215bc56f fix package name 2024-03-13 00:18:47 +01:00
kakwa
ef11e6a7e3 more deps 2024-03-13 00:17:33 +01:00
kakwa
3596e14249 adding stuff to install 2024-03-13 00:13:11 +01:00
kakwa
b94713acb6 sudo for CI 2024-03-13 00:10:06 +01:00
kakwa
de16df475f add basic gh action tests 2024-03-13 00:06:44 +01:00
kakwa
242c9ab96e update test ldap configuration 2024-03-13 00:00:14 +01:00
kakwa
48dbff983d update shebang 2024-03-13 00:00:06 +01:00
kakwa
6413b782dd update shebang 2024-03-12 23:59:46 +01:00
Carpentier Pierre-Francois
55c49b4eff
Merge pull request #68 from kakwa/dependabot/pip/python-ldap-3.4.0
Bump python-ldap from 2.4.15 to 3.4.0
2024-03-12 22:39:47 +01:00
Carpentier Pierre-Francois
53a4b6fd5e
Merge pull request #59 from cyberb/master
lcCopy
2024-03-12 22:36:33 +01:00
dependabot[bot]
0ccbe95d9a
Bump python-ldap from 2.4.15 to 3.4.0
Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 2.4.15 to 3.4.0.
- [Release notes](https://github.com/python-ldap/python-ldap/releases)
- [Commits](https://github.com/python-ldap/python-ldap/commits/python-ldap-3.4.0)

---
updated-dependencies:
- dependency-name: python-ldap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 18:00:11 +00:00
Carpentier Pierre-Francois
4da050236d
Merge pull request #49 from smacz42/andrewcz-ldapcherry-issue34
Add demo backend configuration files in goodies
2020-05-20 19:24:55 +02:00
Carpentier Pierre-Francois
135699bd48
Merge pull request #62 from Sohalt/master
fix typo
2020-04-07 20:58:09 +02:00
sohalt
1549a172f7 fix typo 2020-04-07 19:15:31 +02:00
Boris Rybalkin
e2ab3e85d8 lcCopy 2020-01-10 22:10:28 +00:00
Carpentier Pierre-Francois
b5907ce340
Merge pull request #55 from StbX/master
add missing import
2019-10-23 21:09:28 +02:00
Steffen Brandemann
791895d4c3 add missing os import 2019-10-21 23:17:20 +02:00
AndrewCz
b12add4a0f Add demo backend configuration files in goodies 2019-07-21 20:06:19 -04:00
Christian Connert
ee3e0b6cf3 Revert "Create Dockerfile"
This reverts commit 9ad7d64762.
2019-07-09 15:19:32 +02:00
Christian Connert
8b798ae5f8 Revert "Update backendAD.py"
This reverts commit 7cfa183ed9.
2019-07-09 15:19:26 +02:00
Christian Connert
c8f2ea84e5 Revert "Update Dockerfile"
This reverts commit fe8539e2e6.
2019-07-09 15:19:20 +02:00
Christian Connert
21c8438587 Revert "read credentials from environment variables"
This reverts commit 7af125550c.
2019-07-09 15:19:14 +02:00
Christian Connert
04e40884c8 Revert "bug fix"
This reverts commit bc1f380084.
2019-07-09 15:19:01 +02:00
Christian Connert
f58afbcdd9 Revert "Updated AD backend for user creation"
This reverts commit e90f27bc8d.
2019-07-09 15:18:55 +02:00
Christian Connert
e196098c6c Revert "Removed debug flag from Dockerfile"
This reverts commit 330df3eaa5.
2019-07-09 15:18:45 +02:00
Christian Connert
dcd7162ca9 Added extended Uid function 2019-07-09 15:15:59 +02:00
Christian Connert
b6cba42b85 Added checks to avoid unnecessary updates when the attribute did not change and extended delete to remove user from groups 2019-07-09 15:14:42 +02:00
Kevin Li
330df3eaa5 Removed debug flag from Dockerfile 2019-07-08 21:05:21 +08:00
Kevin Li
e90f27bc8d Updated AD backend for user creation 2019-07-08 20:48:53 +08:00
Kevin Li
bc1f380084 bug fix 2019-05-23 13:50:21 +08:00
Kevin Li
7af125550c read credentials from environment variables 2019-05-23 12:41:41 +08:00
Kevin Li
fe8539e2e6
Update Dockerfile 2019-05-21 15:57:52 +08:00
Kevin Li
7cfa183ed9
Update backendAD.py 2019-05-21 15:26:49 +08:00
Kevin Li
9ad7d64762
Create Dockerfile 2019-05-21 15:01:02 +08:00
Carpentier Pierre-Francois
856157af79
Merge pull request #24 from jqueuniet/fix_default_handler
Fix default handler arguments
2019-05-03 12:09:13 +02:00
Carpentier Pierre-Francois
b5e7cb6a44
Merge pull request #33 from smacz42/install-in-readme
Add install command to setup in README
2019-04-23 19:56:51 +02:00
smacz
d61c89460e Add install command to setup in README 2019-04-23 11:24:17 -04:00
Johann Queuniet
0a96ca61d5
Fix default handler arguments 2019-03-26 11:05:39 +01:00
Carpentier Pierre-Francois
3b58f1464e
Merge pull request #23 from jqueuniet/fix_email_regexp
Change the email regular expression to fix a few validation issues
2019-03-20 18:33:19 +01:00
Johann Queuniet
50c6259035
Fix email regexp 2019-03-20 15:57:45 +01:00
kakwa
245bafb01c typo 2019-02-13 09:44:47 +01:00
kakwa
5ee8a74040 update documentation 2019-02-13 09:41:17 +01:00
kakwa
96acda7aa6 fix formatting 2019-02-13 09:19:08 +01:00