99bace9 Ticket 47952 - PasswordAdminDN attribute is not properly returned to client

Authored and Committed by mreynolds 9 years ago
    Ticket 47952 - PasswordAdminDN attribute is not properly returned to client
    
    Bug Description:  Searching for "passwordAdminDN" in "cn=config" returns a
                      garbage value.  The internal value is stored in a Slapi_DN,
                      but the pointer to the struct is returned instead of calling
                      the "get function".
    
    Fix Description:  Create a get function for passwordAdminDN setting, and set the
                      config_get_and_set table entry so that we always call the
                      "get function"
    
    https://fedorahosted.org/389/ticket/47952
    
    Reviewed by: rmeggins(Thanks!)
    
    (cherry picked from commit c6e10746945262015d0080c7dd0e82b6c7130920)
    
        
file modified
+15 -2