similar to: pam and radius config problem

Displaying 20 results from an estimated 10000 matches similar to: "pam and radius config problem"

2017 Mar 03
1
C 7.3 sshd will not reload
On Thu, 2 Mar 2017, Tate Belden wrote: > I have to assume it's something unique to your install, then. > > I run about a dozen sshd instances on as many CentOS 7 boxes around here. > To a one, systemctl restart sshd is all it takes to implement config > changes. Did you actually change something before doing the restart? If nothing changes it will restart every time. If I
2017 Mar 02
2
C 7.3 sshd will not reload
Hi, On Thu, 2 Mar 2017, Tate Belden wrote: > Might I suggest using "systemctl restart sshd", instead of reload? At the > least - see if it behaves differently for you. restart, reload, stop then start all produce the same results. If I do not change the configuration, and just issue the restart, reload, etc. then it behaves as expected. Obviously that is not useful when you
2016 Sep 28
3
Asterisk Radius CDR
Hi Andrew and Willy, Thanks for sharing the info. As for enabling radius server debugging 'radiusd -X', made some test calls don't see the radiusclient sending data to radius server. However, using radtest or radiusclient testing, able to send data to radius server (after enabling debug). For further testing, on my other server using OpenSIPs, setup the radiusclient and data was
2017 Mar 02
4
C 7.3 sshd will not reload
Hi, Since upgrading to 7.3 I am having a problem getting sshd to reload after configuration changes. When I issue the command "systemctl reload sshd.service" I get the following error: "Unit sshd.service cannot be reloaded because it is inactive." It is obviously still running because I am connected over ssh to the machine and netstat shows it is listening. (vnewman pts3) #
2017 Jun 21
1
RDP for Centos 7
On Wed, Jun 21, 2017 at 10:29 AM, Tom Bishop <bishoptf at gmail.com> wrote: > Remmina is the one I use but I have not looked to see if Centos is > supported but I use it daily and heavily. > > > On Jun 21, 2017 10:22 AM, <me at tdiehl.org> wrote: > > Hi, > > Does anyone know of a good program for doing RDP to windows servers on C-7? > > The
2017 Jun 22
2
RDP for Centos 7
On Wed, 21 Jun 2017, Itamar Reis Peixoto wrote: > On 2017-06-21 01:12 PM, Valeri Galtsev wrote: >> On Wed, June 21, 2017 10:24 am, Mark Haney wrote: >> > On 06/21/2017 11:22 AM, me at tdiehl.org wrote: >> > > Hi, >> > > >> > > Does anyone know of a good program for doing RDP to windows servers on >> > > C-7? > > have
2016 Dec 13
2
7.3 srpms
Hi, Can someone tell me when the 7.3 srpms will be available? They are usually in vault but I do not see them at this time. I need the centos-release srpm ASAP. Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2016 Dec 20
0
Problem with keytab: "Client not found in Kerberos database"
Rowland Perry wrote: > >/imdap config AD : backend = rid /> >/ > /> How did you 'fix' this, on face value, there is nothing wrong with that line. "imdap" is not "idmap" (so now you understand why I missed it after staring at it so long :-) > When you join the domain with 'kerberos method = secrets and keytab', > you should get a
2023 Apr 12
1
Fwd: ntlm_auth and freeradius
Hello Alexander, thanks Alexander for these configuration snippets. Which version of Samba are you using? Is this on debian bullseye? Is the FreeRADIUS server installed on a DC or on a Domain Member? (I just tested the latter). is "ntlm auth = yes" OK for the DCs and the domain member or does it have to be "mschapv2-and-ntlmv2-only" for all servers (DCs + Member)? It
2017 Jun 21
7
RDP for Centos 7
Hi, Does anyone know of a good program for doing RDP to windows servers on C-7? The "Remote desktop viewer" program that comes with C7 is not reliable for me. I frequently have multiple long running RDP sessions and the keyboard will stop responding. The only way I can find to get it started again is to restart the program and login to the servers again. In addition, I cannot find a
2014 Aug 19
4
How do I do Centos 7 p2v migration?
Hi, I am trying to figure out how to do p2v and v2v migrations on a Centos 7 kvm host. With previous versions there was virt-p2v but that does not seem to exist with Centos-7. I realize that if I am using shared storage, I can do live migrations but that does not help with p2v migrations. Does anyone know what the recommended procedure is for migrating either physical or virtual machines to
2016 Dec 20
4
Problem with keytab: "Client not found in Kerberos database"
I finally found it, thanks to a clue from https://wiki.archlinux.org/index.php/Active_Directory_Integration This works: kinit -k -t /etc/krb5.keytab 'WRN-RADTEST$' These don't work: kinit -k -t /etc/krb5.keytab kinit -k -t /etc/krb5.keytab host/wrn-radtest.ad.example.net kinit -k -t /etc/krb5.keytab host/wrn-radtest That is: the keytab contains three different principals: root
2023 Apr 12
1
Fwd: ntlm_auth and freeradius
Hi Matthias, we?re using Debian Bullseye with the backports repo. So version is a mixture of - Samba version 4.17.3-Debian - Samba version 4.17.7-Debian We?ve installed it directly on the DC?s as well. In my opinion using "ntlm auth = yes? should be fine. Did you try using a simple RADIUS secret? In my experience long secrets or ones containing special characters don?t work very well. I
2016 Dec 13
1
7.3 srpms
On 12/13/2016 johnny at centos.org wrote: >On 12/13/2016 06:25 AM, me at tdiehl.org wrote: >> Hi, >> >> Can someone tell me when the 7.3 srpms will be available? >> >> They are usually in vault but I do not see them at this time. >> >> I need the centos-release srpm ASAP. > >All the SRPMS are available from buildlogs. For centos-release
2014 May 01
3
p2v conversion questions
Hi, I am in the process of converting a w2k8 physical server to C6.5 kvm. In reading https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/V2V_Guide/sect-V2V_Guide-Configuration_Changes-Configuration_Changes_for_Windows_Virtual_Machines.html It says that virtio-win rpm is required. I know that the virtio-win rpms are not available for Centos 6.5 but the drivers are
2017 Mar 02
0
C 7.3 sshd will not reload
Might I suggest using "systemctl restart sshd", instead of reload? At the least - see if it behaves differently for you. - *restart* = stop + start - *reload* = remain running + re-read configuration files. On Thu, Mar 2, 2017 at 9:29 AM, <me at tdiehl.org> wrote: > Hi, > > Since upgrading to 7.3 I am having a problem getting sshd to reload after >
2017 Mar 02
0
C 7.3 sshd will not reload
I have to assume it's something unique to your install, then. I run about a dozen sshd instances on as many CentOS 7 boxes around here. To a one, systemctl restart sshd is all it takes to implement config changes. Only time it's given me fits is if I forget to actually write the config file in VIM. That pesky w gets me on rare occasion. On Thu, Mar 2, 2017 at 11:50 AM, <me at
2017 Jun 21
0
RDP for Centos 7
Remmina is the one I use but I have not looked to see if Centos is supported but I use it daily and heavily. On Jun 21, 2017 10:22 AM, <me at tdiehl.org> wrote: Hi, Does anyone know of a good program for doing RDP to windows servers on C-7? The "Remote desktop viewer" program that comes with C7 is not reliable for me. I frequently have multiple long running RDP sessions and the
2017 Jun 22
0
RDP for Centos 7
On Wed, 21 Jun 2017, Valeri Galtsev wrote: > > On Wed, June 21, 2017 10:24 am, Mark Haney wrote: >> On 06/21/2017 11:22 AM, me at tdiehl.org wrote: >>> Hi, >>> >>> Does anyone know of a good program for doing RDP to windows servers on >>> C-7? > > I used rdesktop on CentOS and on maemo (which is clone of clone of Debian) > handheld for
2017 Jun 22
0
RDP for Centos 7
Pls can someone tell me how to setup rdp and how it is used. Is there any step by step guide. Thank you On 21 Jun 2017 16:34, "Tom Bishop" <bishoptf at gmail.com> wrote: On Wed, Jun 21, 2017 at 10:29 AM, Tom Bishop <bishoptf at gmail.com> wrote: > Remmina is the one I use but I have not looked to see if Centos is > supported but I use it daily and heavily. > >