1

I just installed debian and samba my debian computer name is "debian" but after installing samba it is showing like this(in windows network places)

"Samba 4.1.17-Debian(Debian)"

How can I edit/change this description "Samba 4.1.17-Debian" ?

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
Bobby
  • 23
  • 1
  • 3

1 Answers1

1

Edit /etc/samba/smb.conf, in [global] section, change the following configurations:

netbios name = Debian
server string = Debian
daisy
  • 53,527
  • 78
  • 236
  • 383