Function mod_value

Source
pub fn mod_value(
    attr_name: &str,
    source_entry: &LDAPEntry,
    source_ldap_schema: &LDAPSchema,
    source_base_dn: &str,
    destination_entry: Option<&LDAPEntry>,
    destination_base_dn: &str,
    ignore_object_classes: &[String],
) -> Option<Mod<String>>
Expand description

generate an ldap3::Mod if there is a DN-valued attribute in the source entry that needs its base DN translated to the destination base DN