Adam,

What do you see if you perform the ldapmodify with debug:

       -d debuglevel
Set the LDAP debugging level to debuglevel. ldapmodify must be compiled with LDAP_DEBUG defined for this option to have any effect.



On Apr 14, 2008, at 9:24 AM, Adam Williams wrote:
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:

[EMAIL PROTECTED] 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.



______________________________________________
Chris G. Sellers                        |       NITLE  - Technology Team
734.661.2318                    |       [EMAIL PROTECTED]
AIM: imthewherd                 |       GoogleTalk: [EMAIL PROTECTED]

Reply via email to