[Samba] winbindd/Samba3 on RHEL 3.0

Chris Purcell redhat at cjp.us
Fri Mar 26 14:00:35 GMT 2004


> can you provide your smb.conf and krb5.conf.
> I just finished battling to get a RHEL 3 samba box going.

smb.conf...

[global]
   workgroup = Maharam
   server string = Max Samba Server
   log file = /var/log/samba/%m.log
   max log size = 50
   security = domain
   password server = *
   encrypt passwords = yes
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   winbind separator = -
   winbind cache time = 10
   template shell = /bin/bash
   template homedir = /home/%D/%U
   idmap uid = 10000-20000
   idmap gid = 10000-20000

#===Share Definitions ===
[tmp]
    comment = Temp
    path = /tmp
    browseable = yes
    writable = yes


I never touched the /etc/krb5.conf file, so its the defaults...

[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log

[libdefaults]
 ticket_lifetime = 24000
 default_realm = EXAMPLE.COM
 dns_lookup_realm = false
 dns_lookup_kdc = false

[realms]
 EXAMPLE.COM = {
  kdc = kerberos.example.com:88
  admin_server = kerberos.example.com:749
  default_domain = example.com
 }

[domain_realm]
 .example.com = EXAMPLE.COM
 example.com = EXAMPLE.COM

[kdc]
 profile = /var/kerberos/krb5kdc/kdc.conf

[appdefaults]
 pam = {
   debug = false
   ticket_lifetime = 36000
   renew_lifetime = 36000
   forwardable = true
   krb4_convert = false
 }




Thanks,
Chris





More information about the samba mailing list