1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-03 09:38:05 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
Thomas BURGUIERE
5b28b68040 add more possibility for validation of password
Add possibility to check for a certain number of lower, punctuation
characters and a number of rule to check among min_lower, min_upper,
min_digit, min_punct.
2019-02-13 11:57:05 +01:00
kakwa
2a4815e142 fix unit tests 2015-07-26 09:26:04 +02:00
kakwa
4a55d040f9 adding unit test for ppolicy 2015-07-03 20:26:02 +02:00
kakwa
37dcbc9246 fix configuration of unit test 2015-06-17 21:49:23 +02:00
kakwa
9dd9a9818c test with ldap and not ldaps 2015-06-17 21:24:00 +02:00
kakwa
a335b7c109 fix test configuration 2015-05-28 09:45:59 +02:00
kakwa
380085fdfc fix configuration 2015-05-27 21:59:29 +02:00
kakwa
a1c7a529d8 adding methods add_user and del_user
* adding add_user
* adding del_user
* adding unit tests
* adding configuration parameters for adding users
2015-05-26 00:33:36 +02:00
kakwa
0f6e0c7cab adding objectclasses options 2015-05-25 22:53:34 +02:00
kakwa
7a7d6f5f6f implementing search users
* adding search
* adding unit tests
2015-05-25 19:30:41 +02:00
kakwa
6af8628d5d adding search template 2015-05-25 18:52:14 +02:00
kakwa
63062be433 multiple changes
* implemeting recover user attributes
* adding a unit test for unavailable ldap
* adding a parameter timeout to set the ldap timeout connexion
2015-05-22 20:05:24 +02:00
kakwa
189079cf21 many fixes in unit tests + fix in params + fix in constant
Oh god, python-ldap is crap...
* add better unit test
* correct params name
* correct exception handling
* disable testConnectSSLNoCheck (impossible to test with a certificate
  previously defined)
2015-05-22 01:16:53 +02:00
kakwa
93ed190913 multiple changes
* change parameters name for Backend Ldap
* fix default value handling in backends get_param
* correct exception in backends get_param
* fix syntaxe error
* add backend name in test_BackendLdap.py
2015-05-21 21:40:13 +02:00
kakwa
991197e7d2 fix backend name 2015-05-21 08:52:48 +02:00
kakwa
1e5f057e36 implementing loading backends
* fix conf file
* add exceptions
* fix modules skeletons
2015-05-20 14:21:43 +02:00
kakwa
544866ce56 set log level to debug for test configuration 2015-05-19 17:55:02 +02:00
kakwa
2ba56128ac adding loading roles and attributes 2015-05-18 20:04:47 +02:00
kakwa
d6bb5c38ed begin implementation of the main application 2015-05-18 19:56:44 +02:00