This section contains limitations of the ldif2dib utility:
The LDIF file should mention all the object classes that an entry belongs to. An entry can belong to multiple object classes because of inheritance. For example, an entry of type inetOrgPerson should have following syntax in the LDIF file:
objectclass: inetorgperson objectclass: organizationalPerson objectclass: person objectclass: top
Currently, following syntaxes are not supported:
SYN_UNKNOWN |
SYN_NET_ADDRESS |
SYN_OCTET_LIST |
SYN_PATH |
SYN_REPLICA_POINTER |
SYN_TIMESTAMP |
SYN_BACK_LINK |
SYN_TYPED_NAME |
SYN_HOLD |
SYN_TIME |
ACLs that are specified in the ACL templates for an object class, are not automatically added for objects bulkloaded using ldif2dib.
On Linux, if the -b option is used, the screen that displays statistics disappears after the bulkload is complete. The final statistics, however, are written to the log file for reference.
On Windows, while uploading LDIF having simple password, ldif2dib might fail if the NICI keys in system and Administrator folder are not in sync. To work around this issue, access the keys present in the nici/system folder as follows:
Go to the C:\Windows\system32\novell\nici\folder.
Backup the files present in the Administrator folder.
Get access to the system folder and its files by following the below mentioned steps:
Go to the Security tab in the Properties window of the system folder.
Select Advanced Options and go to Owner tab.
Select Administrator.
Go back to the Security tab and add Administrator to the list.
Repeat the similar steps to get read access to all the files present inside the system folder.
Overwrite the files in the Administrator folder with the ones in the system folder.
Once the upload is done, copy the backed up files to the Administrator folder.
Revert back the Administrator's access to the system folder and also the files within the folder.
Bulkloading an LDIF with a large number of container objects using ldif2dib can result in a memory build up leading to a -150 error being reported.
eDirectory does not support bulkloading data to filtered replicas.