Displaying 20 results from an estimated 300 matches similar to: "Errors from remote_password_change()"
1999 Nov 06
2
Win98 SE, Samba 2.0.5, abysmal write performance
I am running Win 98 SE and have a Samba server v2.0.5 on a FreeBSD 3.3
system. Both machines sit on the same 100baseTX subnet. I am seeing
expected read performance, but writes from Win98 to the Samba share are
terrible; upwards of 30 seconds to copy a 900kb file (yes, that's kb).
This happens in both Explorer, the DOS "shell", and in the application that
actually created the file
2018 Mar 28
0
ODP: Re: freeradius + NTLM + samba AD 4.5.x
Hi,
thank you very much for testing everything out. Great work!
One question: passchange - which application are working with passchange
on radius ?
In the moment every user with an expired password is NOT able to use
services using radius
for authentication (WLAN,VPN). Is there any documentation available ?
Bye, Peer
On 27.03.2018 22:40, Kacper Wirski via samba wrote:
> Hello,
>
>
2023 Oct 14
3
Compiling within Samba Source-Tree
Dear Samba-experts:
we migrated from Samba 3.6 to 4.18 and everything works well.
But there are two problems where I need some expert-help:
We are using a daemon that is running on our AD-server. It accepts
connections from remote machines and changes the passwords of
certain users. Calling system("smbpasswd") from within that daemon
would be too slow so the daemon calls
2004 Apr 09
0
why do occur seg-fault at uicode_to_unix_char() - using remote_change_password function???
Hello everyone.
I am writing some program which change password of smb users.
so i use remote_change_password function and try it but seg-fault whenever
call unicode_to_unix_char() function.
blow my code
int setsambapassword( const char *remotehost, char *username, const char
*smboldpassword, char *password)
{
char err[1024];
int ret;
memset( &err, '\0', sizeof(err));
ret
2004 Jul 16
2
Can't build 3.0.4 under QNX 6.1.0
I've been trying to build Samba 3.0.4 on QNX 6.1.0.
1. I downloaded the source tarball "samba-latest.tar.gz" from a mirror
site. The downloading was done on an MS-Windows system. The tarball was
transferred to the QNX box by loading into Emacs on MS-Windows with "M-x
find-file-literally" then saving it with Emacs's ftp facility: "C-x C-w
2013 Aug 29
0
Changing remote Windows password from python
I can change user's password on remote win-host with smbpasswd
(smbpasswd - r <REMOTE_IP> -U <REMOTE_USER>). And I see that smbpasswd
uses source3/libsmb/passchange.c, but I can't find any bindings to do
this from python. Is there python way for changing remote password?
--
Kurbanov Azat,
e-mail: cordalace at gmail.com
2006 Feb 13
1
Roaming Profile won't upload to workstation that didn't create it
Hi,
I believe I've had a 'hidden' roaming profiles problem with Samba for a
while (I have no idea when it first manifested itself - sometime between
3.0.2 and 3.0.21a).
When I create a new user, their client workstation creates and updates
the profile without any problems. Existing profiles used by existing
client workstations are also fine. However, when I try to logon as an
2020 Jul 22
3
rpcclient & smbpasswd user PASSWORD_MUST_CHANGE
Hello,
First of all I would like to apologize if my mail is not clear, this is my first time doing this kind of things !
I'm currently working within a small AD environment within a single forest-domain which is the following :
- DC Windows 2016
- Archlinux with samba version 4.12.3
I currently have a standard domain user named 'test' which has the attribute
2018 Mar 27
5
ODP: Re: freeradius + NTLM + samba AD 4.5.x
Hello,
I can definately confirm that it's working.
My basic setup is:
1) Samba 4.7.6 AD DC (2 of them), compiled from source, on centos 7
2) Freeradius 3.0.13 + samba 4.6.2 as domain member, packages straight
from centos repo. // I tested also on freeradius 3.0.14 and samba 4.7.x
smb.conf on the DC is pretty basic, most important is obviously in
[globall]:
ntlm auth =
2002 Jun 24
1
problem compiling samba 2.2.5 on rh 7.3
Hello All,
While i was able to do a
./configure --prefix=/usr/local/samba --with-ldapsam
with no errors, i did encounter the ff when running
'make':
=======================================================
Script started on Tue Jun 25 11:52:59 2002
# make install
Using FLAGS = -O -O2 -march=i386 -mcpu=i686
-Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_LARGEFILE64_SOURCE
2023 Apr 03
2
Fwd: ntlm_auth and freeradius
Op 03-04-2023 om 16:05 schreef Tim ODriscoll via samba:
> Dear All,
>
> I'm trying to setup FreeRADIUS to authenticate a machine account to grant access to wifi for domain-connected machines. I think I've got the GPO's set up properly and the CA deployed to the clients, as I'm not getting any errors there.
>
> The errors I'm getting are to do with ntlm_auth not
2007 Jul 21
0
compiling samba 2.2.12 on Solaris (x86)
I am trying to build Samba 2.2.12 on Solaris 10 x86 with gcc. I am
not able to successfully build it, however. I get a linker error for
an undefined symbol VA_COPY. How can I fix this problem?
Linking bin/smbd
Undefined first referenced
symbol in file
VA_COPY lib/snprintf.o
ld: fatal: Symbol referencing errors. No
1999 May 22
0
gcc: Internal compiler error: samba 2.0.3 for linux 2.0.30.
Am getting
Compiling passdb/passdb.c
gcc: Internal compiler error: program cc1 got fatal signal 6
make: *** [passdb/passdb.o] Error 1
while attempting to make from samba-2.0.3 on Linux 2.0.30 kernel.
I have successfully used the same tar to install on a linux Slackware
2.0.34 kernel machine, no problems at all. The same error occurs on two
different servers, both made from the same Slackware
2003 Jul 11
1
Compile issues /w kerberos - Samba - 3.0 b2
I get the following compile error when compiling. It appears to be
coming from KRB5LIBS. I'm not sure if it is a bug that needs to be
addressed or if I screwed something up? I'm using the standard source:
Error message
.......
Linking libsmbclient shared library bin/libsmbclient.so
PYTHON_OBJS="dynconfig.po param/loadparm.po param/params.po
lib/charcnv.po lib/debug.po lib/fault.po
2002 Sep 14
1
Freebsd make problems
Hello,
I am running Freebsd 4.5 on a alpha based server. I got the samba
source from the cvs [ 2.2 branch ] and I am running into come make
problems. I used ./configure --with-ldapsam --with-ssl --with-quota
--with-cups and after that gets done i type in make and i get the
following errors:
alphatest# make
Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/ssl/include -O -I./popt
-Iinclude
2006 Jul 02
1
snprintf.c:(.text+0x14): undefined reference to `VA_COPY'
Trying to compile Samba 2.2.8a on Solaris 10.
Changing Samba versions is not an option. Too many
production systems hanging off that PDC.
Samba 2.2.8a
SunOS smb244-1 5.10 Generic sun4u sparc SUNW,Sun-Fire-V210
Tried gcc 3.3.2 and 2.95.3.
Everything compiles but when it tries to link I get
the following error. I searched the archives but
didn't find any answer for this. How do I fix this?
2006 Sep 13
0
CentOS-announce Digest, Vol 19, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2006 Sep 12
0
CESA-2006:0658 Low CentOS 4 ia64 wireshark - security update
CentOS Errata and Security Advisory 2006:0658
https://rhn.redhat.com/errata/RHSA-2006-0658.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/ia64/RPMS/wireshark-0.99.3-EL4.2.ia64.rpm
updates/ia64/RPMS/wireshark-gnome-0.99.3-EL4.2.ia64.rpm
--
Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/
Top-postings silently ignored
2006 Sep 12
0
CESA-2006:0658 Low CentOS 3 ia64 wireshark - security update
CentOS Errata and Security Advisory 2006:0658
https://rhn.redhat.com/errata/RHSA-2006-0658.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/ia64/RPMS/wireshark-0.99.3-EL3.2.ia64.rpm
updates/ia64/RPMS/wireshark-gnome-0.99.3-EL3.2.ia64.rpm
--
Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/
Top-postings silently ignored
2006 Sep 13
0
CESA-2006:0658 Low CentOS 3 s390(x) wireshark - security update
CentOS Errata and Security Advisory 2006:0658
https://rhn.redhat.com/errata/RHSA-2006-0658.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/wireshark-0.99.3-EL3.2.s390.rpm
updates/s390/RPMS/wireshark-gnome-0.99.3-EL3.2.s390.rpm
s390x:
updates/s390x/RPMS/wireshark-0.99.3-EL3.2.s390x.rpm