Samba e OpenLDAP: creare un controller di dominio con Debian Etch: differenze tra le versioni

Riga 188: Riga 188:
Configurare infine i percorsi per le home degli utenti e per le cartelle che conterranno i profiles nel caso di roaming profiles.
Configurare infine i percorsi per le home degli utenti e per le cartelle che conterranno i profiles nel caso di roaming profiles.
<pre>
<pre>
userSmbHome="\\SERVER\%U"
userSmbHome="\\SERVER\homes\%U"
userProfile="\\SERVER\profiles\%U"
userProfile="\\SERVER\profiles\%U"
</pre>
</pre>
Riga 306: Riga 306:
# Just set it to a null string if you want to use the smb.conf 'logon home'
# Just set it to a null string if you want to use the smb.conf 'logon home'
# directive and/or disable roaming profiles
# directive and/or disable roaming profiles
userSmbHome=""
userSmbHome="\\SERVER\homes\%U"
# The UNC path to profiles locations (%U username substitution)
# The UNC path to profiles locations (%U username substitution)
# Just set it to a null string if you want to use the smb.conf 'logon path'
# Just set it to a null string if you want to use the smb.conf 'logon path'
# directive and/or disable roaming profiles
# directive and/or disable roaming profiles
userProfile=""
userProfile="\\SERVER\profiles\%U"
# The default Home Drive Letter mapping
# The default Home Drive Letter mapping
# (will be automatically mapped at logon time if home directory exist)
# (will be automatically mapped at logon time if home directory exist)