[Logo] LDAPSoft LDAP And Active Directory Tools Community Forums
  [Search] Search   [Register] Register /  [Login] Login 
 
Deleting Attributes  XML
Forum Index » General Discussion
Author Message
jjohn



Joined: 08/02/2010 19:10:57
Messages: 6
Offline

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.
support



Joined: 27/06/2008 19:01:18
Messages: 123
Offline

Yes, you can mass delete attribute with LDAP ADmin Tool.

To delete an attribute you set them to null using sql statement.

e.g.
update ou=MemberGroupB,o=stooges set carLicense=null

The above statement will find all the entries under the ou=MemberGroupB,o=stooges and will update their carlicense value to null or in other word it will delete the attribute.
jjohn



Joined: 08/02/2010 19:10:57
Messages: 6
Offline

Thanks, I will let the client know.
 
Forum Index » General Discussion
Go to:   
[Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing  
Powered by JForum 2.1.9 © JForum Team