c41b782 Revert "Check for password expiration in pre-bind"

Authored and Committed by mkosek 9 years ago
    Revert "Check for password expiration in pre-bind"
    
    This reverts commit bfdbd3b6ad7c437e7dd293d2488b2d53f4ea7ba6.
    
    Forceful validation of password expiration date in a BIND pre-callback
    breaks LDAP password change extended operation as the password change
    is only allowed via authenticated (bound) channel. Passwords could be
    only changed via kadmin protocol. This change would thus break
    LDAP-only clients and Web UI password change hook.
    
    This patch will need to be revisited so that unauthenicated corner
    cases are also revisited.
    
    https://fedorahosted.org/freeipa/ticket/1539