Re: Re: Jessie: Set up Samba and Winbind, can't log in to the domain

2015-05-18 Thread Dalton D
I'd like to confirm how I fixed this issue, which is the same that is
described in the bug report mentioned elsewhere in the thread. In
/etc/smb.conf, I had the line

   kerberos method = secrets and keytab

This didn't work because Samba didn't create the Kerberos keytab file when
I joined the domain. By removing/disabling that line and restarting the
machine, I fixed this issue.


Re: Jessie: Set up Samba and Winbind, can't log in to the domain

2015-05-16 Thread Stefan Pietsch
On 14.05.2015 23:47, Dalton D wrote:
 Hello!
 
 I'm trying to install Pykota on Debian Jessie. At the moment, I'm trying
 to get it so that I can log in to the system with Active Directory
 accounts. I set up Samba and Winbind correctly but still can't do this.
 From the syslog, it seems that Winbind is crashing when I try to log in.
 
 I can get a list of users by doing wbinfo -u. I can also get correct
 entries using getent passwd.
 
 The relevant part of my syslog: http://pastebin.com/5SkkwA1d
 
 My smb.conf: http://pastebin.com/FR4F44kT
 
 I installed all the needed packages using apt and the system is fully
 upgraded. Winbind is enabled in pam-auth-config. 


It looks like Debian bug 784656 affects some more users.

If you change the permissions on the /var/log/samba/cores/winbindd
directory, winbindd will write a core file.


Regards,
Stefan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5557074c.2050...@sp.consulting.lsexperts.de



Re: Jessie: Set up Samba and Winbind, can't log in to the domain

2015-05-15 Thread Dalton Durst
After a search of the bug tracker, this is a confirmed issue with the
Winbind package currently in Debian Jessie:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784656