Displaying 20 results from an estimated 20 matches for "7776000".
2019 Oct 17
3
Offline logon and NSS...
...ba is restarted, we have a bug report for it:?
> https://bugzilla.samba.org/show_bug.cgi?id=14074
Ok, thanks.
I suppose that cache get controlled by:
idmap cache time = 604800
winbind cache time = 300
so, for a portable system, i have to increase that number, eg to:
idmap cache time = 7776000
winbind cache time = 7776000
(90 days). Right?
--
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/
Polo FVG - Via della Bont?, 7 - 33078 - San Vito al Tagliamento (PN)
marco.gaiarin(at)lanos...
2016 Aug 20
4
What is broken with fail2ban
Hello List,
with CentOS 7.2 it is not longer possible to run fail2ban on a Server ?
I install a new CentOS 7.2 and the EPEL directory
yum install fail2ban
I don't change anything only I create a jail.local to enable the Filters
[sshd]
enabled = true
....
.....
When I start afterward fail2ban
systemctl status fail2ban is clean
But systemctl status firewalld is broken
? firewalld.service -
2019 Oct 17
3
Offline logon and NSS...
Mandi! Rowland penny via samba
In chel di` si favelave...
> > Considering a 'full offline' DM client (supposing a portable), there's
> > a 'winbind permanent nss cache' or a general nss cache (like
> > nss-updatedb):
> > https://wiki.debian.org/LDAP/NSS#Offline_caching_of_NSS_with_nscd
> > have to be used? Thanks.
> No, you cannot use
2014 Oct 24
1
Changing user account passwords using smbpasswd after password expiration
...koffTime: 2147483647
sambaPwdCanChange: 0
sambaPwdMustChange: 2147483647
sambaPwdLastSet: 1406347540
Also, I have sambaDomainName=WORKGROUP with entries like the following:
sambaMinPwdAge: 0
sambaPwdHistoryLength: 0
sambaMinPwdLength: 6
sambaLogonToChgPwd: 2
sambaLockoutDuration: 1
sambaMaxPwdAge: 7776000
sambaLockoutObservationWindow: 1
sambaLockoutThreshold: 5
With these settings pdbedit shows the following output:
# pdbedit -u USERNAME -v
Unix username: USERNAME
NT username: USERNAME
Account Flags: [U ]
User SID: **DELETED**
Primary Group SID: **DEL...
2006 Oct 06
1
Samba 3 LDAP password policies
...ated LDAP Backend (OpenLDAP 2.3)
Account policies set in LDAP and importet on both Samba PCs by pdbedit
-y -i ldapsam as follows (working almost fine at least for password
history, min length and bad logon attempt):
min password length => 7
password history => 3
maximum password age => 7776000 i.e. 90 days
minimum password age => 86400 i.e. 1 day
Now the behaviour:
If I set the password as admin with smbpasswd the parameters password
must change, password last change and password can change are set to the
correct values according to the above policies. No I want the user to be
a...
2017 Aug 30
4
Force password complexity on NT4 style domain (Samba 4.6.4)
Hi,
is there a way to force password complexity on NT4 style domains?
the "samba-tool domain passwordsettings" seems to only work on DC
mode, right?
Boris
2003 Dec 11
1
Forcing Users to change passwords.
...-P "bad lockout attempt" -C 5
(after 5 wrong password, user account will be locked out - samba sets
password hashes to ***NOPASSWORD*** and user is unable to logon).
$ pdbedit -P "min password length" -C 9
# password age 90 days
$ pdbedit -P "maximum password age" -C 7776000
Samba takes age in seconds, so 60*60*24*90, is what you need.
Remember, that the user has to change his/her password from workstation
once, then policy takes effect. Another way is to manually change users
"sambaPwdMustChange" value to "0", so user is forced to change password o...
2003 Jun 02
1
Samba+LDAP PDC - A few questions.
Ok, I've got a Samba/LDAP PDC built. I've got my groups added and even have
users in those groups. But now I have a few administrative questions.
If these questions have be simple answers, be gentle - I'm a newbie.
1). How do I/Can I script the installation of a generic password into these
accounts? I'm looking to put some common password in for all users and then
allow the
2024 Mar 18
0
[PATCH] add option to skip files based on age/mtime
I've added the options --min-age=SECONDS and --max-age=SECONDS to allow
rsync to skip files based on how recently they were modified.
Setting --min-age=30 (for example) would cause rsync to skip files that
had been modified within the last 30 seconds.
Setting --max-age=7776000 would cause rsync to skip files that had been
modified more than 90 days ago (7776000 == 60*60*24*90).
I realize some of this could be achieved with a find command and
--exclude-from, but the same could be said for --min-size/--max-size.
But it's more convenient to have these options, and t...
2004 Jan 08
2
Hows samba calculating sambaPwdMustChange?
When samba password has been expired, user are force to change their password from client WS.
Samba will modify sambaPwdMustChange attribute and the value seems always "2147483647", this not happen when changin password with smbpasswd.
>From where samba calculate value for "sambaPwdMustChange"? is it constant?
Is it possible to specify different value?
Tks.
2004 Apr 12
0
Password must change - 10 days
When I set password lifetime to, say 90 days using
pdbedit -P "maximum password age" -C 7776000
Attribute "Password must change" is calculated using this formula :
sambaPwdMustChange = sambaPwdLastSet + 90 days.
Is it possible to get "warning message" before actually force user to
change their password, I mean is it possible to get this formula:
sambaPwdMustChange = (s...
2008 Jan 11
0
minimum password age
I installed samba-3.0.28-0 PDC.
I set "maximum password age" at 90 days and "minimum password age" at 2
days (to do some test).
pdbedit -P "maximum password age" -C 7776000
pdbedit -P "minimum password age" -C 172800
I checked "pierluigi" account with "pdbedit -Lv pierluigi"
Password last change: gio, 10 gen 2008
Password can change: sab, 12 gen 2008
Password must change: mer, 09 apr 2008
To simulate the change of password, I changed...
2008 Apr 02
0
tdbsam allow users to change password without notice!!!
I use tdbsam .
I use pdbedit -P "password hisotry" -C 3
pdbedit -P "min password length" -C 5
-P "maximum password age" -C 7776000 (90 days)
-P "minimum password age" -C 6912000 (80 days)
-P "user must logon to change password" -C 2 (on)
So my passwords need to be changed every 90 days and user can change it
after 80 days .
I use this policies 6months and everything was ok. Windows xp us...
2018 Sep 24
1
List of Expired Accounts?
Hi All,
Is there a built-in command to get a list of all expired accounts, or
output a list of all users and expiration date? All the scripts I find seem
to be PowerShell scripts that relay on some "Web Service" that I don't have
or do one user at at time.
Or if anyone has a script they are willing to share, that would be greatly
appreciated. I'm primarily looking for a way to
2008 Nov 05
1
Samba 3.2.4 not locking accounts?
...870
sambaAlgorithmicRidBase: 1000
objectClass: sambaDomain
sambaNextUserRid: 1000
sambaRefuseMachinePwdChange: 0
sambaNextRid: 1002
sambaLockoutDuration: -1
sambaLockoutObservationWindow: 30
sambaLockoutThreshold: 3
sambaMinPwdLength: 5
sambaPwdHistoryLength: 5
sambaLogonToChgPwd: 0
sambaMaxPwdAge: 7776000
sambaMinPwdAge: 0
sambaForceLogoff: -1
dn: cn=domusers,ou=group,dc=c1,c=ve,dc=xxxx
objectClass: posixGroup
objectClass: sambaGroupMapping
cn: domusers
displayName: Domain Users
gidNumber: 10000
sambaSID: S-1-5-21-1230964018-1252349843-1944742870-513
sambaGroupType: 2
dn: cn=domadmins,ou=group,dc=...
2013 Aug 23
1
[Bridge] challenge of year: connect to LAN using wireless-ap over bridge + unmanaged l2tpv3 tunnel + bridge? it's possible?
...eter-Request Option 55, length 6:
Subnet-Mask, Default-Gateway, Domain-Name-Server, Domain-Name
Option 119, Option 252
MSZ Option 57, length 2: 1500
Client-ID Option 61, length 7: ether 5c:95:ae:22:d6:6e
Lease-Time Option 51, length 4: 7776000
Hostname Option 12, length 14: "Straces-iPhone"
^C
1 packets captured
1 packets received by filter
*root at bahia:~#*
same thing result at "bridge a" (*root at recife:~#) *side...
4) the strangest thing of all and that, from bridge-b (recife). i can get
ip from dhc...
2003 Sep 16
4
Samba + LDAP + Password Expiry = Almost working...
...**************
if ($mk_ntpasswd eq '') {
print "Either set \$with_smbpasswd = 1 or specify
\$mk_ntpasswd\n";
exit(1);
}
my $ntpwd = `$mk_ntpasswd '$pass'`;
my $neidate = `/bin/date +%s`;
my $chgdate = $neidate+7776000;
chomp(my $lmpassword = substr($ntpwd, 0, index($ntpwd, ':')));
chomp(my $ntpassword = substr($ntpwd, index($ntpwd, ':')+1));
# change nt/lm passwords
# ***************************************************
# Modified on 05-04-03 by kevin Collins of NEI
# ------------...
2017 Oct 20
2
Some hint reading password expiration data...
In my current ''production'' NT-like domain (samba 4.2, OpenLDAP
backend), password policies seems to ''get written'' to user data.
EG, if i set:
pdbedit -P "maximum password age" -C 7776000
and i change my password, 'Password must change' have a meningful value,
eg 90 days more then the last password change:
root at armitage:~# pdbedit -v gaio
Unix username: gaio
NT username: gaio
Account Flags: [U ]
User SID: S-1-5-21-1458177...
2010 Feb 05
0
samba Digest, Vol 86, Issue 6
Hi.
reading docs i found
THIS
pdbedit -P "minimum password age" -C 5184000 (limit for validity of the
password set for 60 days)
pdbedit -P "maximum password age" -C 7776000 (maximum period for validity of
the password set for 90 days)
after u set ur policies restart samba and cofirm policies/informations make
to user:
pdbedit -L -v samba_user
AND THIS
-P account-policy
Display an account policy
Valid policies are: minimum password age, reset count minutes, disco...
2011 Jan 26
2
Need help with TEXT and SPACE error using WINE
I have installed paltalk (chatting client) and it is working properly when it comes to hearing and talking.
However, whenever I try to write, if I type one word no speace like "hello" i will have no problem. But if I was to type two words with as much as single space like "hello world" paltalk gives me the error below:
Code:
Alert: Your last text message was not sent because