Projet

Général

Profil

CompatibiliteWindows10-1709 » Historique » Version 13

Version 12 (Gérald Schwartzmann, 12/02/2018 09:30) → Version 13/16 (Joël Cuissinat, 13/02/2018 16:14)

h1. Compatibilité Windoo

h2. Scribe 2.5.2

* Version de Samba : 4.3.11
* Configuration Samba proposée par EOLE : @server max protocol = NT1@
* Configuration "default" de Samba : @server max protocol = SMB3@

| Version du poste | Configuration du module |Intégré | Migration | Intégration (joinEOLE, Clé de registre, .bat) | État intégration | Compte utilisé |
| 1703 | NT1 | non | non | JoinEOLE | OK | prenom.eleve107 |
| 1703 | default | non | non | JoinEOLE | OK | prenom.eleve112 |
| 1703 | NT1 | non | non | - Win_Samba3DomainMember.reg + Win10.bat
- intégration manuelle
- installation client Scribe | OK | prenom.eleve107 |
| 1709 | NT1 | non | non | - activation du +Support de partage de fichiers SMB 1.0/CIFS SMB v1+
- JoinEOLE | OK | prenom.eleve112 |
| 1709 | default | non | non | - activation du +Support de partage de fichiers SMB 1.0/CIFS SMB v1+
- réactivation de l' +accès aux partages guest+
- JoinEOLE | OK | prenom.eleve107 |
| 1709 | NT1 | non | non | - activation du +Support de partage de fichiers SMB 1.0/CIFS SMB v1+
- Win_Samba3DomainMember.reg + Win10.bat
- intégration manuelle
- installation client Scribe | OK | prenom.eleve112 |
| 1703 | NT1 | oui | en 1709 | - | OK | prenom.eleve107 |
| 1703 | default | oui | en 1709 | - | OK | prenom.eleve107 |

h2. Scribe 2.6.2

* Version de Samba : 4.3.11
* Configuration Samba proposée par EOLE : @server max protocol = default@
* Configuration "default" de Samba : @server max protocol = SMB3@

| Version du poste | Configuration du module |Intégré | Migration | Intégration (joinEOLE, Clé de registre, .bat) | État intégration | Compte utilisé |
| 1709 | default | non | non | - activation du +Support de partage de fichiers SMB 1.0/CIFS SMB v1+
- réactivation de l' +accès aux partages guest+
- JoinEOLE | OK | prenom.eleve107 |



h2. Scribe 2.6.2 + Seth 2.6.2

Intégration du serveur Scribe au domaine AD du serveur Seth

h3. Scribe 2.6.2

* Version de Samba : 4.3.11

h3. Seth 2.6.2

* Version de Samba : 4.7.1

h3.

| Version du poste | Configuration du module |Intégré | Migration | Intégration (joinEOLE, Clé de registre, .bat) | État intégration | Compte utilisé | ACLs |
| 1703 | default | non | non | JoinEOLE | OK | prenom.eleve107 | OK |
| 1607 | default | oui | non | JoinEOLE | OK | prenom.eleve107 | |

h2. Compléments techniques

h3. Paramètre @server max protocol@ du smb.conf

<pre>
server max protocol (G)

The value of the parameter (a string) is the highest protocol level that will be supported by the server.

Possible values are :

· LANMAN1: First modern version of the protocol. Long filename support.

· LANMAN2: Updates to Lanman1 protocol.

· NT1: Current up to date version of the protocol. Used by Windows NT. Known as CIFS.

· SMB2: Re-implementation of the SMB protocol. Used by Windows Vista and later versions of Windows. SMB2 has sub protocols available.

· SMB2_02: The earliest SMB2 version.

· SMB2_10: Windows 7 SMB2 version.

· SMB2_22: Early Windows 8 SMB2 version.

· SMB2_24: Windows 8 beta SMB2 version.

By default SMB2 selects the SMB2_10 variant.

· SMB3: The same as SMB2. Used by Windows 8. SMB3 has sub protocols available.

· SMB3_00: Windows 8 SMB3 version. (mostly the same as SMB2_24)

· SMB3_02: Windows 8.1 SMB3 version.

· SMB3_10: early Windows 10 technical preview SMB3 version.

· SMB3_11: Windows 10 technical preview SMB3 version (maybe final).

By default SMB3 selects the SMB3_11 variant.

Normally this option should not be set as the automatic negotiation phase in the SMB protocol takes care of choosing the appropriate protocol.

Default: server max protocol = SMB3

Example: server max protocol = LANMAN1
</pre>