Export Users (filtered attributes?)

  • Thread starter Thread starter pat
  • Start date Start date
P

pat

I have been trying to export users from a specific
Organisation Unit (OU) to a LDF file.

When importing, I got an error, which I believe might have
been caused by me exporting too much attribute. See
<http://support.microsoft.com/default.aspx?scid=kb;
[LN];276382>

The question is, is it possible to export password as well
as standard attributes like name, email address, telephone
number, address, etc?

If so, how?

The export command I used was:
c:\winnt\system32\ldifde -f
C:\ActiveDirectoryExport\myOu.ldf -s server1" ou=myOu,dc=
reskit,dc=com"-psubtree-
r"(objectCategory=CN=Person,CN=Schema,CN=Configuration,DC=r
eskit,DC=com)"


The import command I ran was:
c:\winnt\system32\ldife -i -k -f
C:\ActiveDirectoryExport\myOu.ldf -s server2 -v

The error I got was:
connecting to server2
Logging in as current user using SSPI
Importing directory from file
C:\ActiveDirectoryExport\myOu.ldf
Loading entries
1:DC=LON,DC=myOrg,DC=ORG,DC=UK
Add error on line 1: Unwilling To Perform
The server side error is "Access to the attribute is not
permitted because the attribute is owned by the Security
Accounts Manager (SAM)."
0 entries modified successfully.
An error has occurred in the program
 
Take a look at: 276382 Access to the Attribute Is not Permitted Because the
Attribute Is Owned
http://support.microsoft.com/?id=276382


--
Tim Hines, MCSE, MCSA
Windows 2000 Directory Services

=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Note also
1) On the destination Server, where import takes place, no
SAM account exists for the users which are being imported.

2) The MyOrg Organisation Unit contains "Sub Units" e.g.
MyOrg\InformationSystem, MyOrg\HumanResources under which
users reside.

Still confused what is meant by "referral".
 
Back
Top