44413ce Ticket #196 - RFE: Interpret IPV6 addresses for ACIs, replication, and chaining

7 files Authored by mreynolds 8 years ago, Committed by nhosoi 8 years ago,
    Ticket #196 - RFE: Interpret IPV6 addresses for ACIs, replication, and chaining
    
    Bug Description:  replication, chaining, and access control do not hanbdle IPv6 addresses
    
    Fix Description:  For replication and chaining, we just needed to put brackets "[]" around
                      the IP address in the ldap urls.  We also need to update
                      convert_to_openldap_uri(), which is called by slapi_ldap_init_ext().
    
                      Access control needed to remove the IPv6 restriction check, and update
                      libaccess to be IPv6 aware.
    
    https://fedorahosted.org/389/ticket/196
    
    Reviewed by: Norkio!
    
    (cherry picked from commit 4d7d59e756d5dc2dbc04c7ee95759f211795a093)
    
        
file modified
+53 -37
file modified
+304 -93
file modified
+2 -1