4
0
Fork 0
ldap-admin/bin/replace-attribute

7 lines
195 B
Bash
Executable File

#!/bin/bash
#% replace-attribute targetDn attrName newValue
#% Replace the value of attribute attrName on targetDn, whatever that happens to mean
. $LIB_DIR/common.sh
basic-attr-op 'replace' $@