Testing Setups

From SambaWiki
Revision as of 11:27, 17 January 2011 by GlaDiaC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Create an Administrator account on Samba:

edit smb.conf: passdb backend = tdbsam idmap backend = tdb idmap uid = 1000000-1999999 idmap gid = 1000000-1999999

smbpasswd -a <you>

bin/winbindd

net sam createbuiltingroup Administrators net sam addmem BUILTIN\\Administrators <you>

bin/smbd

---

unlock account: pdbedit -c='[]' <you>

lock account: pdbedit -c='[L]' <you>

clear autolock: net sam set autolock asn no


Join the development machine to the domain:

edit /etc/krb5.conf [realms]

   KLATCH.DISCWORLD.SITE = {
       kdc = ephebe.klatch.discworld.site
       default_domain = KLATCH.DISCWORLD.SITE
   }
   RAMTOPS.DISCWORLD.SITE = {
       kdc = lancre.ramtops.discworld.site
       default_domain = RAMTOPS.DISCWORLD.SITE
   }

[domain_realm]

   .klatch.discworld.site = KLATCH.DISCWORLD.SITE
   klatch.discworld.site = KLATCH.DISCWORLD.SITE
   .ramtops.discworld.site = RAMTOPS.DISCWORLD.SITE
   ramtops.discworld.site = RAMTOPS.DISCWORLD.SITE

edit /etc/samba/smb.conf [global]

   workgroup = KLATCH.DISCWORLD.SITE
   realm = KLATCH.DISCWORLD.SITE
   security = ADS