G
Guest
Hi,
Is it possible to run a ldf file to modify all the user objects within an OU?
dn: OU=Test,OU=Departments,DC=company,DC=com,DC=au
changetype: modify
replace: postOfficeBox
postOfficeBox: PO Box whatever
-
dn: OU=Test,OU=Departments,DC=company,DC=com,DC=au
changetype: modify
replace: streetAddress
streetAddress: Whatever Street
-
When I ran this ldf file it resulted with the following on screen error.
H:\My Documents>ldifde -i -f Test.ldf -s server
Connecting to "server"
Logging in as current user using SSPI
Importing directory from file "Test.ldf"
Loading entries..
Add error on line 7: Object Class Violation
The server side error is "An attempt was made to modify an object to include
an
attribute that is not legal for its class."
1 entry modified successfully.
An error has occurred in the program
Thanks
Is it possible to run a ldf file to modify all the user objects within an OU?
dn: OU=Test,OU=Departments,DC=company,DC=com,DC=au
changetype: modify
replace: postOfficeBox
postOfficeBox: PO Box whatever
-
dn: OU=Test,OU=Departments,DC=company,DC=com,DC=au
changetype: modify
replace: streetAddress
streetAddress: Whatever Street
-
When I ran this ldf file it resulted with the following on screen error.
H:\My Documents>ldifde -i -f Test.ldf -s server
Connecting to "server"
Logging in as current user using SSPI
Importing directory from file "Test.ldf"
Loading entries..
Add error on line 7: Object Class Violation
The server side error is "An attempt was made to modify an object to include
an
attribute that is not legal for its class."
1 entry modified successfully.
An error has occurred in the program
Thanks