Displaying 1 result from an estimated 1 matches for "ddcs".
Did you mean:
  dcs
  
2013 Feb 20
1
Samba 4 DC - idmap config on a samba 4 member server
Hi
I configure a member server  as discribe on this page : 
http://wiki.samba.org/index.php/Samba4/Domain_Member
My smb.conf looks like that :
[global]
    workgroup = DDCS
    security = ADS
    realm = DDCS.LOCAL
    encrypt passwords = yes
    idmap config *:backend = tdb
    idmap config *:range = 70001-80000
    idmap config DDCS:backend = ad
    idmap config DDCS:schema_mode = rfc2307
    idmap config DDCS:range = 500-40000
    winbind nss info = rfc2307
    w...