I need to write a script to change users' passwords. I have everything set up and working (connect and bind) but now need some help formulating the modify string.
We are using advanced authentication so I take it, it is not a simple matter of just modifying 'userPassword' (indeed, already tried that). I am guessing I need to modify 'AuthAuthority' which seems to have 2 entries ('Kerberosv5' and 'ApplePasswordServer').
Could one of you LDAP experts help me put together the correct string to set user passwords? TIA.