Christian Connert
9627789a24
Replaced href='/ -> href='./l
2019-07-10 12:06:04 +02:00
Christian Connert
5762d080ad
Corrected checkppolicy url
2019-07-10 11:58:08 +02:00
Christian Connert
fdae94a5e1
Corrected wrong replacement
2019-07-10 11:48:30 +02:00
Christian Connert
fbd3293ca3
Changed to relative links to run behind a reverse proxy under a different location
2019-07-10 11:40:29 +02: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
kakwa
30c28c5feb
slightly more robust unit tests
...
pre-cleanup to avoid contamination if other tests fail
2019-02-12 23:28:52 +01:00
kakwa
dc60300a29
version + changelog
2019-02-12 23:28:41 +01:00
kakwa
882a303474
fix crash due to encoding in python 2
2019-02-12 23:27:30 +01:00
kakwa
d831b09293
improve documentation
...
* improve documentation for key: True flag in attributes.yml
* improve documentation for the ldap filters and their templating
* improve comment in the .ini file
2019-02-12 23:06:42 +01:00
kakwa
7ac7118c9a
adding a debug log to help figure out issues with filters.
2019-02-12 22:43:03 +01:00
kakwa
d690bbdc41
passing the correct logger to the backend
...
previously, the default logger was passed, this logger was using the
default configuration and log level, not honoring log level in
particular.
As a consequence, it was impossible to get debug logs from the backend.
This is now working as expected.
2019-02-12 22:40:42 +01:00
kakwa
73c02ccff4
disable default logger if running in debug mode (-D)
...
Debug mode can lead to log sensitive data (like password changes).
Having -D to log exclusively to stderr is a safer option.
2019-02-12 22:36:16 +01:00
kakwa
799ca2403f
fix the urls for modify and delete
...
The id of the user is passed through the querystring in this page.
But the id was not properly escaped to be included as a querystring
parameter leading to weird issues like.
2019-02-12 21:24:24 +01:00
kakwa
bbafafae60
remove the double escaping.
...
Now the escaping is done by in the templates.
We need to remove the previous escaping done by hand in the code.
Otherwise, we end-up with double escaping and funky displaying of
fields.
2019-02-12 21:18:45 +01:00
kakwa
0cf5483785
add warning in documentation for log level 'debug'
2019-02-10 18:19:55 +01:00
kakwa
df2746b996
version bump + changelog
2019-02-10 18:15:07 +01:00
kakwa
e6bcf9d97d
adding the possibility to log to stdout
2019-02-10 18:12:45 +01:00
kakwa
57bcaaed66
changelog and version bump
2019-02-09 20:49:23 +01:00
kakwa
b68214022c
fix error handling when adding user that already exists
2019-02-09 20:47:34 +01:00
kakwa
932e7a8b40
adding (mostly) working configuration example
2019-02-09 20:24:32 +01:00
kakwa
abf1454278
changelog+version bump
2019-02-09 20:21:29 +01:00
kakwa
0793361d90
switch to "stable" in setup.py troves
2019-02-09 20:19:57 +01:00
kakwa
f824790849
another exception
2019-02-09 19:42:48 +01:00
kakwa
7390c931b9
another exception
2019-02-09 19:37:52 +01:00
kakwa
4a8aa1c655
another exception
2019-02-09 19:32:50 +01:00
kakwa
e50df5dde3
wider exception for <input> attribute "type" has invalid value
2019-02-09 19:26:31 +01:00