mount un partage win avec un domaine - Linux et OS Alternatifs
Marsh Posté le 11-03-2006 à 21:11:02
c'est un win2003 ?
il me semble qu'il faut desactiver une option de securité dans 2003,
Marsh Posté le 12-03-2006 à 08:53:10
oui c est un domaine win 2003
et aprs avoir rechercher j ai trouver ca
a. Open Active Directory Users and Computers, right-click the Domain Controllers container, and then click Properties. Click the Group Policy tab, and then click Edit.a
b. Under Computer Configuration, go to the Windows Settings\Security Settings\Local Policies\Security Options folder.
c. In the details pane, double-click Microsoft network server: Digitally sign communications (always), and then click Disabled to prevent SMB packet signing from being required.
d. In the details pane, double-click Domain member: Digitally encrypt or sign secure channel data (always), and then click Disabled to prevent secure channel signing from being required.
mais mainteant j ai un
mount /mnt/serveurdownload
8384: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
...
Marsh Posté le 12-03-2006 à 11:14:07
j'avais le meme probleme, c'etait pas chez moi donc je peux pas trop t'en dire plus, mais il me semble que ca venairt du point d
Marsh Posté le 11-03-2006 à 21:00:48
bonjour
Je cherche a mount un partage de fichier windows directement par le fstab
au debut le windows n avait pas de domaine donc la ligne de mon fstab etait
//192.168.1.9/download /mnt/serveurdownload smbfs username=******,password=****,user,noauto,exec,rw,umask=000 0 1
et ca marche, mais depuis que j ai cree un domaine sous win ca fonctionne plus
j ai tester ca
//192.168.1.9/download /mnt/serveurdownload smbfs username=domaine\******,password=****,user,noauto,exec,rw,umask=000 0 1
mais il fait ca comme erreur
>mount /mnt/serveurdownload
cli_negprot: SMB signing is mandatory and we have disabled it.
1024: protocol negotiation failed
SMB connection failed
pourivez vous m 'aider
merci
++