RE: [Samba] Unable to join Samba

2008-05-20 Thread Humrick, Matt
On 5/15/08 Augustin wrote: When I execute net ads join -U Administrator I get the following error /libexec/ld-elf.so.1: /usr/lib/libkrb5.so.8: Undefined symbol init_error_table It sounds like you're missing some libraries. Did you compile krb5 yourself or is it an rpm? If you compiled it

RE: [Samba] Samba 3.0.28 failing to authenticate on Win2003 ServerActive Directory

2008-05-12 Thread Humrick, Matt
http://www.howtoforge.com/samba-domaincontroller-swat-fedora8-p3 I believe these directions are for setting up Samba as an NT4 style PDC. From your description it sounds like you want the samba server to be a domain member server in a Win2003 AD and use winbind to authenticate users. If that's

[Samba] winbind, mod_auth_pam, and plaintext passwords

2008-05-11 Thread Humrick, Matt
We have a working samba file server using winbind to authenticate with a Win2003 server in native mode. [2008/05/10 18:22:54, 5] nsswitch/winbindd_cm.c:set_dc_type_and_flags(1651) set_dc_type_and_flags: domain STARTREK is in native mode. [2008/05/10 18:22:54, 5]

RE: [Samba] samba shares and active directory

2008-05-10 Thread Humrick, Matt
I've had this happen occasionally. Give these smb.conf settings a try: netbios name = xxx password server = xxx client signing = yes server signing = yes use spnego = yes client use spnego = no Whenever I encountered this problem adjusting the signing/spnego options fixed it. Matt -Original

RE: [Samba] winbindd hangs up while retreiving usernames.

2008-05-01 Thread Humrick, Matt
This sounds similar to a problem I was having. Have a look at the following thread to see if it fixes your problem: http://lists.samba.org/archive/samba/2008-April/140109.html Matt -- To unsubscribe from this list go to the following URL and read the instructions:

RE: [Samba] select() timeout on winbindd_privileged pipe

2008-04-25 Thread Humrick, Matt
On 4/24/08 Jerry wrote: You are tracing the client. But the log only shows the parent winbindd process. I would check the child processes because I'll bet you have more traffic that will illuminate what is going on in those logs. Thanks for the tip. I took your advice and ran 'strace -ff'

[Samba] select() timeout on winbindd_privileged pipe

2008-04-23 Thread Humrick, Matt
I have an issue where winbind will occasionally pause for 30 seconds. # strace -T -t ls -l /share 16:52:20 read(4, /var/lib/samba/winbindd_privileg..., 35) = 35 0.09 16:52:20 lstat(/var/lib/samba/winbindd_privileged, {st_mode=S_IFDIR|0750, st_size=72, ...}) = 0 0.11 16:52:20

[Samba] Annoying Winbind Pause While Looking Up Permissions

2008-04-18 Thread Humrick, Matt
Our linux SLES10 fileserver is running Samba (3.0.28) and is a domain member in a Win2003 AD. Everything has been working fine for several months with the exception of an annoying pause that occurs while browsing shares. The pause will last 30 seconds and occurs roughly once every 5-10 minutes.