I have a 'dscl' command to change passwords that worked under Panther:
dscl -u guest -P guest1 /LDAPV3/127.0.0.1 -password /Users/guest guest2
This same command under Tiger gives me the error:
eDSAuthNewPasswordRequired
Can someone tell me what I need to change in the command to make it Tiger compatable? The man page seems to be the same as Panther so there is no help there. TIA.