Samba e OpenLDAP: creare un controller di dominio Active Directory con Debian Wheezy: differenze tra le versioni

Riga 517: Riga 517:


=== Strumenti di Samba da shell ===
=== Strumenti di Samba da shell ===
* Aggiunta di un utente:
{| class="wikitable" style="width:99%"
<pre>
|-
# /usr/bin/samba-tool user add USERNAME
| align="center" colspan="5" style="background-color:#EFEFEF" |
</pre>
===Gestione DNS===
* Per verificare la corretta creazione:
|-
<pre>
| width="50%" | Aggiungere un record || width="50%" | # samba-tool dns add server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT data ||
# wbinfo --name-to-sid USERNAME
|-
</pre>
| width="50%" | Cancellare un record || width="50%" | # samba-tool dns delete server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT data ||
|-
| width="50%" | Interrogare un record || width="50%" | # samba-tool dns query server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT|ALL [options] data ||
|-
| width="50%" | Chiedere informazioni sul server || width="50%" | # samba-tool dns serverinfo server ||
|-
| width="50%" | Aggiornare un record || width="50%" | # samba-tool dns update server zone name A|AAAA|PTR|CNAME|NS|MX|SRV|TXT olddata newdata ||
|-
| width="50%" | Creare una zona || width="50%" | # samba-tool dns zonecreate server zone ||
|-
| width="50%" | Eliminare una zona || width="50%" | # samba-tool dns zonedelete server zone ||
|-
| width="50%" | Informazioni su una zona || width="50%" | # samba-tool dns zoneinfo server zone ||
|-
| width="50%" | Elencare le zone || width="50%" | # samba-tool dns zonelist server ||
|-
| width="50%" | Aggiungere un utente || width="50%" | # samba-tool user add USERNAME ||
|-
| align="center" colspan="5" style="background-color:#EFEFEF" |
===Gestione utenti===
|-
| width="50%" | Aggiungere un utente || width="50%" | # samba-tool user add USERNAME ||
|-
| align="center" colspan="5" style="background-color:#EFEFEF" |
===Gestione DNS===
|-
| width="50%" | Aggiungere un utente || width="50%" | # samba-tool user add USERNAME ||
|-
|}


=== ATTENZIONE ===
=== ATTENZIONE ===