Comment 2 for bug 1582767

Revision history for this message
Eric Delaet (eric-delaet) wrote :

Hello Christian,

I'm using Samba with winbind to connect to Active Directory as a slave server. I guess that's why it wants to read the syncronized time. My Samba setup:

  netbios name = <servername>
  workgroup = <domain>
  realm = <domain.local?
  server string = %h
  security = ads
  encrypt passwords = yes
  password server = <ad-ip1> <ad-ip2>

  idmap config * : backend = rid
  idmap config * : range = 10000-20000

  winbind use default domain = Yes
  winbind enum users = Yes
  winbind enum groups = Yes
  winbind nested groups = Yes
  winbind expand groups = 10
  winbind separator = +
  winbind refresh tickets = yes
  winbind cache time = 300

  template shell = /bin/bash
  template homedir = /home/%U

  preferred master = no
  dns proxy = no
  wins server = <ad-server1> <ad-server2>
  wins proxy = no

  inherit acls = Yes
  map acl inherit = Yes
  acl group control = yes

  load printers = no
  debug level = 0
  use sendfile = no

After that, individual shares follow.

Do you need any more information or help?