Installare un ambiente Groupware integrato in Samba4: differenze tra le versioni

Nessun oggetto della modifica
Riga 467: Riga 467:
# chmod 700 /etc/dovecot/dovecot-ldap.conf
# chmod 700 /etc/dovecot/dovecot-ldap.conf
# /etc/init.d/postfix restart
# /etc/init.d/postfix restart
</pre>
== Installazione di iGestis ==
iGestis è un tool che ci permetterà di amministrare gli utenti del nostro groupware in maniera agevole da un'interfaccia web. Aggiungiamo quindi il repository di iGestis:
<pre>
# wget http://iabsis.com/uploaded_content/igestis.list -O /etc/apt/sources.list.d/igestis.list
# wget http://open.iabsis.com/open.iabsis.com.asc -O- | apt-key add -
# apt-get update
</pre>
Quindi installiamo iGestis rispondendo come segue alle domande dell'installer:
<pre>
# apt-get install igestis igestis-openchange
</pre>
* Choose the wanted authentication method : Samba4
* Choose the admin account name : administrator
* Specify the uris for the directory : ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi (lasciare così)
* Specify the directory base tree : you domain (example in the context : domain.local)
* Specify the directory admin account for the directory : Administrator@domain.local
* Please specify the admin password for the directory : password di Samba4
* Create a user in iGestis when present in the directory ? Yes
* Configure database for igestis with dbconfig-common? Yes
* Password of the database’s administrative user: Password di root di MySQL
* MySQL application password for igestis: vuoto
* Web server to reconfigure automatically : Apache2
Infine forziamo il valore seguente nella configurazione di iGestis:
<pre>
# nano /etc/igestis/ConfigIgestisGlobalVars.php
</pre>
<pre>
const LDAP_USER_RDN = "cn=%username%";
</pre>
</pre>