M
Matt
Hello all.
I am trying to update the address field for my users using
ldifde.exe. The problem I am running into is that I need
to have a carriage return in the address field to properly
format the address. I have tried <CR>, \0D, etc, but
these all seem to apply when you need a CR in the DN, not
an individual text field.
Below is an example of what I am feeding ldifde.exe I am
putting in commas in the streetAddress where I want
carriage returns for this exampe. Any help is appreciated!
dn: CN=User\, Test,OU=Users,OU=Europe,DC=test,DC=local
changetype: modify
replace: streetAddress
streetAddress: Poligono Industrial, "Valle del Cinca",
Apartado 18
I am trying to update the address field for my users using
ldifde.exe. The problem I am running into is that I need
to have a carriage return in the address field to properly
format the address. I have tried <CR>, \0D, etc, but
these all seem to apply when you need a CR in the DN, not
an individual text field.
Below is an example of what I am feeding ldifde.exe I am
putting in commas in the streetAddress where I want
carriage returns for this exampe. Any help is appreciated!
dn: CN=User\, Test,OU=Users,OU=Europe,DC=test,DC=local
changetype: modify
replace: streetAddress
streetAddress: Poligono Industrial, "Valle del Cinca",
Apartado 18