tuto:ipasserelle:telephonie:deploiement_de_config_polycom

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
tuto:ipasserelle:telephonie:deploiement_de_config_polycom [20/11/2009 22:06]
dani
tuto:ipasserelle:telephonie:deploiement_de_config_polycom [22/06/2010 19:48]
dani Page moved from telephonie:deploiement_de_config_polycom to deploiement_de_config_polycom
Ligne 12: Ligne 12:
 group \{ group \{
  
-option boot-server "ftp://PlcmSpIp:p4PLcPr0v1510ning@{ $LocalIP }";+option boot-server "ftp://PlcmSpIp:p4PLcPr0v1510ning@{ \$LocalIP }";
  
 host phone-1 \{ host phone-1 \{
Ligne 42: Ligne 42:
 PlcmSpIp PlcmSpIp
 EOF EOF
 +
 +groupadd PlcmSpIp
 +useradd -c 'Provisioning User For Polycom' -s /bin/false -m -g PlcmSpIp -d /var/lib/phone/polycom PlcmSpIp
 +echo p4PLcPr0v1510ning | passwd --stdin PlcmSpIp
 +db accounts set PlcmSpIp system-user comment 'user for polycom phones' PasswordSet yes
 +
 +
 +expand-template /etc/ftpusers
 +expand-template /etc/e-smith/pam/accounts.allow
 +expand-template /etc/e-smith/pam/accounts.deny
 +expand-template /etc/proftpd.conf
 +sv t /service/ftp
 +
 +
 +cd /var/lib/phone/polycom
 +chown -R root:PlcmSpIp ./*
 +chmod -R o-rwx ./*
 +chown PlcmSpIp ./log
 +chown PlcmSpIp ./overrides
 +chown PlcmSpIp ./contacts
 +chmod u-w ../polycom
 +
  
  
 </code> </code>
  • tuto/ipasserelle/telephonie/deploiement_de_config_polycom.txt
  • Dernière modification: 12/07/2012 18:33
  • de dani