View Single Post
  #6 (permalink)  
Old 05-06-2007, 08:16 AM
voltcraft voltcraft is offline
Intermediate Member
 
Posts: 22
Default

Is there no way to delete these user accounts? I also tried to copy an account to another domain but now I have duplicated ids, for example one account foo@bar.com and one account with the same id foo@newbar.com. With zimbra it's impossible to remove these accounts.

In my ldap browser I can't see this account but it must exist, any idea how to delete that?

Ldapdelete gives me following error:

Quote:
ldapdelete -x -D "uid=zimbra,cn=admins,cn=zimbra" -w xxx "uid=user,ou=people,dc=foo,dc=bar"
ldap_delete: Internal (implementation specific) error (80)
additional info: could not locate parent of entry
What should I do to repair the database?

Quote:
ldapsearch -x -D "uid=zimbra,cn=admins,cn=zimbra" -w xxx-b "uid=user,ou=people,dc=foo,dc=bar"

dn: uid=user,ou=people,dc=foo,dc=bar
zimbraMailTransport: lmtp:mail.xxx.at:7025
givenName: Eva
zimbraMailDeliveryAddress: user@foo.at
sn: Bakalar
userPassword:: e1xxxxxxx
zimbraId: 481ae42b-cd0e-46b4-b11d-4a7dd8eb1bea
displayName: Name
objectClass: organizationalPerson
objectClass: zimbraAccount
objectClass: amavisAccount
uid: user
zimbraPasswordModifiedTime: 20070302163738Z
cn: Name
zimbraMailHost: mail.xxx.at
zimbraLastLogonTimestamp: 20070310212835Z
mail: user@foo.bar
zimbraAccountStatus: closed
zimbraMailStatus: disabled

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
Thanks!

Last edited by voltcraft; 05-06-2007 at 08:32 AM..
Reply With Quote