22f6a14 Ticket #443 - Deleting attribute present in nsslapd-allowed-to-delete-attrs returns Operations error

Authored and Committed by nhosoi 9 years ago
    Ticket #443 - Deleting attribute present in nsslapd-allowed-to-delete-attrs returns Operations error
    
    Description: commit 90dd9bb3c1411daca353d055d90618e67aa1fa7e introduced
    an Invalid read/write.  The commit meant to allow "on" and "off" as well
    as integer 0 and 1 in on/off type of config parameters.  This patch converts
    the integers to "on" or "off" and pass it to config set function.
    
    https://fedorahosted.org/389/ticket/443
    
    Reviewed by rmeggins@redhat.com (Thank you, Rich!!)
    (cherry picked from commit c52987d295a9f4a091568d02679765f3a83beb69)
    (cherry picked from commit 4266657727fc71afbb6b4f21886ebd86a68b2ed2)
    (cherry picked from commit d68dc3235d04caf3736d3587801a3c96cfebccb6)
    (cherry picked from commit 84a58b65db55c914a800b0fb31d538bc691c2b13)
    (cherry picked from commit 2b08517d8679ecf2b7baa84608c77dea8c417cb3)
    
        
file modified
+29 -19