Application Delivery Management
Application Modernization & Connectivity
IT Operations Management
CyberRes
The tool converts the LDAP schema present in ldif format into SCH file (Novell Directory specific format).
* For this utility to work perl should be installed on the machine.
To run the tool type:
perl ldiftosch.pl "path/LDAPfileName" "path/SCHfileName" <enter>
Where path/LDAPfileName is the file name of LDAP schema file.
path/SCHfileName is the file name of SCH schema file.
Example:
perl ldiftosch.pl "/home/dhcpLDIFschema.ldif" "/home/dhcpSCHschema.sch" <enter>