G
Guest
Hello. Using LDIFDE, Win2000, what's the format of the command to clear a field such as a user's manager? I was trying this...
dn: CN=John Doe,CN=Users,DC=domain,DC=com
changetype: modify
replace: title
title: DataBase Admin
-
replace: manager
manager: ;
-
I also tried just having NOTHING after the manager like so...
replace: manager
manager:
-
but that didn't work either. Is there a special keyword to wipe out (null) the contents of an attribute using LDIFDE?
Thanks, Bruce
dn: CN=John Doe,CN=Users,DC=domain,DC=com
changetype: modify
replace: title
title: DataBase Admin
-
replace: manager
manager: ;
-
I also tried just having NOTHING after the manager like so...
replace: manager
manager:
-
but that didn't work either. Is there a special keyword to wipe out (null) the contents of an attribute using LDIFDE?
Thanks, Bruce