I am trying to export the ldap. Never used laimex.exe.
Objective: Export without arbitrary truncation of entries.
Process: Export to client and ftp to Ldap server. Run 'sed' commands to modify ldif. Then import to Ldap server.
Issue: The ldif file truncates in the middle of some strings so 'sed' does not find and replace all strings.
System where laimex is running: XP
System where laimex is attempting to connect: HPUX.
How to I execute laimex: Following syntax generates errors.
laimex /s unix01.ajax.com:389 /user admin /pwd admpwd /lbs UNIX /f test.ldif
"Binding ...
Fatal error occurred: 0x90041207
The authentication method is not supported."
I assume
test.ldif will be created in the location where I am executing laimex.
Thanks!