Displaying 20 results from an estimated 1100 matches similar to: "password change problem"
1998 Nov 23
0
Freebsd + NT/Nt-Client am Linux-Server
Pam_SMB allows Linux clients to validate
their passwords against an NT PDC, so the
only thing you have to do is set up the
accounts on the Linux side with an '*'
in the /etc/passwd entry. This can be
done using a list of users:
#!/bin/bash
for i in `cat myuserlist`; do
/usr/sbin/adduser -p '*' $i
with various other command line options,
such as "-s
1998 Nov 19
0
check_oem_password: Incorrect password length
I'm currently investigating the appearance of this error message for a
significant number of our users' password change attempts. It would seem
from my research that this error occurs when the data coming from the
SamOEMhash function is not of the expected format/value. I do not know if
this would be due to incorrect data being sent into the SamOEMhash
function from the client or something
1999 Feb 19
0
2.0.2 servers with 1.9.18p10 DMB?
Have there been any problems reported with running 2.0.2 on servers using
security=server with a 1.9.18p10 DMB? We've run into a situation where
I've upgraded 4 of our servers to 2.0.2 but the DMB is still running
1.9.18p10. We have had sporatic trouble with the upgraded servers
rejecting correct passwords because the DMB seemingly would not properly
validate them. Today, we ran into a
1998 Nov 03
3
SOLARIS_2.6: request_oplock_break
I saw a little discussion about this a few weeks ago but nothing concrete.
We're running samba-1.9.18p8 under Solaris 2.6x86. I am periodically
getting the following in the logfiles, usually _many_ at a time:
1998/11/03 14:42:00 request_oplock_break: no response received to oplock
break request to pid 5411 on port 40884 for dev = 1980040, inode = 33c4d
When I look up the PID (in this case
1999 Jun 24
0
2.0.4b - Bug in dfree > 2GB reporting for 16-bit clients
In 2.0.4b using a 16-bit client (in this case Lanman for DOS), disk space
reporting for partitions greater than 2GB always reports 0 space free.
I've tracked this down to the disk_norm routine in the smbd/dfree.c file.
In the code for adjusting block size and disk size/free values for 16-bit
reporting, WORDMAX was incorrectly being multiplied by 512 before being
compared with bsize. This
1998 Nov 03
3
SOLARIS_2.6: request_oplock_break (PR#10919)
skeet@Bridgewater.EDU wrote:
>
>
> Basically what it looks like to me is that an smbd process is spawning a
> child which goes defunct for some reason I have yet to determine and the
> smbd process hangs out there waiting for the child. Of course the child is
> never going to answer being defunct, so the parent smbd process sticks
> around and keeps its oplocks.
>
That
1999 Jul 21
1
2.0.5 problem with variable substitutions
I have a problem with 2.0.5 that did not happen in 2.0.4b or previous
releases. I am seeing thousands of these messages in log.smb:
[1999/07/20 23:44:24, 0] lib/util_str.c:string_sub(1095)
ERROR: string overflow by 7 in string_sub(%M, 967)
and the smbd process seems to be stuck in a tight loop.
It's caused by the variable substitutions in these lines from smb.conf:
root preexec = [ %U
1998 Apr 17
2
how to stop WfWG local browse master announcements?
this isn't strictly a samba question, but it is related in that i'm trying
to a samba server as my domain master browser and multiple samba servers
as local master browsers for a workgroup across multiple subnets.
everything seems to be working wonderfully except for one WfWG host
which does not show up in the browse list as expected. i notice that
this host is announcing itself as a
1999 Aug 06
2
Solaris 7 5/99 and samba-2.0.5a
anyone running samba-2.0.5a on a solaris 7 5/99 system and noticed this
problem?
this samba was built on a solaris 2.5 system and was running fine on a
solaris 7 3/99 system. when i installed the solaris 7 5/99 maintenance
update something broke.
log.smb:
[1999/08/06 11:04:41, 1] smbd/server.c:main(628)
smbd version 2.0.5a started.
Copyright Andrew Tridgell 1992-1998
[1999/08/06 11:36:49,
1997 Sep 03
1
ERRDOS - ERRbadshare
i'm getting the following error message from smbclient when doing tar
backups. what exactly does this error message mean and how can i
eliminate it?
ERRDOS - ERRbadshare (The sharing mode specified for an Open conflicts
with existing FIDs on the file.) opening remote file
\windows\system32\config\software.LOG
--
Todd Pfaff \ Email: pfaff@mcmaster.ca
Computing and
1998 Apr 08
0
1.9.18p4 smbpasswd
no complaints, just a little something that i noticed with smbpasswd in
1.9.18p4 that is not clear from the documentation (WHATSNEW.txt or the
smbpasswd man page)...
if you try to change your samba password without specifying the remote
hostname (-r hostname) the connection is from/to localhost and it will
fail unless you have localhost in your 'hosts allow' setting in smb.conf.
you will
1998 Apr 08
0
1.9.18p4 smbpasswd and unix sync with sunos 5.5 nis server
i found the following to work for syncing samba and unix passwords.
my environment is:
sunos 5.5
samba-1.9.18p4
samba password server is also nis master server
in smb.conf:
allow hosts = localhost [ + whatever other hosts you want to allow ]
unix password sync = yes
passwd program = /bin/passwd -r files %u; cd /var/yp; make passwd
passwd chat = *New\spassword:* "%n\n"
1999 Jan 11
0
unix password sync problem in samba-2.0.0beta5
samba-2.0.0beta5
built on Solaris 2.5 with gcc-2.7.2
running on Solaris 2.5.1
I'm trying to track down a problem I'm having using unix password sync in
samba-2.0.0beta5. I've noticed some funkiness with the SIGCLD handling in
smbd/chgpasswd.c. It seems that after an smbpasswd is run and unix
password sync is being used, an smbd is left behind, rapidly spinning it
wheels. A truss of
1999 Jan 17
0
SAMBA digest 1945
On Mon, 18 Jan 1999 samba@samba.org wrote:
> Date: Sun, 17 Jan 1999 14:55:42 +0730 (SST)
> From: Gregory Hosler <gregory.hosler@eno.ericsson.se>
> To: samba@samba.org, samba-bugs@samba.org, btenison@dibbs.net
> Subject: request_oplock_break - a clue - what does it mean ?
> Message-ID: <XFMail.990117145542.gregory.hosler@eno.ericsson.se>
>
> Hi all,
>
> I
2000 Jan 07
0
ms word 97 problems
please reply to me directly and i'll summarise answers to the list (i wish
people would make a habit of this - it would help reduce the volume on
this list and make searching for answers easier).
samba server running samba-2.0.6
windows nt 4 + sp6 running ms word 97
i have a share on the samba server defined as:
[sharename]
path = /some/path
valid users = @somegroup
write list = @somegroup
2000 Feb 09
0
The sameNetscape Profile on every machine
this is how i do it...
after installing netscape on an nt workstation, set these registry keys:
\Registry\Machine\SOFTWARE\Netscape\Netscape Navigator\Users
=
CurrentUser = Default
Default
DirRoot = h:\.netscape
UserName =
EmailAddr =
then add something like this to your nt workstation logon script:
rem copy netscape preferences file if it doesn't exist.
1999 Jan 27
0
Encrypted passwords really necessary for PDC ?
I've attached a perl script that I wrote to build smbpasswd from
/etc/passwd. Please note that this writes a samba-2.0 format smbpasswd
file.
This script will:
# - create accounts that exist in /etc/passwd and not in smbpasswd
# - remove accounts that exist in smbpasswd and not in /etc/passwd
# - preserve existing password, flags and LCT fields in smbpasswd
# - sets new account passwords to
2000 Jan 20
2
ms word and samba 2.0.6 problems
a plea to anyone who is using ms word from ms office 97 to access word
documents on a samba 2.0.6 server from nt workstation 4 clients...
can you send me the relevant smb.conf section for any samba shares that
you use to read and write shared ms word documents? i'd like to know if
you're doing anything funky with locking or something like that.
i'm trying to allow a group to share
1998 Dec 08
1
Can't connect to shares w/2.0beta3 on OSF1
I was running 1.9.18p10 on a test DEC Unix 4.0d box here and I decided to
give 2.0beta3 a try. For some reason, I cannot connect to any of the server's
shares or even get a list of it's services (via Start->Run->\\server) from Win95
clients.
It asks for a password and no matter what I put in there I get "The
password is not correct. Try again."
I configured Beta3 a la:
1999 Oct 25
0
SAMBA digest 2283
please take us off of the samba e-mail list for the time being thanks.
----- Original Message -----
From: <samba@samba.org>
To: Multiple recipients of list SAMBA <samba@samba.org>
Sent: Monday, October 25, 1999 5:44 AM
Subject: SAMBA digest 2283
> SAMBA Digest 2283
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue