Project

General

Profile

Tâche #10493

Scénario #10308: Qualification eSBL 2.4.1

Manque variable smb.conf smb_password_server

Added by Emmanuel IHRY about 8 years ago. Updated about 8 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Start date:
09/01/2014
Due date:
% Done:

100%

Estimated time:
1.00 h
Spent time:
Remaining (hours):
0.0

Description

Variable intégrée à la 2.3.15 mais non présente dans la 2.4

<variable name='smb_password_server' type='string' description="Peut permettre de préciser le(s) contrôleur(s) pour l'authentification" exists='False'>
<value>*</value>
</variable>

Correspond dans le fichier samba.conf au paramètre : password server


Related issues

Related to conf-esbl - Bac à idée #9294: Créolisarion de "password server" dans smb.conf Fermé 10/16/2014

Associated revisions

Revision f981dcb3 (diff)
Added by Benjamin Bohard about 8 years ago

Ajout de la variable smb_password_server

Ref #10493

Revision 7383b93d (diff)
Added by Benjamin Bohard about 8 years ago

Report des modifications apportées en 2.3 pour la variable "password server".

Ref #10493

History

#1 Updated by Emmanuel IHRY about 8 years ago

  • Description updated (diff)
  • Assigned To set to Benjamin Bohard

#2 Updated by Emmanuel IHRY about 8 years ago

A reprendre de dicos/70_esbl.xml
<variable name='smb_password_server' type='string' description="Peut permettre de préciser le(s) contrôleur(s) pour l'authentification" exists='False'>
<value>*</value>
</variable>

à reprendre distrib/global_smb.tmpl.esbl

if %%smb_active_directory == 'oui'
password server = %%lower(
%smb_ad_nom_long_controleur)
%else
password server = %%smb_password_server
%end if

#3 Updated by Benjamin Bohard about 8 years ago

  • Estimated time set to 1.00 h
  • Remaining (hours) set to 1.0

Cette variable est utilisée si la valeur de la variable smb_active_directory est à non. Si c'est une alternative, on peut la masquer dans l'interface de configuration.

Est-ce que la propriété exists='False' est justifiée par un développement futur ? En l'état, cette variable n'existe pas autre part sur le module et ne semble pas utile.

#4 Updated by Emmanuel IHRY about 8 years ago

Pour le point 1 : ok pour quelle ne soit visible dans l'interface que si la valeur de la variable smb_active_directory est à non

Pour le pt 2 : exists='False' --> cette valeur à quel impact ?

#5 Updated by Benjamin Bohard about 8 years ago

  • Status changed from Nouveau to En cours
  • Remaining (hours) changed from 1.0 to 0.5

Changement à faire dans eole-fichier

#6 Updated by Benjamin Bohard about 8 years ago

  • Status changed from En cours to Résolu

#7 Updated by Benjamin Bohard about 8 years ago

  • % Done changed from 0 to 100
  • Remaining (hours) changed from 0.5 to 0.25

#8 Updated by Michel BALLY about 8 years ago

  • Status changed from Résolu to Fermé
  • Remaining (hours) changed from 0.25 to 0.0

#9 Updated by Michel BALLY about 8 years ago

  • Status changed from Fermé to En cours

#10 Updated by Michel BALLY about 8 years ago

mettre cette variable dans la famille Samba et non Général comme 2.3.15

#11 Updated by Emmanuel IHRY about 8 years ago

  • Status changed from En cours to Fermé

Vu avec le Pole EOLE : la logique suivie tient à l'utilisation de cette variable dans le fichier de configuration : alternative au nom du controleur AD

--> on laisse tel quel

Also available in: Atom PDF