Displaying 17 results from an estimated 17 matches for "maxrepeat".
2006 Mar 24
4
Parsing Filemaker 6 XML into something I can use
...quot; NAME="FileMaker Pro Web Companion" VERSION="6.0v2"/
><DATABASE DATEFORMAT="d-M-yyyy" LAYOUT="XMLDump"
NAME="Customers.fp5" RECORDS="26" TIMEFORMAT="k:mm:ss"/
><METADATA><FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Company"
TYPE="TEXT"/><FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Street"
TYPE="TEXT"/><FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Postalcode"
TYPE="TEXT"/><FIEL...
2010 Feb 18
7
Augeas pam.d argument checking
...*''] size == 0",
}
}
This will continuously append lcredit=-2, etc onto the end of the
line, without checking the values that currently exist:
----------------------------------------------------
password requisite pam_cracklib.so try_first_pass retry=3
maxrepeat=3 lcredit=-2 ocredit=-2 dcredit=-2
ucredit=-2 dcredit=-2 ocredit=-2 lcredit=-2
ucredit=-2
-----------------------------------------------------
~Ed
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to...
2014 Nov 17
1
exercising pam_cracklib from the command line
...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 reject_username
gecoscheck -- somepassword
-> pam_cracklib calculated minlen value for somepassword
My Google-fu appears to have deserted me.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at Harte-Lyne.ca
Harte &...
2010 Jul 01
0
Intermittent authentication error
...login=false su=false rlogin=false daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=files SYSTEM=compat logintimes= loginretries=3 pwdwarntime=4 account_locked=true minage=1 maxage=6 maxexpired=7 minalpha=2 minother=1 mindiff=2 maxrepeats=4 minlen=8 histexpire=0 histsize=4 pwdchecks= dictionlist=/usr/share/dict/words core_compress=on core_path=on core_pathname=/tmp/cores core_naming=on fsize=-1 cpu=-1 data=262144 stack=65536 core=2097151 rss=65536 nofiles=2000 unsuccessful_login_count=0 roles=
Regards,
Andrew Melchert | Te...
2014 Feb 27
1
AIX 7.1 Winbind Module Problems
...ogintimes =
pwdwarntime = 0
account_locked = false
loginretries = 0
histexpire = 0
histsize = 0
minage = 0
maxage = 0
maxexpired = -1
minalpha = 0
minother = 0
minlen = 0
mindiff = 0
maxrepeats = 8
dictionlist =
pwdchecks =
Daemon.log in /var/log shows that it is missing a shared object. I could
not compile 3.6.0 manually to get this shared object
Feb 24 16:42:38 bonnie daemon:err|error telnetd[7995602]: dlopen of user
option: winbind failed: 0509-022 Cann...
2016 Oct 12
2
Replacement pdc samba3 to samba4 nt classic
...y.so
auth required pam_permit.so
> # cat /etc/pam.d/common-password|egrep -v '^#|^$'
root at pdc:~# cat /etc/pam.d/common-password|egrep -v '^#|^$'
password requisite pam_cracklib.so
reject_username retry=3 minlen=18 difok=3 maxrepeat=2 minclass=4
lcredit=0 ucredit=2 dcredit=1 ocredit=1
password required pam_pwhistory.so
use_authtok enforce_for_root remember=5
password [success=2 default=ignore] pam_unix.so obscure
use_authtok try_first_pass sha512
password [success=1 user_unkn...
2014 Feb 27
0
AIX WINBIND ISSUES
...ot;
logintimes =
pwdwarntime = 0
account_locked = false
loginretries = 0
histexpire = 0
histsize = 0
minage = 0
maxage = 0
maxexpired = -1
minalpha = 0
minother = 0
minlen = 0
mindiff = 0
maxrepeats = 8
dictionlist =
pwdchecks =
Daemon.log in /var/log shows that it is missing a shared object. I could
not compile 3.6.0 manually to get this shared object
Feb 24 16:42:38 bonnie daemon:err|error telnetd[7995602]: dlopen of user
option: winbind failed: 0509-022 Cannot l...
2014 Feb 27
0
AIX 7.1 Winbind Module Load Issues
...ogintimes =
pwdwarntime = 0
account_locked = false
loginretries = 0
histexpire = 0
histsize = 0
minage = 0
maxage = 0
maxexpired = -1
minalpha = 0
minother = 0
minlen = 0
mindiff = 0
maxrepeats = 8
dictionlist =
pwdchecks =
Daemon.log in /var/log shows that it is missing a shared object. I could
not compile 3.6.0 manually to get this shared object
Feb 24 16:42:38 bonnie daemon:err|error telnetd[7995602]: dlopen of user
option: winbind failed: 0509-022 Cann...
2017 Jan 30
2
Fwd: Can somebody explain the file ownership of a
...dmgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM
auth2=NONE umask=22 registry=LDAP SYSTEM=KRB5LDAP OR compat logintimes=
loginretries=0 pwdwarntime=0 account_locked=false minage=0 maxage=0
maxexpired=-1 minalpha=0 minloweralpha=0 minupperalpha=0 minother=0
mindigit=0 minspecialchar=0 mindiff=0 maxrepeats=8 minlen=0 histexpire=0
histsize=0 pwdchecks= dictionlist= default_roles= fsize=2097151 cpu=-1
data=262144 stack=65536 core=2097151 rss=65536 nofiles=2000
time_last_login=1483494078 time_last_unsuccessful_login=1483494090
tty_last_login=/dev/pts/2 tty_last_unsuccessful_login=ssh
host_last_login=10...
2004 Nov 11
0
Mini HowTo AIX4.3.3-AD-Winbind
...gintimes =
pwdwarntime = 0
account_locked = false
loginretries = 0
histexpire = 0
histsize = 0
minage = 0
maxage = 0
maxexpired = -1
minalpha = 0
minother = 0
minlen = 0
mindiff = 0
maxrepeats = 8
dictionlist =
pwdchecks =
Test your authentication by issuing a telnet to the aix box and login using
your Active Directory credentials.
_____________________________________________________________________
This message has been checked for all known viruses by the MessageL...
2008 Dec 02
2
Samba ADS Error "Session setup failed: Call returned zero bytes (EOF)"
...t;
logintimes =
pwdwarntime = 0
account_locked = false
loginretries = 5
histexpire = 0
histsize = 4
minage = 0
maxage = 12
maxexpired = -1
minalpha = 1
minother = 1
minlen = 8
mindiff = 0
maxrepeats = 4
dictionlist =
pwdchecks =
$ echo password | kinit ad...@UK.DOMAIN.NET
Password for ad...@UK.DOMAIN.NET:
Done!
New ticket is stored in cache file //krb5cc_root
$ klist -e
Credentials cache: //krb5cc_root
Default principal: ad...@UK.DOMAIN.NET
Number of entries: 1
[1] Service...
2016 Oct 12
0
Replacement pdc samba3 to samba4 nt classic
...gt;> # cat /etc/pam.d/common-password|egrep -v '^#|^$'
> >>
> >> root at pdc:~# cat /etc/pam.d/common-password|egrep -v '^#|^$'
> >> password requisite pam_cracklib.so
> >> reject_username retry=3 minlen=18 difok=3 maxrepeat=2 minclass=4
> >> lcredit=0 ucredit=2 dcredit=1 ocredit=1
> >> password required pam_pwhistory.so
> >> use_authtok enforce_for_root remember=5
> >> password [success=2 default=ignore] pam_unix.so
> >> obscure use...
2010 Apr 27
1
Samba ADS on AIX 6.1 TL04
Hi All
I'm trying to intergrate samba server with ADS on AIX 6.1 TL04, for last one
week, with idmap / winbind but no satisfactory results. I have gone through
various links at samba.org relating to winbind, idmapper and followed
http://pware.hvcc.edu/ for precompiled binaries and
http://pware.hvcc.edu/AIX-Samba.pdf which is for AIX 6.1 TL03 though.
I have found the samba which is provided
2008 Nov 26
3
AIX 53TL8 Samba 3.2.4 Active Directory Win2k3 - "session setup failed: Call returned zero bytes (EOF)"
...t;
logintimes =
pwdwarntime = 0
account_locked = false
loginretries = 5
histexpire = 0
histsize = 4
minage = 0
maxage = 12
maxexpired = -1
minalpha = 1
minother = 1
minlen = 8
mindiff = 0
maxrepeats = 4
dictionlist =
pwdchecks =
$ echo password | kinit ad...@UK.DOMAIN.NET
Password for ad...@UK.DOMAIN.NET:
Done!
New ticket is stored in cache file //krb5cc_root
$ klist -e
Credentials cache: //krb5cc_root
Default principal: ad...@UK.DOMAIN.NET
Number of entries: 1
[1] Service...
2010 Jan 21
0
Samba/Winbind 3.4.4 on AIX 5.3 TL 10 does not retrieve ANY User's Secondary Groups
...aemon=true admin=false sugroups=ALL
admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=77
registry=WINBIND SYSTEM=WINBIND OR WINBIND[UNAVAIL] OR compat logintimes=
loginretries=5 pwdwarntime=0 account_locked=false minage=1 maxage=13
maxexpired=-1 minalpha=1 minother=1 mindiff=1 maxrepeats=2 minlen=8
histexpire=0 histsize=8 pwdchecks= dictionlist=/usr/share/dict/words
fsize=-1 cpu=-1 data=524288 stack=524288 core=2097151 rss=524288 nofiles=-1
time_last_login=1264076318 time_last_unsuccessful_login=1263895814
tty_last_login=/dev/pts/2 tty_last_unsuccessful_login=ssh
host_last_login=9...
2016 Oct 10
6
Replacement pdc samba3 to samba4 nt classic
Migration was held in connection with the breakdown of the old server
after setting up a new server stopped working to add windows pc to a domain
root at pdc:/var/log/samba# cat /etc/samba/smb.conf
[global]
# Default options
allow nt4 crypto = yes
client ntlmv2 auth = no
disable spoolss = yes
dns proxy
2014 Nov 20
1
CentOS Digest, Vol 118, Issue 20 - Email found in subject
...b.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
> reject_username gecoscheck -- somepassword
>
> -> pam_cracklib calculated minlen value for somepassword
>
>
> My Google-fu appears to have deserted me.
>
Googling for `"pam_cracklib" cli tool` got me a recommendation of
`cracklib-check` via...