Éloi Rivard
|
11a750d238
|
Refactored tests so ldap connection is not a mandatory argument anymore for most LDAPObject methods
|
2022-05-18 16:55:37 +02:00 |
|
Éloi Rivard
|
9a22352958
|
setup_ldap_models takes a config parameter instead of an app parameter
|
2022-05-18 13:44:54 +02:00 |
|
emillumine
|
ffd85e5ee0
|
remove commented code
|
2022-03-14 10:03:05 +01:00 |
|
emillumine
|
8d804616fd
|
add a 'all' utility class method to LDAPObject to retrieve all class instances
|
2022-03-14 10:03:05 +01:00 |
|
emillumine
|
da1b911172
|
set User.object_class and Group.object_class based on config when setting ldap models
permit filtering with object_class by default in User.filter() and Group.filter()
avoid having user/group base root in default filter results
|
2022-03-14 10:03:05 +01:00 |
|
emillumine
|
653e79d7a8
|
fix dn in case of leading space or special char in id attribute
according to openldap doc, the default is to silently eliminate spaces around AVA separators, RDN component separators and RDN separators
https://www.openldap.org/software/man.cgi?query=ldap_str2dn
|
2022-03-14 10:03:05 +01:00 |
|
Éloi Rivard
|
07d1826905
|
Fixed some packaging issues
|
2022-03-08 19:22:52 +01:00 |
|
sblondon
|
3016f2504b
|
Fix: spellcheck configuration key
|
2022-03-01 18:55:02 +00:00 |
|
Éloi Rivard
|
a74d68aee1
|
AuthorizationCode and Token have a new id parameter
|
2022-02-16 18:00:30 +01:00 |
|
Éloi Rivard
|
1d0f1e2f24
|
LdapObject an have attribute name different than the schema
|
2022-01-18 18:04:25 +01:00 |
|