I have an .ldif that is:
dn: uid=hholmes,ou=People,dc=mdah,dc=state,dc=ms,dc=us
changetype: modify
sambaProfilePath: \\roark\profiles\hholmes
sambaHomePath: \\roark\hholmes
sambaLogonScript: \\roark\netlogon\scripts\hholmes.bat
sambaHomeDrive: R:
dn: uid=lhosey,ou=People,dc=mdah,dc=state,dc=ms,dc=us
changetype: modify
sambaProfilePath: \\roark\profiles\lhosey
sambaHomePath: \\roark\lhosey
sambaLogonScript: \\roark\netlogon\scripts\lhosey.bat
sambaHomeDrive: R:
dn: uid=bkearney,ou=People,dc=mdah,dc=state,dc=ms,dc=us
changetype: modify
sambaProfilePath: \\roark\profiles\bkearney
sambaHomePath: \\roark\bkearney
sambaLogonScript: \\roark\netlogon\scripts\bkearney.bat
sambaHomeDrive: R:
and when I run it with:
[root@roark ldap]# ldapmodify -D
"cn=Manager,dc=mdah,dc=state,dc=ms,dc=us" -w xxxxxxxxxxxxxx -x -v -f
profilepaths.ldif
ldap_initialize( <DEFAULT> )
replace sambaProfilePath:
\\roark\profiles\hholmes
replace sambaHomePath:
\\roark\hholmes
replace sambaLogonScript:
\\roark\netlogon\scripts\hholmes.bat
replace sambaHomeDrive:
R:
modifying entry "uid=hholmes,ou=People,dc=mdah,dc=state,dc=ms,dc=us"
modify complete
it hangs at modify complete and doesn't go on to the next person
which is lhosey. Why is this? I'm running openldap 2.3.39.