Displaying 20 results from an estimated 20000 matches similar to: "How to configure samba ntlmv2 ?"
2004 Mar 04
1
where is the pdb_mysql.so
i download samba3.02 source tar package from samba.org , do the below
steps on my freebsd5.2
#./configure --with-mysql-prefix=/usr/local/mysql
#....
#make
#....
#make install
#.....
after install, i add a user:
#pdbedit -a billy
then use the simple smb.conf
[global]
security=user
[tmp]
path=/tmp
guest ok=yes
everything is ok, i can access this samba server using windows client.
2004 Aug 13
1
a quetsion on charset
hi, all
I am a new user of wine. when i run it , the following messages are
printed.
fixme:nls:init_default_lcid charset GB18030 was not recognized;
what should i do to handle it ?
Thanks in advance.
_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn/
2004 Dec 30
1
Have anyone successful shrink smbd size
hello
I want to deploy smbd into my smartphone. but flash size is limited. I
cross compile samba-2.2.8 as arm xscale .the size of smbd is 1.6M, a little
big. Have anyone cut it down before. I only need very basic question like
file browsing, delete , add etc.
Another question I assumed I don't need nmbd to share file in mobile to
windows host, right?
Thanks for your help
2006 Aug 31
1
problem with login
I set a samba server, and from the ubuntu or some other windows, I can
login to server to upload file without problem, but from several window XP,
when I login to samba server, the user name column can't input any words
just show guest.
how do I solve the problem.
many thanks
_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer:
2004 Jun 01
1
what does lp_log_file mean??
I have some problems when I read the code of the rsync.
There are many reference such as lp_log_file, lp_uid, lp_include_from,
etc. in the file clientserver.c and log.c . Who can tell what do they
mean? Are they functions? Where I can find the particular information
about them?
Thanks!
_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer:
2006 Jan 11
1
issues with security=domain
Hi Dear Samba Gurus,
We're planing to migrate the old samba server to a new samba server.
But the person who maintain old samba server have left, so we need to
figure out the configuration steps from the old config file. Now the things
that confused me now is the setting with "security=domain", the old samba
server config global sections are:
log level = 3
netbios
2005 Jun 28
2
the function of mle
Hi,
I am a user of R computer language.Several days ago,I download R-2.1.0.From
the help manual,I saw there is a function "mle" to find the maximum
likelihood estimators.But when I try to use this function,there is no this
function.Could you help me to solve this problem?
I am looking forward to your answer.
Thank you.
Jun Liu
2005 Jun 23
2
quotient and remainder
hi netters
Is there a function in R that can compute the quotient and remainder of a
division calculation? such that when 11 is given as the dividend and 5
the divider, the function returns 2(quotient) and 1(remainder).
Thanks a lot!
_________________________________________________________________
伱佲伔佈佅伮佋佖 MSN Explorer: http://explorer.msn.com/lccn/
2007 Mar 07
1
NTLMv2 configuration problems
I'm running Centos 4.3 and Samba 3.0.24. I have an OpenLDAP backend. I have
successfully got a Windows Domain to work, Windows XP -> Samba -> OpenLDAP.
I can add machines to the domain and I can login and change passwords. The
trouble is that I'm using NTLM and have been told that I must upgrade to
NTLMv2, but I'm having great difficulty doing so.
I have existing NTLM users. I
2011 Aug 22
0
mount.cifs with "sec=ntlmv2" fails ("mount error(22): Invalid argument")
Hello, everyone,
I'm trying to mount a CIFS share served by Samba using mount.cifs with NTLMv2
authentication.
According to 'man mount.cifs' the option "sec=ntlmv2" should be supported, but it
keeps giving me "mount error(22): Invalid argument".
The Samba server enforces the use of NTLMv2. When allowing for NTLMv1 on both sides
everything works just fine.
The
2015 Jun 12
0
Joining 4.2.2 Samba client to Samba3 PDC
Just a pointer..
try with settings like :
client lanman auth = yes
client NTLMv2 auth = no
client plaintext auth = yes
i dont know the exact setting are which you need, but look in the man of smb.conf
man smb.conf search for NT4, you see more settings.
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: dmorgan at westquad.med.harvard.edu
>[mailto:samba-bounces at
2004 Feb 11
2
NTLMv2 in Samba 3.0
I tested NTLMv2 again using the newly created Samba 3.0.2 (I didn't test
3.0.1). It still doesn't seem to work. Has anyone successfully made
NTLMv2 work? If so, can I have a working sample of the smb.conf file?
I have included below entries in my smb.conf (among other entries):
security = server
password server = NTDomainController
client ntlmv2 auth = yes
On both NTDomainController and
2017 Apr 19
0
Using ntlm_auth to get NTLMv2 Session support from an application
On Wed, Apr 19, 2017 at 11:03:34AM -0400, pisymbol . via samba wrote:
> Hello:
>
> As many of you already probably know, the neon library is the workhorse for
> davfs support.
>
> However, right now, the current version of libneon has very limited support
> for NTLM, particularly NTLMv2, both on the challenge/authentication side as
> well as handling NTLMv2 Session
2008 Aug 29
0
NTLMv2 and smbclient
Hi,d
When trying ntlm auth = no on one of my samba servers it broke all my
monitoring because smbclient failed to negotiate. After troubleshooting
I found that it was not trying ntlmv2 as it should so I set client
ntlmv2 auth = yes and then retried. It worked. However, other samba
servers failed to connect (notably those using share level security) as
it wanted lanman auth. So I set
2017 Apr 19
2
Using ntlm_auth to get NTLMv2 Session support from an application
Hello:
As many of you already probably know, the neon library is the workhorse for
davfs support.
However, right now, the current version of libneon has very limited support
for NTLM, particularly NTLMv2, both on the challenge/authentication side as
well as handling NTLMv2 Session Security.
There is a patch somewhere to add NTLMv2 authentication support natively
but there is zero support for
2009 Dec 28
1
NTLMv2 in Sun's 'official' Samba 3.0.37?
Hi all.
Just looking for some guidance as to what works, and what doesn't.
Recently I've noticed that no matter what I do, I can't seem to get NTLMv2 to negotiate using Windows Vista, Windows 7 or Mac OS X 10.6.x against Solaris 10 Samba 3.0.37.
If I 'tune' the client OS that it only negotiates with NTLMv1, all is well. In my global block, on the Solaris Samba server, I
2003 Oct 23
1
NTLMv2 in Samba 3.0
Hello,
Has anyone successfully configured Samba 3.0 to authenticate using NTLMv2
only? I have below entry in smb.conf:
password server = <domain controller>
to use domain controller for user authentication and DC is configured with
Level 5 - DC refuses LM and NTLM authentication (accepts only NTLMv2). So
far I got: "System error 1326 has occurred.
Logon failure: unknown user name or
2010 May 06
1
Failed to mount CIFS from windows7 with sec=ntlmv2 on Linux
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a win7 machine with NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
#dmesg | tail
Status code returned 0xc000000d
2007 Dec 11
1
ntlm_auth only supports ntlmv1 and not ntlmv2 ?
Hello,
i set up a squid proxy that should authenticate users against a samba PDC using winbind.
It works fine as long i allow ntlmv1:
on the PDC:
ntlm auth = yes
lanman auth = no
client ntlmv2 auth = yes
If i restrict the domains authentication method to ntlmv2 - that's what i want - with these settings:
ntlm auth = no
lanman auth = no
client
2013 Jun 19
1
Forcing clients to use NTLMv2 in 3.6.12
All,
I need to force XP clients to use NTLMv2 when mapping to samba 3.6.12. My config is:
ntlm auth = No
client NTLMv2 auth = Yes
client lanman auth = No
client plaintext auth = No
lanman auth = No
XP systems can still map shares with the above config.
If I add:
max protocol = SMB2
min protocol = SMB2
W7 systems map shares, XP systems cannot map shares even if I change LAN Manager