Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 79391020 | 2024-05-15 01:32:38 | databases/web2ldap: mark NO_TEST, tests aren't shipped with the tarball spotted by tb, ok tb@ | ||
| b980bb55 | 2024-05-06 12:22:30 | bump REVISION for py3.10 -> py3.11 switch | ||
| a56cd774 | 2023-09-20 13:30:05 | -> SITES, no fetch change | ||
| 97275f31 | 2023-03-30 23:09:59 | fix bad version spec in python_requires, newer setuptools cares | ||
| 219bf605 | 2022-11-28 13:47:08 | sysutils/web2ldap: update to 1.8.1 ok sthen@ | ||
| 6963e201 | 2022-11-14 15:29:48 | databases/web2ldap: update to 1.8.0 changelog: Installation and configuration changes * Renamed plugin module for dNSDomain/dNSDomain2 schema to web2ldap.app.plugin.dnsdomain. You might have to adjust your plugin import configuration in web2ldapcnf.plugins. New features/enhancements * Registered UCS attribute lockTime with plugin class SecondsSinceEpoch. * Registered MS AD attribute msRTCSIP-PrimaryUserAddress with plugin class Uri. * Added new plugin module web2ldap.app.plugins.dnszone (web2ldap#60). Bug fixes * Fixed returning the diagnosticMessage text as error message in case no more information could be extracted from it. * Fixed plugin class for GUID values in MS AD to use little-endian encoding/decoding. Refactoring * Renamed entry-point sub-module to web2ldap.__main__. * Abandoned obsolete optimization with codecs.lookup() (closes #58). ok sthen | ||
| 81d58166 | 2022-11-13 15:27:35 | bump for MODPY_DEFAULT_VERSION_3 change | ||
| f50fdd74 | 2022-11-08 11:14:43 | Stop using the daemon class in @newuser. If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-) | ||
| 2da5d510 | 2022-07-22 15:34:42 | databases/web2ldap: update to 1.7.8 Changelog: Fixed BytesWarning when running with -bb and adding entries OK rsadowski | ||
| e5890fbe | 2022-05-21 11:17:37 | No need to override rc_start. |