BUG 1717 [was Re: [Samba] Re: Samba 3.0.6 Problems w/AD and Kerberos]

Blindauer Emmanuel samba at agat.net
Fri Sep 10 22:23:10 GMT 2004


Le samedi 11 Septembre 2004 00:17, Blindauer Emmanuel a écrit :
> attached are log from smbd, krb5.conf and smb.conf
-------------- next part --------------
[global]
   workgroup = DPTINFO
   server string = %h server (Samba %v)
   dns proxy = no
   log file = /var/log/samba/log.%m
   max log size = 100000
   syslog = 0
   panic action = /usr/share/samba/panic-action %d
   obey pam restrictions = yes
   log level = 10



   security = ads
   realm = DPTINFO.URS.LOCAL
   password server = *

   use sendfile = no

   ;encrypt passwords = true

   ;passdb backend = tdbsam guest


   invalid users = root

   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .

   socket options = TCP_NODELAY
   winbind cache time = 0
   allow trusted domains = no
   winbind separator = +
   winbind use default domain = yes
   idmap backend = ldap:ldap://oie.u-strasbg.fr
   idmap uid = 10000-20000
   idmap gid = 10000-20000

   ldap suffix = dc=iutinfo,dc=local
   ldap idmap suffix = ou=Idmap
   ldap admin dn = cn=admin,dc=iutinfo,dc=local
   winbind enum users = yes
   winbind enum groups = yes
   template homedir = /data/home/%U
   template shell = /bin/false
[homes]
   path = /data/home/%U
   comment = Home Directories
   browseable = yes
   writable = yes
   create mask = 0775
   directory mask = 0775
   hide dot files = yes
[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = yes
   writable = no
   create mode = 0700
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
-------------- next part --------------
[libdefaults]
        default_realm = DPTINFO.URS.LOCAL
        krb4_config = /etc/krb.conf
        krb4_realms = /etc/krb.realms
        kdc_timesync = 1
        ccache_type = 4
        forwardable = true
        proxiable = true
	
        v4_instance_resolve = false
        v4_name_convert = {
                host = {
                        rcmd = host
                        ftp = ftp
                }
                plain = {
                        something = something-else
                }
        }

[realms]
DPTINFO.URS.LOCAL = {
         kdc = canard.u-strasbg.fr
        admin_server = canard.u-strasbg.fr
}

[domain_realm]
        .u-strasbg.fr = DPTINFO.URS.LOCAL
        u-strasbg.fr = DPTINFO.URS.LOCAL
 
[login]
        krb4_convert = true
        krb4_get_tickets = true
[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log


More information about the samba mailing list