similar to: smblib/auth

Displaying 20 results from an estimated 5000 matches similar to: "smblib/auth"

1997 Dec 17
1
smblib
What is the status of this software ? Is there anobody taking care of it ? I ask, because I've got incredible and strange problems using it (SIGSEGVs in library routines...) and I want to ask if this is reliable software... OR: is there any project ongoing which hash an aim to make a user friendly library of routines to use windows shares from "C" ? I want to point that in list
2008 Aug 31
2
smb_auth problem
Hi samba community. I'm having a problem with the smb_auth authentication method. Everything looks like normal, but everytime I try to use smb_auth it returns ERR. I will show here some commands output to secure that all configuration is correct, and if anyone can help me to investigate what's happend I'll thanks. I'm using: Debian lenny, updated. ii samba 2:3.2.3-1
2008 Jun 11
1
Squid/ntlm_auth issues with two user accounts (all other accounts on the domain work).
Hi all, I have just installed and configured a squid setup authenticating against Active Directory using kerberos tickets and have achieved the holy-grail of IT - Single Sign On! The problem is that I have two users for whom is does not work. The ntlm_auth logs show that for users that are properly authenticated against squid we get the following (Usernames/Domains/Hosts have been changed for
1998 Mar 03
0
SMBlib: status? My mod's
Is anyone actively maintaining/working-on the SMBlib? I saw a post that hinted that there might be, but that was three months ago, and not a whisper since. I just added the LanMan1 (as I recall...) locking_andx function to SMBlib, and built a (trivial) Perl xs interface for the SMBlib. I'm not likely to do a whole lot more unless I pick up more business in that area -- not something I
2008 Sep 01
1
the field ttl in struct referral doesn't work
In samba source code, the file "source\include\msdfs.h" defines a struct named referral.In this struct, there is a field named ttl which is used to decide how long should client cache referral, and this field uses constant REFERRAL_TTL(#define REFERRAL_TTL 600) as default.My problem is when i set REFERRAL_TTL to be 10, it doesn't work.
1999 Oct 15
1
samba shared client lib needs LGPL
I have repackaged the client support functionality in samba to support applications requiring access to smb servers. It is a shared library built using automake & libtool. It builds samba's smbclient utility linked against the shared library for test. The perpose is to use in gnome virtual filesystem. It is currently used statically linked into midnight commander when configure'd
1997 Dec 18
2
Accessing Samba share over the Internet
Hi, I want to connect to a share on a Samba server over the Internet. I have the Samba server installed and working OK (for NT clients at least) but when I connect from my NT workstation over the Internet I get 'Invalid Handle' dialogs when I try to map a network drive. I think it should be OK but one major difference is the remote NT workstation is not a member of the domain in which
2008 Oct 03
0
squid ntlm_auth not working on versions above 3.0.26
Hello. I am using squid with ntlm authentication against a samba PDC. It has worked for me perfectly in debian etch with samba version 3.0.24, and ubuntu Gutsy with samba 3.0.26a. But when I have upgraded those servers to hardy (samba 3.0.28a) and lenny (3.2.3), thn sqwuid auth has stopped working, without any other config change. Squid version I am using is 2.6-STABLE17, and . I am using the
2004 Jul 02
1
logon problems
I am really not sure if this is a samba problem or what, but is starting to annoy me. Here is what is happening. Server 1: Squid,squidguard,dansguardian,iptables (This is firewall/filter) Server2: Samba (used for file storage and squid authentification) Clients are Windows 98. A few XP's. Everything has run fine for almost 2 years. The other day when trying to log on to the internet,
1997 Sep 15
0
Using SMB for web authentication
Hello, I have apache web server running on unix system. Then we have lots of users who only have accounts on our NT-domain. I'd like to do user&group authentications from our NT-domain using samba/SMBlib to do the actual authentication. Now does anyone know if there are already such systems available? What I'd like to do: 1) User connects to web page http://web/xyz. 2) He/she gets
2003 Apr 17
3
version scanner?
Is there an easy way/utility to determine the version of samba a particular linux server is running? Paul
2013 Dec 03
2
winbind when machine account is not allowed to read users from ad
HI, I want to use samba winbind (3.6.18 - Ubuntu) to login to a machine using ads. The problem I have is that the ad server (win 2008) does not grant read access to the user list for the machine account. Only each user can read his own entry. Due to the privacy police this behaviour can not be changed. How do I tell winbind to use the user account to look up the user and not use the machine
2005 Jul 26
1
NTLMv2 - wrong password with samba?
I have samba 3.0.14-5 installed (installed via Fedora Core 4's Yum) I have enabled "client NTLMv2 auth = yes" in smb.conf When I run "ntlm_auth --username=user --domain=MYDOM" it connects fine (change user and MYDOM to be my user and my domain) When I run "ntlm_auth --username=user --domain=MYDOM --diagnostics" it fails on all tests with "wrong password"
2008 May 30
0
Version 3.2.0pre3-9.fc9 smbclient problem
I recently installed Fedora 9 for use as a squid server. We use smb_auth basic authorization and have run into a problem with it. I believe that I have tracked the problem down to smbclient when the USER environmental variable contains the userid and password. smb_auth.sh in squid uses the USER environmental variable. Below are test results for Version 3.0.28a-0.fc8 and Version
2018 Sep 03
2
winbindd crashing -- how to auto-heal?
El 3/9/18 a les 16:35, Jamie Jackson via samba ha escrit: > I didn't set this up, but I assume the sysadmins didn't run it because > they, like Luca, probably assumed that smbd was for server functionality I didn't assume, it's the documentation that says so. In fact, the winbindd man page says that the winbind daemon provides services to smbd and ntlm_auth, not the
2017 Sep 03
4
Advice on Winbindd and NTLM Auth Performance
Hi Rowland, The only thing I'm using is winbindd the smbd and nmbd daemons are disabled. However I have now found the bottleneck is because freeradius is calling the ntlm_auth binary and effectively forking out. The guys at freeradius wrote a direct client libwbclient however their is no way of specifying the winbind privileged path using that method as it's hardcoded during compile
2017 Jun 12
2
'winbind use default domain' doesn't appear to work with ntlm_auth
Hi everyone, We just upgraded Samba from 4.4.5 to 4.6.5 and appear to be experiencing a problem with authentication, when the RPC domain is not supplied as part of the username. I have two scenarios where this has cropped up: RADIUS authentication using ntlm_auth Apache HTTP using mod_auth_ntlm_winbind RADIUS authentication: We use the freeRADIUS 'mschap' module to provide
2003 Mar 30
0
RES: Winbind broken after 2.2.8 upgrade
hello, thank you very much for the answer. I should say that my version is to 2.3a that it comes with the distribution CONECTIVA. Before posting the messages I make several tests and I place the maximum of information that I possess. If my messages not answered they leave the frustrated people it is because many of them pass for the same as me. So that you answered me I had to take advantage
2007 Aug 23
1
pam_winbind
Is there a flavor of the pam_winbind module that uses Challenge/Response (CRAP) for authentication? I have samba-3.0.25 and the pam_winbind module only does cleartext. This fails when trying to authenticate against AD. I'd like to switch our app from using ntlm_auth to pam. I did a quick hack an added winbind_auth_request_crap() and it works, but I'm wondering if anyone else has
1999 Jul 26
2
SAMBA digest 2177
At 16:58 23/07/99 +1000, you wrote: > SAMBA Digest 2177 > >For information on unsubscribing see http://samba.org/listproc/ >Topics covered in this issue include: > > 1) rookie needs help > by "Page, Jon T" <Jon.Page@pnl.gov> > 2) genrand.c > by Mark_Noel@cch.com > 3) Wincenter 3.1.13/Winframe 1.7 - ACLs: > by Hanns-Peter Ermert