diff --git a/csv-resource-def.adoc b/csv-resource-def.adoc new file mode 100644 index 0000000..faac1d2 --- /dev/null +++ b/csv-resource-def.adoc @@ -0,0 +1,133 @@ +=== csv-resource-def.adoc +- - - +_2022-04-06 13:59 csv connector how-to: Resource Definition File_ + +[source,xml] +---- + + + + + + Test CSV: username + + Simple CSV resource that is using single identifier (username) + + + + + c:connectorType + com.evolveum.polygon.connector.csv.CsvConnector + + + + + + + + /opt/midpoint/var/midpoint-username.csv + utf-8 + , + ; + username + password + + + + + + + + + + Default Account + true + ri:AccountObjectClass + + + ri:username + + + $user/name + + + + + ri:firstname + + + $user/givenName + + + + + ri:lastname + + + $user/familyName + + + + + + + + + + + + + + + + + + + + + + + + ri:disabled + false + true + + + + + + + + AccountObjectClass + account + Default + c:UserType + true + false + + + + + +----