News

OpenLDAP 2.4.28 RPMs available for CentOS 5 and CentOS 6

Added by Clément OUDOT about 1 month ago

New OpenLDAP 2.4.28 RPMs are available, including OpenLDAP init script version 1.4. And for the first time, CentOS 6 RPMs are here!

They include:
  • SSL
  • SASL
  • All overlays
  • HDB/BDB backend
  • MDB backend
  • LDAP backend
  • SLAPI support
  • LTB-project OpenLDAP init script (v1.4)
  • LTB-project check password policy module (v1.1)
  • Logrotate script
  • Preconfigured DB_CONFIG
  • Contributed overlays
    • lastbind
    • smbk5pwd

The OpenLDAP changelog can be found here: http://www.openldap.org/software/release/changes.html

Download them here: http://ltb-project.org/wiki/download#openldap

OpenLDAP init script 1.4 released

Added by Clément OUDOT about 1 month ago

A new version of the OpenLDAP init script was released today.

The big new feature is the capacity of saving and restoring the configuration: you can now easily update your cn=config by editing the LDIF dump and restore it.

Changes:
  • Bug #315: Bug in initscript when backup option is used
  • Bug #380: Starting slapd when slapd is already running should exit 0 instead of 1
  • Bug #382: Init script lies when saying which port is active
  • Feature #371: Init script shouldn't always exit 0 when status is not running
  • Feature #373: Add backupconfig and restoreconfig actions
  • Feature #374: When restarting, check configuration before stopping slapd

Download it here: http://ltb-project.org/wiki/download#openldap

Self Service Password version 0.7

Added by Clément OUDOT about 1 month ago

Self Service Password version 0.7

Presentation

Self Service Password is a PHP application that allows users to change their password in an LDAP directory (including Active Directory). If password is lost, it can be reset trough questions, a or by a mail challenge.

More information and screenshots:
http://ltb-project.org/wiki/documentation/self-service-password

Download page:
http://ltb-project.org/wiki/download#self_service_password

Changelog

Summary

  • New languages: Polish and Catalan
  • Automatic language detection
  • New options for Active Directory and Shadow account
  • Better management of PHP libraries test
  • Various bug fixes

Details

  • Bug #343: Crypt tokens needs php5-mcrypt
  • Bug #346: DIsabled accounts
  • Bug #347: PHP libraries test are bypassed
  • Bug #361: Self Service Password - wrong link in mail notification
  • Bug #362: Self Service Password - register an answer, error with date
  • Bug #378: Wrong mb_encode_mimeheader in send_mail function - SSP
  • Feature #329: automatic Language detection
  • Feature #330: Configuration for reCAPTCHA
  • Feature #340: Catalan translation
  • Feature #345: Account unlock
  • Feature #352: Add shadowLastChange configuration
  • Feature #358: Option to force password change in AD
  • Feature #376: Polish translation

Thanks

Thanks to contributors:

  • Remi V.
  • Terry McMahon
  • Yann Bajard
  • Krzysztof Stryjek
  • Roy Kaldung
  • Carlos Sicilia
  • David Dumortier
  • Olli Janatuinen

OpenLDAP 2.4.28 RPMs available

Added by Clément OUDOT 2 months ago

RPMs for OpenLDAP 2.4.28 are available on LTB project.

They include:
  • SSL
  • SASL
  • All overlays
  • HDB/BDB backend
  • New! MDB backend
  • LDAP backend
  • SLAPI support
  • LTB-project OpenLDAP init script (v1.3)
  • LTB-project check password policy module (v1.1)
  • Logrotate script
  • Preconfigured DB_CONFIG
  • New! Contributed overlays
    • lastbind
    • smbk5pwd

The OpenLDAP changelog can be found here: http://www.openldap.org/software/release/changes.html

Download them here: http://ltb-project.org/wiki/download#openldap

OpenLDAP 2.4.27 RPMs available

Added by Clément OUDOT 2 months ago

RPMs for OpenLDAP 2.4.27 are available on LTB project.

They include:
  • SSL
  • SASL
  • All overlays
  • HDB/BDB backend
  • SLAPI support
  • LTB-project OpenLDAP init script (new version 1.3)
  • LTB-project check password policy module (v1.1)
  • Logrotate script
  • Preconfigured DB_CONFIG

The OpenLDAP changelog can be found here: http://www.openldap.org/software/release/changes.html

The announce for OpenLDAP init script 1.3 is here: http://tools.ltb-project.org/news/22

If you upgrade from previous RPM version, please adapt /etc/logrotate.d/openldap and /etc/default/slapd with modifications in .rpmnew files. As they are considered as configuration files, they won't be automatically replaced by the software update.

Download them here: http://ltb-project.org/wiki/download#openldap

OpenLDAP init script 1.3 released

Added by Clément OUDOT 2 months ago

A new version of the OpenLDAP init script was released today.

The following bugs were corrected:
  • Bug #327: initscript too verbose
  • Bug #367: Backup LDIF file owner is not correct
And some features were added:
  • Feature #306: Possibility to restore last backup
  • Feature #313: Slurpd messages in openldap-initscript are now hidden if no slurpd
  • Feature #353: Configure syslog user parameter for slapd command line
  • Feature #368: Display script version in status

Download it here: http://ltb-project.org/wiki/download#openldap

Self Service Password version 0.6

Added by Clément OUDOT 7 months ago

Self Service Password version 0.6

Presentation

Self Service Password is a PHP application that allows users to change their password in an LDAP directory (including Active Directory). If password is lost, it can be reset trough questions, a or by a mail challenge.

More information and screenshots:
http://ltb-project.org/wiki/documentation/self-service-password

Download page:
http://ltb-project.org/wiki/download#self_service_password

Changelog

Summary

  • Crypt feature now available also for PHP < 5.3
  • Specific log file for password reset URL
  • Password complexity policy: check for different classes of character (lower, upper, digit, special)
  • Notify user by mail after password change
  • Configuration of From SMTP header
  • reCAPTCHA on forms

Details

  • Bug #320: Token crypt function does not wotk with PHP 5.2 and inferior
  • Bug #322: Several PHP bugs and logging feature added (PATCH included)
  • Feature #310: Add a password complexity points check
  • Feature #311: Notify user by mail after password change
  • Feature #317: Set content-type header for mail
  • Feature #319: Change password with a mail challenge - add oprions -f to see correct FROM header
  • Feature #323: Added support for reCAPTCHA (patches included)

Thanks

Thanks to contributors:

  • Christian Unger (bug report)
  • Chip Schweiss (bug reports, password reset URL log, reCAPTCHA)
  • Jason Shugart (password complexity, password change notification)
  • Anthony Milan (bug report)
  • WMI Admin (bug report)

OpenLDAP 2.4.26 RPMs available

Added by Clément OUDOT 7 months ago

RPMs for OpenLDAP 2.4.26 are available on LTB project.

They include:

  • SSL
  • SASL
  • All overlays
  • HDB/BDB backend
  • SLAPI support
  • LTB-project OpenLDAP init script (v1.2)
  • LTB-project check password policy module (v1.1)
  • Logrotate script
  • Preconfigured DB_CONFIG

Download them here: http://ltb-project.org/wiki/download

OpenLDAP 2.4.25 RPMs available

Added by Clément OUDOT 9 months ago

RPMs for OpenLDAP 2.4.25 are available on LTB project.

They include:
  • SSL
  • SASL
  • All overlays
  • HDB/BDB backend
  • SLAPI support (new)
  • LTB-project OpenLDAP init script (v1.2)
  • LTB-project check password policy module (v1.1)
  • Logrotate script
  • Preconfigured DB_CONFIG

Download them here: http://ltb-project.org/wiki/download

Self Service Password version 0.5

Added by Clément OUDOT 10 months ago

Self Service Password version 0.5

Presentation

Self Service Password is a PHP application that allows users to change their password in an LDAP directory (including Active Directory). If password is lost, it can be reset trough questions, a or by a mail challenge.

More information and screenshots:
http://ltb-project.org/wiki/documentation/self-service-password

Download page:
http://ltb-project.org/wiki/download#self_service_password

Changelog

Summary

  • Dutch translation
  • Bug fixes on token and questions features
  • Bug fixes for Active Directory mode
  • Token mode improved: expiration, encryption, deletion if password change succeeded
  • Return on homepage when logo is clicked

Details

  • Bug #273: Canoot change password on Active Directory
  • Bug #274: Cannot change password on Active Directory as user
  • Bug #276: Canot change AD Password as User or Manager
  • Bug #288: Problems with 'Reset your password with a mail challenge'
  • Bug #298: security issue in email password reset
  • Bug #300: Warning Ldap_get_dn
  • Bug #304: LDAP Tool Box
  • Bug #305: LDAP Tool Box
  • Bug #309: Password reset via email token fails to send in a parameter
  • Feature #272: Dutch translation
  • Feature #275: Added a couple of features
  • Feature #289: Delete token if password change is ok
  • Feature #290: Configure token lifetime
  • Feature #307: Token reset form should be hidden if token is missing or invalid

Thanks

Thanks to contributors:

  • Marco Berger (bug report)
  • Cedric Lemarchand (bug report)
  • Daniel E (bug report)
  • Matthias Ganzinger (token security improvements)
  • Jon Krengel (bug report)
  • Gijsbert Peijs (dutch translation)
  • Jason Shugart (token expiration)

1 2 3 Next »

Also available in: Atom