samba authentication problems

2004-02-07 Thread Frlo
Hi i want you to ask you if you solve the problem with Failed to add entry for user and bla bla i have the same problem, but probably i didn't see the anser or hints how to fix this problem. ___ [EMAIL PROTECTED] mailing list

Re: samba authentication problems

2003-08-14 Thread Stacey Roberts
Hello, On Thu, 2003-08-07 at 19:11, John DeStefano wrote: Lewis Thompson [EMAIL PROTECTED] wrote:On Thu, Aug 07, 2003 at 06:49:49AM -0700, John DeStefano wrote: AFAIK, I have not enabled ldap authentication. But how do I confirm? Well. If it's 2.2.8a then it's defined at compile time

Re: samba authentication problems

2003-08-14 Thread John DeStefano
Hi Tim and lewiz~ Thanks for these ideas. They definitely helped, and have alleviated some of the problem. I can now do 'smbpasswd' without an error. But I'm still getting a non-LDAP auth. error; see below: = [gandalf] ~# smbpasswd -a linuxbox New SMB password: Retype new SMB password:

Re: samba authentication problems

2003-08-14 Thread Lewis Thompson
On Mon, Aug 11, 2003 at 08:42:58AM -0700, John DeStefano wrote: [gandalf] ~# smbclient -L gandalf -U linuxbox added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 can't determine netmask for 192.168.1.1 Did you specifically specify the interfaces to bind to in the smb.conf?

Re: samba authentication problems

2003-08-12 Thread Lewis Thompson
On Thu, Aug 07, 2003 at 06:49:49AM -0700, John DeStefano wrote: AFAIK, I have not enabled ldap authentication. But how do I confirm? Well. If it's 2.2.8a then it's defined at compile time (i.e., you specify you want it, or it autodetects if openldap is installed). Otoh, if it's samba-devel

Re: samba authentication problems

2003-08-10 Thread T Kellers
Did you do a make clean before the make re-install? If not, it's reading the original config. try: # make deinstall make clean make build install Just a thought, just in case Tim Kellers CPE/NJIT On Thursday 07 August 2003 02:11 pm, John DeStefano wrote: Lewis Thompson [EMAIL PROTECTED]

Re: samba authentication problems

2003-08-10 Thread Lewis Thompson
On Thu, Aug 07, 2003 at 11:11:58AM -0700, John DeStefano wrote: I'm using 2.2.8a. I've now done a 'make install' after 'make deinstall' twice, with the same results both times, so I can only assume the installation is autodetecting openldap, as you suspected above. I've had a look at the

samba authentication problems

2003-08-07 Thread John DeStefano
I'm trying to get my FBSD and XP boxes speaking the same samba language. I compiled samba with only make install and no options. I've configured my smb.conf but when I try to add a user with smbpasswd I'm getting ldap errors. # smbpasswd -a userName New SMB password: Retype new SMB password:

Re: samba authentication problems

2003-08-07 Thread John DeStefano
Lewis Thompson [EMAIL PROTECTED] wrote:On Thu, Aug 07, 2003 at 06:49:49AM -0700, John DeStefano wrote: AFAIK, I have not enabled ldap authentication. But how do I confirm? Well. If it's 2.2.8a then it's defined at compile time (i.e., you specify you want it, or it autodetects if openldap is