Displaying 9 results from an estimated 9 matches for "ticate".
Did you mean:
icate
2010 Nov 18
2
Two Windows users with two passwords must map to the same unix user
Hello,
I have no idea how to implement the following scenario apart
from running two instances of samba on the same machine...
I need a setup where two different Windows users will authen-
ticate with two different passwords but get mapped to the same
unix user.
That is
JOE got password PASS1 and maps to unix user joe with uid 1000
and
JACK got password PASS2 and maps to unix user joe with uid 1000
I can set up two instances of samba on the same machine with two
sets of config files, t...
2003 May 21
1
Authenticate to existing NTDomain and map to nobody? (Repost)
...ello group.
Sorry, if this shows twice.
I have the following setup requirement, and so far searching the INET and
the mailing archives has brought me nothing.
I have an existing WindosNT/2k/XP domain.
I need to share a directory on a Slackware 9.0 (recent samba).
I need the users authenticated to the Windows Domain, but all then mapped
to nobody (i.e. I do NOT want to map windows users to linux users).
I tried setting up a DOMAIN auth, and it worked, however there were no
users mapped to linux.
I tried setting up the smbusermap like this:
>>>
nobody = *
<<<
But t...
2002 Jun 25
1
PAMAuthenticationViaKbdInt and KeyAuth
Hi there,
when enabling the option PAMAuthenticationViaKbdInt, a login with password is
always possible, even though when you disabled it with PasswordAuthentication
no and PermitRootLogin without-password!
Is this intended? Why is there no documentation about this (or at least a
waring in the default configuration file)?
The problem is, it is enabled in the default installation of Debian
2011 Nov 15
2
Possible pam_ssh bug?
...2011 from 172.16.2.218
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 8.2-RC3 (GENERIC) #0: Sat Jan 29 19:26:23 CST 2011
-------------
So, it asked for the target user's passphrase and successfully authenticated with any password. I understand what happened but I'm rather astonished by the result - I would not have expected pam_ssh to have succeeded on a passwordless key file when a password was required in the pam configuration file, based on the pam_ssh.8 man page:
nullok Normally, ke...
2003 Feb 04
0
SAMBA PDC permissions quandry
Hello all:
I have a Samba PDC (Samba 2.2.3) on RedHat 7.3 currently serving about 40 to
50 clients with the intent of adding another 60 to 70 in the coming weeks.
Everything is working decently well. I do have one problem that I am
concerned about though.
I have had to make many users Admin users so that a certain application can
run. This does not concern me so much except for where data
2012 Jul 06
9
[Bug 2024] New: Allow to ssh client say to ssh-agent which key should be used.
https://bugzilla.mindrot.org/show_bug.cgi?id=2024
Priority: P5
Bug ID: 2024
Assignee: unassigned-bugs at mindrot.org
Summary: Allow to ssh client say to ssh-agent which key should
be used.
Severity: enhancement
Classification: Unclassified
OS: Linux
Reporter: pub at mnu.pp.ru
Hardware:
2012 Oct 05
2
Installing a gnome-desktop on CENTOS-6.3 following minimal system install.
I am still trying without much success to get a desktop on my minimal
+ virtualization install of a CentOS-6.3 kvm host. When I run startx
I get a desktop but other than the icons for computer, home and trash
there is nothing displayed. I can right click the mouse and from
there I can open a terminal window and creat a folder on the desktop
but I have no title bar and no status bar. There are
2003 May 02
5
SIP Peers unreachable
Hi Everyone,
I'm new to * and I'm trying to setup a small configuration of SIP clients.
Eventually when I get this working I plan on expanding with a Digium
developers kit to add analog phones and PSTN access.
My two end points are an Xten softphone and a Mitel 5055 SIP phone. Both
peers seem to register with * but I cannot call to one another. When I dial
the associated extension, the
2002 Jan 29
21
locked account accessable via pubkey auth
maybe this is a silly question ;-) But why is it possible to login on a
machine with a locked account (passwd -l ) via pubkey-authentication
(authorized_keys) ?
I use OpenSSH3.01p1on Solaris8 with PAM support so I thought this should not
happen.
If this is the normal behaviour and built in intentionally what would be the
easiest way to lock an account without deleting the users authorized_keys ?