Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #10 from bu3tt1/masterHEADmaster | Marco Huenseler | 2020-03-10 |
|\ | | | | | Removed the upper version bound of LDAP version | ||
| * | Removed the upper version bound of LDAP version | bu3tt1 | 2020-03-10 |
|/ | |||
* | Merge pull request #8 from indication/master | Marco Huenseler | 2019-08-06 |
|\ | | | | | Add ldap_support_extended configuration | ||
| * | Add ldap_support_extended configuration | in dow | 2019-05-23 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * Add ldap_support_extended configuration For samba, extended command is not supported. To solve, add configuration to call whoami or not. ``` DEBUG:ldap3:EXTENDED:ldap message received via <ldaps://samba:636 - ssl - user: CN=test2,CN=Users,DC=samba,DC=dom - not lazy - bound - open - <local: 172.18.0.0:33916 - remote: 172.18.0.0:636> - tls not started - listening - SyncStrategy - internal decoder>: <<{'controls': None, << 'messageID': 9, << 'payload': [(0, False, 10, 2), << (0, False, 4, b''), << (0, << False, << 4, << b'Extended Operation(1.3.6.1.4.1.4203.1.11.3) not supported'), << (2, False, 10, b'1.3.6.1.4.1.4203.1.11.3')], << 'protocolOp': 24} DEBUG:ldap3:PROTOCOL:EXTENDED response <[{'result': 2, 'description': 'protocolError', 'dn': '', 'message': 'Extended Operation(1.3.6.1.4.1.4203.1.11.3) not supported', 'referrals': None, 'responseName': '1.3.6.1.4.1.4203.1.11.3', 'responseValue': b'', 'type': 'extendedResp'}]> received via <ldaps://samba:636 - ssl - user: CN=test2,CN=Users,DC=samba,DC=dom - not lazy - bound - open - <local: 172.18.0.0:33916 - remote: 172.18.0.0:636> - tls not started - listening - SyncStrategy - internal decoder> DEBUG:ldap3:BASIC:done EXTENDED operation, result <False> ``` * Update README.md | ||
* | Merge pull request #5 from naominitel/anon-bind-open | Marco Huenseler | 2018-02-11 |
|\ | | | | | Calling .bind() is required even when doing an anonymous bind. | ||
| * | Calling .bind() is required even when doing an anonymous bind. | Naomi Nitel | 2018-02-07 |
|/ | |||
* | Fix #1: Test for LDAPInvalidCredentialsResult | Marco Huenseler | 2017-12-03 |
| | |||
* | update tests to unittest library | Marco Huenseler | 2017-12-03 |
| | |||
* | add simple integration test | Marco Huenseler | 2017-08-04 |
| | |||
* | Add gitignore | Marco Huenseler | 2017-08-04 |
| | |||
* | Fix #2: Import escape_attribute_value from upstream | Marco Huenseler | 2017-08-04 |
| | |||
* | Fix #1: Add specific version requirements for ldap3 | Marco Huenseler | 2017-08-04 |
| | |||
* | Fix #1: LDAPInvalidCredentialsResult reference | Marco Huenseler | 2017-08-04 |
| | |||
* | Add README | Marco Huenseler | 2017-06-25 |
| | |||
* | initial commit, just some small syntax sugar for Raoul Thill's LDAP plugin | Marco Huenseler | 2017-06-25 |