rommelrt at nauta.cu
2018-May-22 20:40 UTC
[Samba] Show the structure of password use in domain
Hello all; I use samba 4.7.2 in a CentOS 7.5 proxmox container. Is there a way to know the password structure for a domain? I mean, the number of characters that must use the password, to set the use of password requiere complexity structures, to set the number of days before the change of the password, etc. How I can see this? Rommel
Andrew Bartlett
2018-May-22 23:58 UTC
[Samba] Show the structure of password use in domain
On Tue, 2018-05-22 at 16:40 -0400, Rommel Rodriguez Toirac via samba wrote:> Hello all; > I use samba 4.7.2 in a CentOS 7.5 proxmox container. > Is there a way to know the password structure for a domain? I mean, > the number of characters that must use the password, to set the use of > password requiere complexity structures, to set the number of days > before the change of the password, etc. How I can see this?samba-tool domain pwsettings show I trust this helps, Andrew Bartlett -- Andrew Bartlett https://samba.org/~abartlet/ Authentication Developer, Samba Team https://samba.org Samba Development and Support, Catalyst IT https://catalyst.net.nz/services/samba
On Wed, 23 May 2018 11:58:59 +1200 Andrew Bartlett via samba <samba at lists.samba.org> wrote:> On Tue, 2018-05-22 at 16:40 -0400, Rommel Rodriguez Toirac via samba > wrote: > > Hello all; > > I use samba 4.7.2 in a CentOS 7.5 proxmox container. > > Is there a way to know the password structure for a domain? I mean, > > the number of characters that must use the password, to set the use > > of password requiere complexity structures, to set the number of > > days before the change of the password, etc. How I can see this? > > samba-tool domain pwsettings show > > I trust this helps, > > Andrew Bartlett >Close, but it is actually 'samba-tool domain passwordsettings show' Run 'samba-tool domain passwordsettings --help' for all the options. Rowland