Author |
Message |
|
I'm trying to copy the contents of one field to another in AD, I have tried SQL but it did not work, can you suggest how to structure the sentence. I share an example of which I have built:
/* update CN=Users,DC=** set telephoneNumber=ipPhone subtreescope */
Thanks for your help
|
 |
|
works with the \ thank you
|
 |
|
hmm thats the actual name for the group
zz%all TEST
|
 |
|
Thanks, I will let the client know.
|
 |
|
Sorry I am not good at this SQL query stuff but in my AD I am looking for membership in a particular group using memberOf but I am not getting the correct results.
Here is the sql statement I am running:
SELECT displayName FROM OU=Users,OU=TEST,DC=electric,DC=net WHERE memberOf NOT 'CN=zz%All TEST,OU=Groups,OU=TEST,DC=electric,DC=net'
Thanks
|
 |
|
I have a client who has a Novell eDirectory where about 7000 groupwise accounts have become corrupted. Using the normal management (ConsoleOne) it will not let him delete and re-create the groupwise accounts. They have determined that there are 7 attributes of each account that are still populated with groupwise information even though their groupwise account is corrupted. They need to be able to mass delete those 7 attributes while leaving the rest of the properties and the eDirectory account intact. Can your LDAP admin tool standard edition do that for them.
|
 |
|