Displaying 7 results from an estimated 7 matches for "diddams".
2017 Mar 17
3
lock out account after 3 failures
I?m looking to configure a centos 7 server to lock out anaccount after 3 login failures.
I?ve followed this
?
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/chap-Security_Guide-Securing_Your_Network.html#sect-Security_Guide-Workstation_Security-Administrative_Controls
?
Section2.1.9.5 Account Locking
?
And even rebooted the serverbut it
2017 Apr 19
2
PUPPET - group IDS
hope thus comes under the remit of this mailking list...
We use puppet, and Im trying to come up with "code" that will create two user accounts with a shared groiup ID
eg?
user1 with UID 1000user 2 with UID 1001
but I would like them BOTH to share the GID of 2000
I've tried the following
accounts::groups:? ? jointgroup:? ? ? ? gid: '2000'
accounts::users:
? ? user1:? ? ? ?
2017 Mar 17
0
lock out account after 3 failures
On 03/17/2017 02:41 AM, Ian Diddams wrote:
> I?ve followed this
>
>
>
> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/chap-Security_Guide-Securing_Your_Network.html#sect-Security_Guide-Workstation_Security-Administrative_Controls
Can you send the /etc/pam.d/system-aut...
2017 Apr 11
1
jave-1.5.0 on centos 7...
Curring a long story short...
we had a centos 5 server running jboss 6 and jboss 4.2.3GA
because of centois 5 EOL TPTB have decreed this server needs migratiung to a Centos 7 server
But... ?the hboss 4.2.3GA jboss app uses java 1.5.0 (_22 FTWT).
I can't *(unsurprisingly!) find java 1.5.0 under yum.
anyone got it in an rpm or know where it can found?
(At his stage it is merely a guess that
2017 Apr 19
0
PUPPET - group IDS
On Wed, 19 Apr 2017, Ian Diddams wrote:
> hope thus comes under the remit of this mailking list...
>
>
>
> We use puppet, and Im trying to come up with "code" that will create two user accounts with a shared groiup ID
> eg?
> user1 with UID 1000user 2 with UID 1001
> but I would like them BOTH to...
2018 Aug 21
1
sssd logs
We have sssd running on a centos 7 box... its logs of course (?!) go into
/can't find any info on where this log directory is configured, or whether it is changeable.
Anybody know differently?
Cheers
ian
Disclaimer: This message is intended for the addressee only. It may contain information of a confidential or legally privileged nature. If you have received this message in error please
2017 Apr 26
0
rsyslog and zipping up "rotated" files
I have a rsyslog config that suffixes the date to the filename and holds the log files in a non stabdard log directory based on its srver name (long story).
Example -
config includes:
...
$template mailLog,"/var/log/external/%fromhost%/maillog-%$YEAR%%$MONTH%%$DAY%.log"...
# Log all the mail messages in one place.mail.* ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?-?mailLog...
so