G
Guest
I imported 1000 contacts to AD using CSVDE. Later I discovered that they were not added to the GAL or the default contact list - presumably because I had not supplied entries for the "showInAddressBook" parameter. I setup a LDIFDE command to add the parameter to the existing contacts and can verify using an LDAP browse tool that the parameter is being set.
The problem is that the parameter goes away after a minute or so. My guess is that it's being replicated back from a different server, but I can't prove it.
How do I get imported contacts to be registered in the GAL? (AD 2000, Exchange 2000, native). Is there a parameter I'm missing or is this an authoritative restore issue or what?
Following is a is the LDIFDE command and a sample record.
ldifde -i -f import1.Tag -s myDC -v -j c:
dn: CN=John Smith,OU=myOU,DC=myDomain,DC=com
changetype: modify
#delete: showInAddressBook
add: showInAddressBook
showInAddressBook: CN=Default Global Address List,CN=All Global Address Lists,CN=Address Lists Container,CN=myDomain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=myRootDom,DC=root
showInAddressBook: CN=All Contacts,CN=All Address Lists,CN=Address Lists Container,CN=myDomain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=myRootDom,DC=root
-
The problem is that the parameter goes away after a minute or so. My guess is that it's being replicated back from a different server, but I can't prove it.
How do I get imported contacts to be registered in the GAL? (AD 2000, Exchange 2000, native). Is there a parameter I'm missing or is this an authoritative restore issue or what?
Following is a is the LDIFDE command and a sample record.
ldifde -i -f import1.Tag -s myDC -v -j c:
dn: CN=John Smith,OU=myOU,DC=myDomain,DC=com
changetype: modify
#delete: showInAddressBook
add: showInAddressBook
showInAddressBook: CN=Default Global Address List,CN=All Global Address Lists,CN=Address Lists Container,CN=myDomain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=myRootDom,DC=root
showInAddressBook: CN=All Contacts,CN=All Address Lists,CN=Address Lists Container,CN=myDomain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=myRootDom,DC=root
-