View Single Post
  #4 (permalink)  
Old 02-24-2009, 03:08 AM
maumar maumar is offline
Elite Member
 
Posts: 286
Default

using zimbraSambaPassword by A. Messina you get password sync, but with samba 3.0.28b (actual CentOS 5.2, at the time i am writing) there is still this issue:
Quote:
[10:19:30 root@zimbra ~ ]# smbclient -U maumar //zimbra.dominio.it/maumar
Password:
session setup failed: NT_STATUS_PASSWORD_MUST_CHANGE
i solved as you wrote checking
Quote:
the "Password does not expire" in the Samba Account tab is checked

googling i find that is related to:
Quote:
sambaPwdLastSet
FAILED with error NT_STATUS_PASSWORD_MUST_CHANGE

maybe changing password last change, issue get fixed

Quote:
pdbedit -v -u maumar |grep Password
Password last set: 0
Password can change: 0
Password must change: 0
hopefully Antonio could help to understand what's the problem

Last edited by maumar; 02-24-2009 at 03:12 AM..
Reply With Quote