cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

ab36560 Ticket 47900 - Adding an entry with an invalid password as rootDN is incorrectly rejected

Authored and Committed by mreynolds 9 years ago
    Ticket 47900 - Adding an entry with an invalid password as rootDN is incorrectly rejected
    
    Bug Description:  Root DN and password administrators should bypass all password
                      restrictions and syntax checks, but on ADD operations the password
                      checks were still be applied to root/password admins.
    
    Fix Description:  Do not check the password syntax if the bind DN is a rootDN/password admin.
    
    https://fedorahosted.org/389/ticket/47900
    
    Reviewed by: nhosoi(Thanks!)
    
    (cherry picked from commit 50820f80c2da853c29962485b5e9806e68d5aece)
    
        
file modified
+7 -2