inetorgperson hotfix

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone tell me what exactly what this line means in knowledge base
article 314649 concerning mangled attributes. It talks about the dn path.
Here is the command and explaination that follows.
ldifde -i -f inetorgperosnprevent.ldf -v -c DC=X"dn path for forest root
domain"
where X is a case-sensitive constant and dn path for the forest root domain
is the domain name of the forest. I take it that if your domain name is
localdomain.com then you would put "dc=localdomain,dc=com". What does it mean
X is a case-sensitive constant. Thanks
 
Can anyone tell me what exactly what this line means in knowledge base
article 314649 concerning mangled attributes. It talks about the dn path.
Here is the command and explaination that follows.
ldifde -i -f inetorgperosnprevent.ldf -v -c DC=X"dn path for forest root
domain"
where X is a case-sensitive constant and dn path for the forest root domain
is the domain name of the forest. I take it that if your domain name is
localdomain.com then you would put "dc=localdomain,dc=com". What does it mean
X is a case-sensitive constant. Thanks

Domain is not the same as domain or domaiN.

Cheers,

Cliff
 
Thanks for responding Enkidu.
Do you leave the X (ldifde -i -f inetorgperosnprevent.ldf -v -c
DC=X"dc=localdomain,dc=com")or is it asking for just the path (ldifde -i -f
inetorgperosnprevent.ldf -v -c DC="dc=localdomain,dc=com")
If you look at the script it also has DC=X. Do these need to be change also.
Thanks KRJ
dn: CN=ms-Exch-Assistant-Name,CN=Schema,CN=Configuration,DC=X
changetype: Modify
replace: lDAPDisplayName
lDAPDisplayName: msExchAssistantName
-

dn: CN=ms-Exch-LabeledURI,CN=Schema,CN=Configuration,DC=X
changetype: Modify
replace: lDAPDisplayName
lDAPDisplayName: msExchLabeledURI
-

dn: CN=ms-Exch-House-Identifier,CN=Schema,CN=Configuration,DC=X
changetype: Modify
replace: lDAPDisplayName
lDAPDisplayName: msExchHouseIdentifier
-



Enkidu" wrote:
 
Back
Top