mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
5bb835f439
PR: 50953 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
10 lines
597 B
Plaintext
10 lines
597 B
Plaintext
To mount shares with LinNeighborhood, there are the following possibilities:
|
|
- run it as root. (not recommended)
|
|
- give LinNeighborhood the suid flag (not recommended)
|
|
- give mount_smbfs and umount the suid flag (very bad!)
|
|
- install and configure sudo correctly and replace mount_smbfs and umount
|
|
in the preferences by "sudo mount_smbfs" and "sudo umount" (recommended).
|
|
Make sure, that all sudo rules concerning mount and umount have the
|
|
NOPASSWD flag. Otherwise two password questions might occur (one
|
|
from sudo and one from mount_smbfs) which will definitely go wrong.
|