forked from extern/egroupware
Fix some fields in debug
This commit is contained in:
parent
bec8ff24c6
commit
32a336f474
@ -30,24 +30,24 @@
|
|||||||
|
|
||||||
var $import = array(
|
var $import = array(
|
||||||
"title" => "title",
|
"title" => "title",
|
||||||
"givenname" => "n_givenname",
|
"givenname" => "n_given",
|
||||||
"sn" => "n_family",
|
"sn" => "n_family",
|
||||||
"cn" => "fn",
|
"cn" => "fn",
|
||||||
"o" => "org_name",
|
"o" => "org_name",
|
||||||
"ou" => "org_unit",
|
"ou" => "org_unit",
|
||||||
"streetaddress" => "adr_street",
|
"streetaddress" => "adr_one_street",
|
||||||
"locality" => "adr_locality",
|
"locality" => "adr_one_locality",
|
||||||
"st" => "adr_region",
|
"st" => "adr_one_region",
|
||||||
"postalcode" => "adr_postalcode",
|
"postalcode" => "adr_one_postalcode",
|
||||||
"countryname" => "adr_countryname",
|
"countryname" => "adr_one_countryname",
|
||||||
"telephonenumber" => "a_tel",
|
"telephonenumber" => "tel_work",
|
||||||
"homephone" => "b_tel",
|
"homephone" => "tel_home",
|
||||||
"facsimiletelephonenumber" => "c_tel",
|
"facsimiletelephonenumber" => "tel_fax",
|
||||||
"xmozillaanyphone" => "",
|
"xmozillaanyphone" => "tel_msg",
|
||||||
"cellphone" => "mphone",
|
"cellphone" => "tel_cell",
|
||||||
"description" => "note",
|
"description" => "note",
|
||||||
"pagerphone" => "pager",
|
"pagerphone" => "tel_pager",
|
||||||
"mail" => "d_email",
|
"mail" => "email",
|
||||||
"homeurl" => "url",
|
"homeurl" => "url",
|
||||||
"xmozillauseconferenceserver" => "",
|
"xmozillauseconferenceserver" => "",
|
||||||
"xmozillanickname" => "",
|
"xmozillanickname" => "",
|
||||||
|
@ -37,18 +37,18 @@
|
|||||||
"Company" => "org_name", //objectclass: organization
|
"Company" => "org_name", //objectclass: organization
|
||||||
"Department" => "org_unit", //objectclass: organizationalPerson
|
"Department" => "org_unit", //objectclass: organizationalPerson
|
||||||
"Job Title" => "title", //objectclass: organizationalPerson
|
"Job Title" => "title", //objectclass: organizationalPerson
|
||||||
"Business Street" => "address2",
|
"Business Street" => "adr_one_street",
|
||||||
"Business Street 2" => "",
|
"Business Street 2" => "address2",
|
||||||
"Business Street 3" => "",
|
"Business Street 3" => "address3",
|
||||||
"Business City" => "",
|
"Business City" => "adr_one_locality",
|
||||||
"Business State" => "",
|
"Business State" => "adr_one_region",
|
||||||
"Business Postal Code" => "",
|
"Business Postal Code" => "adr_one_postalcode",
|
||||||
"Business Country" => "",
|
"Business Country" => "adr_one_countryname",
|
||||||
"Home Street" => "adr_street",
|
"Home Street" => "adr_two_street",
|
||||||
"Home City" => "adr_locality",
|
"Home City" => "adr_two_locality",
|
||||||
"Home State" => "adr_region",
|
"Home State" => "adr_two_region",
|
||||||
"Home Postal Code" => "adr_postalcode",
|
"Home Postal Code" => "adr_two_postalcode",
|
||||||
"Home Country" => "adr_countryname",
|
"Home Country" => "adr_two_countryname",
|
||||||
"Home Street 2" => "",
|
"Home Street 2" => "",
|
||||||
"Home Street 3" => "",
|
"Home Street 3" => "",
|
||||||
"Other Street" => "",
|
"Other Street" => "",
|
||||||
@ -56,18 +56,18 @@
|
|||||||
"Other State" => "",
|
"Other State" => "",
|
||||||
"Other Postal Code" => "",
|
"Other Postal Code" => "",
|
||||||
"Other Country" => "",
|
"Other Country" => "",
|
||||||
"Assistant's Phone" => "",
|
"Assistant's Phone" => "tel_msg",
|
||||||
"Business Fax" => "c_tel",
|
"Business Fax" => "tel_fax",
|
||||||
"Business Phone" => "a_tel",
|
"Business Phone" => "tel_work",
|
||||||
"Business Phone 2" => "ophone",
|
"Business Phone 2" => "ophone",
|
||||||
"Callback" => "",
|
"Callback" => "",
|
||||||
"Car Phone" => "",
|
"Car Phone" => "tel_car",
|
||||||
"Company Main Phone" => "",
|
"Company Main Phone" => "",
|
||||||
"Home Fax" => "",
|
"Home Fax" => "",
|
||||||
"Home Phone" => "b_tel",
|
"Home Phone" => "tel_home",
|
||||||
"Home Phone 2" => "", //This will make another homePhone entry
|
"Home Phone 2" => "", //This will make another homePhone entry
|
||||||
"ISDN" => "",
|
"ISDN" => "tel_isdn",
|
||||||
"Mobile Phone" => "mphone", //newPilotPerson
|
"Mobile Phone" => "tel_cell", //newPilotPerson
|
||||||
"Other Fax" => "",
|
"Other Fax" => "",
|
||||||
"Other Phone" => "",
|
"Other Phone" => "",
|
||||||
"Pager" => "pager",
|
"Pager" => "pager",
|
||||||
@ -83,9 +83,9 @@
|
|||||||
"Categories" => "",
|
"Categories" => "",
|
||||||
"Children" => "",
|
"Children" => "",
|
||||||
"Directory Server" => "",
|
"Directory Server" => "",
|
||||||
"E-mail Address" => "d_email",
|
"E-mail Address" => "email",
|
||||||
"E-mail Display Name" => "",
|
"E-mail Display Name" => "",
|
||||||
"E-mail 2 Address" => "",
|
"E-mail 2 Address" => "email_home",
|
||||||
"E-mail 2 Display Name" => "",
|
"E-mail 2 Display Name" => "",
|
||||||
"E-mail 3 Address" => "", //add another...
|
"E-mail 3 Address" => "", //add another...
|
||||||
"E-mail 3 Display Name" => "",
|
"E-mail 3 Display Name" => "",
|
||||||
@ -102,7 +102,7 @@
|
|||||||
"Notes" => "note",
|
"Notes" => "note",
|
||||||
"Office Location" => "",
|
"Office Location" => "",
|
||||||
"Organizational ID Number" => "",
|
"Organizational ID Number" => "",
|
||||||
"PO Box" => "postOfficeBox",
|
"PO Box" => "",
|
||||||
"Priority" => "",
|
"Priority" => "",
|
||||||
"Private Profession" => "",
|
"Private Profession" => "",
|
||||||
"Referred By" => "",
|
"Referred By" => "",
|
||||||
|
Loading…
Reference in New Issue
Block a user