有没有办法在LDIF文件中执行下列操作之一?
要么:
ldapmodify有一个-c标志:
ldapmodify
-c
-c continuous operation mode (do not stop on errors)
…我想应该照顾你的第一点。
正确的做法是使用replace操作
dn: ... changetype: modify replace: attributeName attributeName: xxx