Displaying 20 results from an estimated 2000 matches similar to: "tacacs+ RPM.?"
2010 Jun 30
1
PAM Module:Openssh and Tacacs+ Question
Hi,
I am trying to get Openssh 5.5p1 to work with TACACS+. I have the TACACS
+ PAM module compiled on Ubuntu. I have compiled SSH --with-pam.
When the user is defined in /etc/passwd, the SSH authentication to the
TACACS+ server takes place successfully.
If I REMOVE the user from /etc/passwd OpenSSH sends a string called
INCORRECT to the TACACS+ server and it denies authentication.
I am trying
2018 Jan 03
2
SSHD and PAM
Sudarshan Soma wrote:
> Does sssd/NSS has a way to fetch user names from sources like
> RADIUS/TACACS server?
My impression is that while this might be theoretically possible, nobody
does this. Especially it's not clear to me how you would push group
membership to the system. And AFAICS in case of TACACS+ there's also
only a single "role" available (translate this to
2018 Jan 03
3
SSHD and PAM
On Wed, 2018-01-03 at 13:50 +0530, Sudarshan Soma wrote:
> HI, I do see some refernce on it: but seems not closed
> https://marc.info/?l=secure-shell&m=115513863409952&w=2
>
> http://bugzilla.mindrot.org/show_bug.cgi?id=1215
>
>
> Is this patch available in latest versions, 7.6?
No. It never was.
The SSSD is using NSS (Name Service Switch) [1] way of getting
2017 Jan 24
2
Need information to bypass the preauth in openssh
Hi,
I am Vishwanath, I got one requirement from our clients regarding remote
authentication. In which all users info present in remote user database.
Currently using openssh for SSH connections.
To open a new remote session via SSH, the openssh will look into the
/etc/passwd file. If user present then it will allow to login using
password or key authentication.
But in my case all user info is
2006 Jan 12
2
No Mic(Headphones are fine)
Hi All,
I went and bought a new headset, as I thought the old one,(almost 5yrs
old), was no good. But, when trying to skype, I still can't be heard. I
know the sound card worked before, although, it has been some time,
since I mic'd anything. Anyone got any ideas, other than a possible dud
sound card(socket)? Cheers.
Mark Sargent.
2005 Nov 03
1
YUM Parse Error
Hi All,
please, what is causing this error.? Cheers.
Mark Sargent.
Setting up Install Process
Setting up Repos
addons 100% |=========================| 951 B 00:00
dag 100% |=========================| 0 B 00:00
//var/cache/yum/dag/repomd.xml:1: parser error : Document is empty
^
//var/cache/yum/dag/repomd.xml:1: parser error : Start tag
2006 Mar 14
1
rar Command Syntax
Hi All,
what is wrong with the below? Cheers.
Mark Sargent
rar -evx "TestKing 640-801 V69.rar" testking604801
2012 Oct 13
0
tacacs+ to radius bridge or proxy or something?
Is there any working solution to proxy tacacs+ to radius server? (it
can be commercial too?)
I found this old project: http://portal-to-web.de/tacacs/, but it is a
bit antique?
--
Eero
2006 Apr 09
5
RPM for postgresql 8-* for CentOS4?
Hi All,
is there an RPM for 4-1 for postgresql? I did a yum, and the latest is
only 7-4
Installing:
postgresql-server i386 7.4.8-1.RHEL4.1 base 3.0 M
and I need at least 8-*
Any ideas where to find an RPM for CentOS4-1?
Cheers.
Mark Sargent.
2006 Jan 22
2
Bittorrent RPM/Python Issue
Hi All,
tried to install the RPM for bittorrent, and got the following,
[root at localhost bittorrent]# rpm -Uvh
BitTorrent-4.2.2-1-Python2.3.noarch.rpm
error: Failed dependencies:
python(abi) = 2.3 is needed by BitTorrent-4.2.2-1.noarch
[root at localhost bittorrent]# python -V
Python 2.3.4
why is this so, when I have 2.3.4. Is this RPM only compatible with 2.3,
not 2.3.1-4? Little confused.
2007 May 19
5
[Bug 1215] sshd requires entry from getpwnam for PAM accounts
http://bugzilla.mindrot.org/show_bug.cgi?id=1215
Jesse Zbikowski <embeddedlinuxguy at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |embeddedlinuxguy at gmail.com
--- Comment #7 from Jesse Zbikowski <embeddedlinuxguy at
2006 Apr 01
1
libxml2 RPM via yum?
Hi All,
I can't find anything via yum for libxml2. I also, for some reason,
can't get to the source page for libxml2 here,
http://xmlsoft.org/sources/libxml2/
Is there not an RPM via yum for this? Need it for a dependency for
installing PHP from source, which I need to do, for certain reasons. Cheers.
Mark.
2018 Jan 03
2
SSHD and PAM
Hi I am trying to write pam_radius module which talks to RADIUS server for
aaa.
I see sshd checks /etc/passwd for user list. Since RADIUS server has user
list, can sshd ignore this check for RADIUS/TACACS+ authentication, Please
suggest if there are any flags to control it.
I am using the following versions.
OpenSSH_6.6p1, OpenSSL 1.0.2n 7 Dec 2017
I see sssd (NAS) being used for such use
2006 Feb 09
3
wget File Too Long?
Hi All,
any way around this error below,
Cannot write to
2006 Jan 24
2
Forcing CentOS to load Ethernet Card
Hi All,
I changed ethernet card, and chose to retain the config for the previous
one, and now when booting, get a mac address is different igonoring, msg
or something to that effect, and upon booted, doing a ifconfig shows
nothing for the new card. What cmd do I issue, to make the OS see the
new card? Cheers.
Mark Sargent.
2006 Apr 10
3
Best Partitioning Tool?
Hi All,
which is the best tool for partitioning, as I forgot to bring in my copy
of PartitionMagic(DOH!!) and need to resize an NTFS partition today. I'm
using XP Pro at the moment. I wish to resize a 38GB partition, primary,
to 20GB and use the rest for a Linux Install(CentOS 4-3). Cheers.
Mark Sargent.
P.S. I can't use my normal account whilst at work, so subscribed from my
work
2004 Jun 15
2
ssh daemon fails to call pam when user does not exist in /etc/passwd
Hi
We recenlty ugraded to openssh-3.7.1p2. Our architecture is
ssh daemon uses pam module which sends request to remote
radius/tacacs+ servers based on configuration.
Now if I create the user in /etc/passwd, then ssh daemon calls pam and
everthing works fine.
But if the user is not present in /etc/passwd, then ssh daemon is not
calling pam. The debug log is given below. All these
2006 Feb 09
2
Javaruntime RPM Issue
Hi All,
downloaded and installed the latest jre,
[root at localhost java]# rpm -iv jre-1_5_0_06-linux-i586.rpm
Preparing packages for installation...
jre-1.5.0_06-fcs
[root at localhost java]# ls
javarpm jre-1_5_0_06-linux-i586.rpm jre-1_5_0_06-linux-i586-rpm.bin
[root at localhost java]#
[root at localhost java]# whereis jre-1.5.0_06-fcs
jre-1.5:
[root at localhost java]# which
2006 May 03
3
Can't Access Samba Running Linux Box From XP
Hi All,
I've just installed Samba on a Linux box, and can see the Windows box
attempting connections, but, when inputting the username/password, I
keep getting the same user/pass prompt window. What should I
troubleshoot for this? I gave the user/pass that is the same as the
account on the Linux box, which has permissions to view the shared
directory in /etc/samba/smb.conf. Cheers.
Mark
2005 Dec 05
2
Permission Denied: /proc/cpuinfo
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Mark Sargent
> Sent: Sunday, December 04, 2005 10:38 PM
> To: CentOS mailing list
> Subject: [CentOS] Permission Denied: /proc/cpuinfo
>
> HI All,
>
> why do I get the below,
>
> [root at status1 ~]# /proc/cpuinfo
> -bash: /proc/cpuinfo: