Hi
Sorry for my English
I have a setting for importing data from ldap to costumFields
But its not working (
Please correct me where I was wrong
admin/LDAP:
{“displayName”:“name”, “mail”:“email”, “telephoneNumber”:“customFields.Phones”}
admin/Accounts:
Accounts customFieldsToShowInUserInfo:
[{“Phones”:“PNumber”},{“Department”:“TDepartment”}]
Accounts_CustomFields:
{
“PNumber”: {
“type”: “text”,
“required”: true,
“minLength”: 1,
“maxLength”: 10
}
},
“TDepartment”: {
“type”: “text”,
“required”: true,
“minLength”: 2,
“maxLength”: 50
}
}