setting maximum days of password age
September 4, 2004 | Filed Under Computer |Since I’ve switched to Samba 3 I had the annoying problem, that my password had a relatively short expiration time. I’ve just found the following hint to change this to a a higher value:
pdbedit -P “maximum password age” -C 7776000
The value is in seconds, so 7776000 is approximately 3 months.