Dipan Bhattacharyya
2014-Mar-05 11:44 UTC
[Samba] Mandatory 1 uppercase alphabet for all user passwords
I am running Samba 4.1.4 on Centos 6.5. All documentation that I can access suggest that an uppercase letter is mandatory for the domain administrator. I would like to make this (at least 1 uppercase alphabet) mandatory for ALL users. Is there a way to do it? Best Regards, Dipan
Marc Muehlfeld
2014-Mar-05 19:04 UTC
[Samba] Mandatory 1 uppercase alphabet for all user passwords
Hello Dipan, Am 05.03.2014 12:44, schrieb Dipan Bhattacharyya:> I am running Samba 4.1.4 on Centos 6.5. All documentation> that I can access suggest that an uppercase letter is mandatory > for the domain administrator. I would like to make this (at > least 1 uppercase alphabet) mandatory for ALL users. Is there> a way to do it?You can activate password complexity requirement (http://technet.microsoft.com/en-us/library/cc786468%28v=ws.10%29.aspx) with: # samba-tool domain passwordsettings But you can't control with through GPO, because this check is done on the DC, and Samba can't apply GPO. So currently there's only an "on for everybody" and "off for everybody" in your domain with this function. :-) Regards, Marc