"browsable" instead of "browseable" in smb.conf

Bug #157174 reported by IceWil
4
Affects Status Importance Assigned to Milestone
system-tools-backends (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Ubuntu 7.10

1) System -> Administration -> Shared Folders
2) Share a folder with SMB
3) Open /etc/samba/smb.conf
4) Look :

[Test]
path = /home/myuser/Test
available = yes
browsable = yes
public = yes
writable = no

instead of

[Test]
path = /home/myuser/Test
available = yes
browseable = yes
public = yes
writable = no

Changed in samba:
assignee: nobody → nxvl
status: New → Confirmed
Revision history for this message
Nicolas Valcarcel (nvalcarcel) wrote :

This isn't a samba bug, the error is in the shares-admin utility on gnome-system-tools package.

Revision history for this message
diegoe (diegoe-deactivatedaccount-deactivatedaccount) wrote :

This is actually a bug in system-tools-backends:

/usr/share/system-tools-backends-2.0/scripts/Shares/SMB.pm:175:
(...)
  push @share, &Utils::Parse::get_from_ini_bool ($smb_conf_name, $section, "browsable") ||
(...)

It's just a typo.

Revision history for this message
Nicolas Valcarcel (nvalcarcel) wrote :

browsable

    This parameter is a synonym for browseable.

It isn't a typo, it's right.

Revision history for this message
Nicolas Valcarcel (nvalcarcel) wrote :

It doesn't represent any problem, browsable is a synonym for browseable.

Changed in system-tools-backends:
assignee: nxvl → nobody
status: Confirmed → Invalid
Revision history for this message
Mathias Gug (mathiaz) wrote : Re: [Bug 157174] "browsable" instead of "browseable" in smb.conf

According to smb.conf:

       browsable
                 This parameter is a synonym for browseable.

  status invalid

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.