Git Product home page Git Product logo

ansible-role-sambadc's Introduction

ansible-role-sambadc's People

Contributors

ricardfo avatar thiagogomesverissimo avatar

Watchers

 avatar  avatar

ansible-role-sambadc's Issues

TASK [fflch.sambadc : avoid smb.conf testparm problem soft - root]

TASK [fflch.sambadc : avoid smb.conf testparm problem soft - root] *******************************************************
[WARNING]: The value 65536 (type int) in a string field was converted to '65536' (type string). If this does not look
like what you expect, quote the entire value to ensure it does not change.

rfc2307 in join DC

If the other DCs are Samba DCs and were provisioned with --use-rfc2307, you Should add --option='idmap_ldb:use rfc2307 = yes' to the join command

Control some parameters with ansible variable

#Disable password expiration for the Administrator account.
samba-tool user setexpiry Administrator --noexpiry

#Show domain level password options.
samba-tool domain passwordsettings show

#Disable password complexity at the domain level.
samba-tool domain passwordsettings set --complexity=off

#Disable password history at the domain level.
samba-tool domain passwordsettings set --history-length=0

#Disable password min-age at the domain level.
samba-tool domain passwordsettings set --min-pwd-age=0

#Disable password max-age at the domain level.
samba-tool domain passwordsettings set --max-pwd-age=0

#Disable minimum password length at the domain level.
samba-tool domain passwordsettings set --min-pwd-length=0

Criar rotina de backup com novo comando do samba: samba-tool domain backup

Exemplo de rotina para backup online:

samba-tool domain backup online --targetdir=/home/vagrant/bkponline --server=vagrantsambadcdebian11.smbdomain.local.br -UAdministrator --password='SuperSenh@1'

Exemplo de rotina para backup offilne:

samba-tool domain backup offline --targetdir=/home/vagrant/bkpoffline

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.