Fin.Tang@TeleCity.com wrote:
dn: uid=sabayon,ou=People,dc=TelecityGroup,dc=com
# ldapdelete [...] "cn=Sabayon user,dc=TelecityGroup,dc=com"
Compare the DN of the entry and the DN you're trying to delete: they differ. Try:
ldapdelete [options] "uid=sabayon,ou=People,dc=TelecityGroup,dc=com"
i.