Displaying 20 results from an estimated 234 matches for "pam_cracklib".
2014 Nov 17
1
exercising pam_cracklib from the command line
CentOS-6.6
Is there any command line program that determines and reports what
pam_cracklib.so returns for a given password; subject to variation in the
command line options and values provided? For example, assuming a cli driver
program called cli_driver_pgm:
cli_driver_pgm pam_cracklib.so difok=8 minlen=14 dcredit=3 ucredit=3
lcredit=3 ocredit=3 minclass=2 maxrepeat=3 maxsequence=3...
2009 Mar 02
31
Using Augeas type to update sshd_config's AllowGroups
Hey gang,
I seem to be having a brain disconnect on how to get the Augeas type to
manage things that have multiple values (i.e. an Augeas tree) via Puppet.
If I run this in augtool:
augtool> set /files/etc/ssh/sshd_config/AllowGroups/1000 sshuser
augtool> save
I see this in /etc/ssh/sshd_config:
AllowGroups sshuser
However, if I try this in an Augeas type:
augeas {
2014 Mar 13
0
Active Directory, sssd and pam_cracklib?
I'm in the process of testing out sssd on a CentOS 6 install using
Active Directory for user authentication via sssd
All appears to be working fine - however, when I change a user password
using 'passwd' (or at login when the account has expired etc), it
appears pam_cracklib is being over-zealous with the new password
requirements
Active Directory is set up with a password policy - but pam_cracklib
(and may be other PAM modules?) have stronger password policies
So, I would like passwd to use the AD password requirements - and ignore
any pam_cracklib requirements...
2010 Feb 18
7
Augeas pam.d argument checking
...uot;1", $uppercase = "1",
$numeric = "1", $special = "1") {
augeas { "add_lowercase_reqs" :
context => "/files/etc/pam.d",
changes => "set
system-auth/*[module=''pam_cracklib.so'']/argument[last()+1]
lcredit=-$lowercase",
onlyif => "match
system-auth/*[argument=''lcredit=*''] size == 0",
}
augeas { "add_uppercase_reqs" :
context => "...
2000 Dec 27
5
PAM configuration
...e PAM control files specifiy full paths to the modules, is this
necessary?
- I want a "no-frills" control file which will work with the widest
range of systems and still be secure. Would something like the following
work everywhere? I assume pam_unix is pretty standards, but how about
pam_cracklib, pam_nologin and pam_limits?
I don't really want to ship without pam_cracklib in for password
changes (since that is what most sites use as default). Can password
changing be disabled using pam_deny?
#%PAM-1.0
auth required pam_unix.so shadow nodelay
auth required pam_no...
2008 Feb 04
0
RE: Strong security in user's accounts and paswords..[SOLVE]
...ed /lib/security/$ISA/pam_tally.so per_user
>deny=3 no_magic_root reset
# End of changes
>account sufficient /lib/security/$ISA/pam_succeed_if.so uid <
100 quiet
>account required /lib/security/$ISA/pam_permit.so
#password requisite /lib/security/$ISA/pam_cracklib.so retry=3
#password requisite /lib/security/$ISA/pam_cracklib.so retry=3
minlen=10 ucredit=-2 lcredit=-2 dcredit=-2 ocredit=-2 difok=3
# Changed to 15 character length password
password requisite /lib/security/$ISA/pam_cracklib.so retry=3
minlen=15 ucredit=-2 lcredit=-2 dcredit=-2 o...
2003 Nov 18
0
Samba PDC trying rid null logins
...required /lib/security/pam_pwdb.so
-------------- next part --------------
#%PAM-1.0
auth required /lib/security/pam_winbind.so shadow nodelay
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_winbind.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_winbind.so shadow use_authtok
session required /lib/security/pam_pwdb.so
session required /lib/security/pam_limits.so
-------------- next part --------------
#%PAM-1.0
#Requires logins to be from tty
#auth required /lib/security/pam_...
2008 Feb 04
1
Strong security in user's accounts and paswords..
Hi, I have some databases running on CentOS4 with users accessing the
shell (bash), so I'd like to strong the security on my server in user's
accounts and passwords.. I mean, enforcing strong passwords, min/max age
passwords, locking passwords when you fail 3 times, and all this stuff.
Is there any package which do this work? Any tutorial?
Thanks in advance
Regards
Israel
2003 Nov 19
0
FW: Samba PDC trying rid null logins
...required /lib/security/pam_pwdb.so
-------------- next part --------------
#%PAM-1.0
auth required /lib/security/pam_winbind.so shadow nodelay
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_winbind.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_winbind.so shadow use_authtok
session required /lib/security/pam_pwdb.so
session required /lib/security/pam_limits.so
-------------- next part --------------
#%PAM-1.0
#Requires logins to be from tty
#auth required /lib/security/pam_...
2004 Dec 21
2
Unix password synch
Hi all,
Is there any way to automatically update the samba
password when a user changes his unix account password
using the passwd command.
I want samba to look in passwd file for
authentication. I dont want to create two accounts one
for local unix and then for the samba.
I am not planning to deploy ldap as a solution.
Is there any workaround.
Anish
2010 Jan 04
3
PAM configuration?
Hello all,
Can anyone please help out with configuring PAM?
I've checked a couple of tutorials online..
though most of them are related to Login though I want to set PAM up for SSH logins...
I've set the max erroneous logins to just THREE and even after trying to login with an error pass I still can get in...
also is there a way I could enable the PAM module which uses crack library to
2003 Jun 05
2
CVS over SSH
...required /lib/security/pam_pwdb.so shadow nullok
account sufficient /lib/security/pam_winbind.so
account required /lib/security/pam_pwdb.so
session required /lib/security/pam_pwdb.so
session optional /lib/security/pam_console.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_pwdb.so nullok use_authtok shadow
Could anybody please help me out, I would appreciate it
Thanks in advance
Regards
---------------------------------
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).
2007 Sep 19
1
LDAP / PAM -- Invalid Credentials Error
...100 quiet
account [default=bad success=ok user_unknown=ignore] /lib/
security/$ISA/pam_ldap.so
account [default=bad success=ok user_unknown=ignore] /lib/
security/$ISA/pam_winbind.so
account required /lib/security/$ISA/pam_permit.so
password requisite /lib/security/$ISA/pam_cracklib.so retry=3
password sufficient /lib/security/$ISA/pam_unix.so nullok
use_authtok md5 shadow
password sufficient /lib/security/$ISA/pam_ldap.so use_authtok
password sufficient /lib/security/$ISA/pam_winbind.so use_authtok
password required /lib/security/$ISA/pam_deny.so...
2015 May 08
4
ldap host attribute is ignored
...password requisite pam_pwquality.so try_first_pass
local_users_only retry=3 authtok_type=
password sufficient pam_unix.so md5 shadow nullok try_first_pass
use_authtok
password sufficient pam_sss.so use_authtok
password required pam_deny.so
password requisite pam_cracklib.so
password optional pam_gnome_keyring.so use_authtok
password sufficient pam_unix.so use_authtok nullok
shadow try_first_pass
password required pam_sss.so use_authtok
session optional pam_keyinit.so revoke
session required pam_...
2017 Feb 13
0
pam_tally2 after unlock time
...500 quiet
auth required pam_deny.so
account required pam_unix.so
account required pam_tally2.so
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 500 quiet
account required pam_permit.so
password requisite pam_cracklib.so try_first_pass retry=3 type=
password sufficient pam_unix.so sha512 shadow nullok use_authtok
password required pam_deny.so
session optional pam_keyinit.so revoke
session required pam_limits.so
session [success=1 default=ignore] pam_succeed_if.so service in c...
2000 Aug 12
0
OpenSSH-2.1.1p4 and SuSE 6.4
...eneric Tue Mar 14 20:25:06 2000
***************
*** 1,8 ****
#%PAM-1.0
! auth required /lib/security/pam_unix_auth.so shadow nodelay
auth required /lib/security/pam_nologin.so
! account required /lib/security/pam_unix_acct.so
password required /lib/security/pam_cracklib.so
! password required /lib/security/pam_unix_passwd.so shadow
use_authtok
! session required /lib/security/pam_unix_session.so
session required /lib/security/pam_limits.so
--- 1,8 ----
#%PAM-1.0
! auth required /lib/security/pam_unix.so shadow nodelay
auth...
2001 Dec 19
1
Problems with aged passwords (Red Hat 7.x, OpenSSH 2.9.x-3.0.2p1)
...efinitly is a good one ;-) )
BAD PASSWORD: is too simple
New UNIX password:
and so on...
2.9.9p2 even showed what was typed in plain text, 3.x.x doesn't (at least...).
/var/log/messages just says:
[...] sshd(pam_unix)[20078]: expired password for user f998628 (root enforced)
but no clues why pam_cracklib fails (or whatever happens..).
This does nor appear on the machines (yet) using 2.5.2p2.
We need the enhanced SSH2-handling, thus we really hope anybody has a
solution to this...
Thx in advance,
Nick
----------------------------------------------------------------------
If you have received...
2003 Jun 27
0
authentication to ADS via Kerberos at login?
...ed /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_nologin.so
account sufficient /lib/security/pam_winbind.so
account required /lib/security/pam_pwdb.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_pwdb.so shadow nullok use_authtok
session required /lib/security/pam_pwdb.so
session required /lib/security/pam_mkhomedir.so skel=/etc/skel
umask=0022
*******************************************************************
/etc/pam.d/system-aut...
2004 Jun 15
0
Help with cracklib
...word expired I used the
"use cracklib"
parameter for force the user to insert a strong password, well now this
parameter isn't
avaliable and I believe that must make it with the /etc/pam.d/samba file if I
want to do
the same effect than before, but the line which references to the
pam_cracklib.so seems
to do nothing and I check that the file is been processed because if I input a
wrong line
the logs how /var/log/messages or /var/log/samba/log.smbd warns me.
Please I need help!!
My configuration file has:
-------------------------------------------------------------------------------...
2007 Aug 22
1
problem with poppassd
...nix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 500 quiet
auth required pam_deny.so
account required pam_unix.so
account sufficient pam_succeed_if.so uid < 500 quiet
account required pam_permit.so
password requisite pam_cracklib.so try_first_pass retry=3
password sufficient pam_unix.so md5 shadow nullok try_first_pass
use_authtok
password required pam_deny.so
session optional pam_keyinit.so revoke
session required pam_limits.so
session [success=1 default=ignore] pam_succeed_if.so servic...