Is it possible to set passwords in plain text in Symantec Directory with dxmodify?
Release : 12.x, 14.x
Yes, it is possible to set or change user password using dxmodify.
You need to create an LDIF file for that.
This is an example that changes user password in our sample DEMOCORP directory:
# pwd_mod.ldif
# Set or change user password
dn: <user DN>
changetype: modify
replace: userPassword
userPassword: <New user password in plain text>
#
This file is attached for your reference.
dxmodify command should look something like this:
dxmodify -h <host> -p <port> -D <Bind DN> -W -f pwd_mod.ldif