Displaying 1 result from an estimated 1 matches for "fqdnincaps".
2009 Aug 21
1
Samba 3.2.4, Win 2008 AD require domain name for auth.
...solaris 10, which has an underlying nis providing
user information.
Smb.conf global section:
  [global]
   workgroup = DOMAINNAME
   netbios name = servername
   netbios aliases = servername2
   server string = TEST Samba Server
   os level = 0
   domain master = no
   local master = no
   realm = FQDNINCAPS
   security = ADS
   encrypt passwords = Yes
   restrict anonymous = 2
krb5.conf:
  [libdefaults]
          default_realm = FQDNINCAPS
  [realms]
          FQDNINCAPS = {
          kdc = domaincontroller
          }
  [domain_realms]
          .kerberos.server = FQDNINCAPS
Software versions:...