Hello
I recently upgraded a 5.0.9 system to 6.0.6
The posix extensions where installed prior to the upgrade.
As the wikis where not very clear (to me) I did undeploy and removed all the samba/posix stuff using
Uninstall Instructions for Unix and Windows Account Management in Admin UI
I noticed that my last created users were not showing in zimbra admin UI but the stores were still in place.
zmprov gaa did not list them too
I re-created the users and changed the sambaID and could access to the users accounts
but it is impossible to change the passwords as some
Quote:
|
sambaNTPassword missing attributes
|
errors occur
As I cleaned those attributes earlier, I can't figure out where such attributes may still sit.
this command :
Code:
for i in `zmprov -l gaa`; do echo $i && zmprov ga $i | grep -i "uidNumber|gidNumber|loginShell|sambaAcctFlags|sambaSID|homeDirectory|sambaNTPassword|samba"; done
outputs no attributes left on any account
but when I try to change a user password, the admin complains about missing sambaNTPassword attribute
As the ldap is clean, maybe some attributes are still present in the SQL structure?
do you know if there is a stronger method to remove all the posix/samba stuff
thank you in advance