Displaying 20 results from an estimated 2000 matches similar to: "anonymous only share asking LANMAN password"
2008 Mar 27
1
samba automatically delete folders ??????????
Dear list,
I am facing really a mysterious problem with samba.
I am using clarkconnect server where samba-3.0.25b-1.1.cc is installed.
I have created some samba users and windows XP user can share their
samba files and folders without any problem.
But the problem which happened here third time is auto deletion of files
and folders !!!!!!!!!!!!!!!!!!!!!!!!!!
An user ( FROM XP) simply deleted 2
2009 Nov 02
2
Problem with pam_winbind
Hi
my setup debian amd64 with
ii samba 2:3.4.2-1
SMB/CIFS file, print, and login server for Unix
ii samba-common 2:3.4.2-1
common files used by both the Samba server and
ii samba-common-bin 2:3.4.2-1
common files used by both the Samba server and
ii samba-doc
2002 Apr 16
5
[Bug 117] OpenSSH second-guesses PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=117
------- Additional Comments From fcusack at fcusack.com 2002-04-16 23:27 -------
sshd should definitely not be using 'NOUSER'. The correct thing is to use
the username, regardless of whether (pw) exists. I can't understand why
you would substitute the value 'NOUSER'.
------- You are receiving this mail because: -------
2009 Nov 04
2
How to glue com32 module in grub2 ?
Hello Erwan and others,
I am running HDT from grub2 with memdisk. I have informed the success of
booting hdt to the grub2 list. Some developers are very much interested
to this issue and they are showing their interest to make a glue
between com32 and grub2 so that hdt can be loaded without memdisk. It
is really very exciting to have hdt as an inbuilt feature of grub2.
Could any one kindly
2013 Nov 04
1
is sssd *faster* than samba4's builtin winbind?
Using samba 4.0.9 as an AD DC (no other domain servers).
Since my UIDs and GIDs have changed, I was doing cleanup:
find /srv/svn/ -xdev '(' -nouser -o -nogroup ')' -ls
I noticed this was very slow -- iostat reported only about 2tps and
50kB/s to my disks. So I timed it with nsswitch.conf users & groups set
to "files" vs. "files winbind":
# with
2005 Jun 06
2
Mailbox usage
I use dovecot-0.99.11 from RHEL4.
dovecot-mysql.conf:
===
db_host = dbhost
db_port = 3306
db = db
db_user = dovecot
db_passwd = pass
default_pass_scheme = PLAIN
password_query = SELECT password FROM users WHERE username = '%u'
user_query = select maildir AS home,u_id AS uid,g_id AS gid from users
WHERE username = '%u'
===
When I try "telnet localhost 110" and enter
2001 Mar 06
1
Mapping SMB usernames to SCO users
I have about 40 SCO 5.0.5 servers on which I am installing samba (I've
tried 2.0.3 and 2.0.7, I'm having the same trouble with both).
For my example, assume the following:
NT domain: ORLANDO_ADMIN
NT PDC: ORLANDO_PDC
NT user: Administrator (I have tried other users as well)
samba server: CLASS
guest account (on UNIX server): nouser
A generic Unix account exists called samba.
My goal
2006 Jul 05
1
Could not get shadow information for NOUSER
Hello all,
I have a CentOS 4.2 server that gives me these error messages in my
/var/log/secure file, I realise that these are SSH attacks, but where does
the extra line "Could not get shadow information for NOUSER" come from?
This doesn't make any sense. I have many servers running CentOS 4.2, but
don't get this error message on any others. I hate junk in my logs. Is
there
2002 Feb 14
2
[Bug 117] OpenSSH second-guesses PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=117
------- Additional Comments From djm at mindrot.org 2002-02-15 10:10 -------
> OpenSSH traditionally would not even start PAM, and
> now starts it specifying 'NOUSER' as the login name.
We have always used NOUSER, the recent patch just makes it consistent between
protocols 1 and 2.
> The second is to prevent username guessing
2011 Dec 31
3
Oh btw...
HAPPY NEW YEAR
from my I&iPhone
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more
2003 Dec 14
1
fakepw auth.c question
this is at the bottom of auth.c. What is it?
struct passwd *
fakepw(void)
{
static struct passwd fake;
memset(&fake, 0, sizeof(fake));
fake.pw_name = "NOUSER";
fake.pw_passwd =
"$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK";
fake.pw_gecos = "NOUSER";
fake.pw_uid = -1;
fake.pw_gid = -1;
fake.pw_class =
2001 Feb 16
1
OpenSSH 2.3.0p1 port to BSDI BSD/OS
BSD/OS 4.2 comes with OpenSSH 2.1.1p4, patched to support BSDI's
authentication library. However, BSDI's patches have several
problems:
1. They don't run the approval phase, so they can allow users to login
who aren't supposed to be able to.
2. They don't patch configure to automatically detect the BSDI auth
system, so they're not ready to use in a general portable
2006 May 09
2
Problem creating new record
Hi
I have two tables
1. devices
2. device_categories
both associated with each other via foreign key device_category_id in
device table. I use scaffold and create a base system. I associate the
two models together via belongs_to declaration in device model, and
has_many declaration in device_categories model. I also add a device
category drop-down box on create page to select
2006 Jan 17
2
OpenSSH, Radius, PAM & NOUSER issue
Hi !
Sorry to bring back the infamous "NOUSER" in the conversation but I didn't get the workaround on that problem.
Firstly, I'm using :
- openssh-3.1p1-15 which is the version which comes by default with my Red Hat Linux Advanced Server release 2.1AS.
- I'm using PAM, set up to use radius. Please find below the /etc/pam.d/sshd file :
#%PAM-1.0
auth
2002 Mar 27
2
[Bug 191] compilation faills in auth1.c:392 `pw' undeclared when USE_PAM is on
http://bugzilla.mindrot.org/show_bug.cgi?id=191
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From mouring at eviladmin.org
2002 Feb 13
5
[Bug 114] Invalid users vs. PAM (protocol 1 only (?))
http://bugzilla.mindrot.org/show_bug.cgi?id=114
------- Additional Comments From djm at mindrot.org 2002-02-13 23:00 -------
Created an attachment (id=24)
Fake username for invalid ssh protocol 1 users
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 May 12
10
[Bug 559] PAM fixes
http://bugzilla.mindrot.org/show_bug.cgi?id=559
Summary: PAM fixes
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: fcusack at fcusack.com
- start PAM
2003 Sep 04
1
can't change "client use lanman auth"?
Dear Samba-istas,
Thanks for your work on a remarkable system. I'm having a problem
dealing with a very simple system that I can't seem to figure out.
I have a disk being shared from a Windows ME machine (I know, but I
can't change that part) that I want to mount on various linux
machines. I have a redhat 7.3 system that uses smbmount "Version
2.2.7-security-rollup-fix"
2006 Aug 22
3
Kind of OT: internal imap server
Hi Everyone,
I'm running a Postfix+Dovecot+SpamAssassin box in a DMZ. Everything is
honkey dorey.
Lately I've been thinking about moving Dovecot (for IMAP) into the
internal network - I'd rather not store my mail on the CentOS 4 host in
the DMZ.
Not having done this before, I'm not quite sure what options I have.
Also, I don't know if this is a good idea at all. So:
1.
2017 Feb 03
2
Samba 4.5.3 on HP UX IA64 : smbclient - tree connect failed: NT_STATUS_CONNECTION_DISCONNECTED
Hi Rowland,
Thanks for your response . I will check on this.
Even i have tried with commenting xattr_tdb:file =
/var/opt/samba/locks/xattr.tdb in smb.conf and am getting same issue .
To be more specific whether you're referring ACL as Windows ACL or POSIX
ACL or Extended ACL
In the below command "-U%" refers to nouser and no group ? .
smbclient -L localhost -U%
I am able to get