Displaying 3 results from an estimated 3 matches for "common_shar".
Did you mean:
  common_share
  
2002 Dec 18
4
Samba domain with non-domain Win98
I have a samba domain. Also there are some machines which are not in
domain. I need to create share for full access for these machines.
I've tried this:
[common_share]
  path = /path/to/dir
  browseable = yes
  writeable = yes
  guest ok = yes
  force user = ftp
  force group = ftp
But when I'm trying to connect to this share I've been asked for
password to IPC$.
Can anybody help?
--
2016 Feb 18
1
Samba + ldap + cannot find domain
...dows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
;   write list = root, @lpadmin
#
[common_share]
  comment = Common writable share
  path = /home/common
  read only = no
  public = yes
#
[admin_share]
  comment = Admin read-only share
  path = /home/shared/admin
  read only = yes
  public = yes
#
[dave_share]
  comment = Dave's network drive
  path = /home/dave
  valid users = dave
  pub...
2016 Feb 18
2
Samba + ldap + cannot find domain
Because I'm a masochist, I decided to port my previous (and much older)
Samba configuration running a (much older) Slackware implementation to a
(much) new server (running Debian Jessie) without actually looking at how to
migrate it. Great fun, lots of problems to solve now.
 
The problem of the moment: /var/log/samba/log.smbd tells me it cannot find
the domain info in the ldap backend.