Displaying 7 results from an estimated 7 matches for "nconsid".
Did you mean:
consid
2017 Mar 27
3
Users list and the date the password will expire
On Sun, 26 Mar 2017 19:31:48 -0400 Mark Foley wrote:
>
> On Sun, 26 Mar 2017 19:53:01 +0100 Rowland Penny wrote:
> >
> > On Sun, 26 Mar 2017 14:32:53 -0400
> > Mark Foley via samba <samba at lists.samba.org> wrote:
> >
> >
> > > as root:
> > >
> > > ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -s sub
> >
2018 Nov 27
3
Where is password expiration notice period
In our password settings we have:
> samba-tool domain passwordsettings show
:
Password complexity: on
Store plaintext passwords: off
:
Minimum password age (days): 0
Maximum password age (days): 90
:
I don't find any setting for how many days before the expiration to warn users about the
pending expiration. On Windows, users seem to get notified about a pending password expiration
at
2017 Mar 27
0
Users list and the date the password will expire
...`
togo=$((($expireDate-$today)/86400))
if [ $togo -gt $warnDays ]; then exit 0; fi # no warning yet
IMAGE=/user/util/bin/pw1.png # this is just a generic silhouette of a user
TITLE="Change Expiring Password"
if [ "$togo" = 0 ]
then
MSG="Your password expires today.\nConsider changing your password."
else
MSG="Your password expires in $togo days.\nConsider changing your password."
fi
badPW=0
while [ 1 = 1 ]
do
pw=`yad --form --on-top --center --timeout=300 --timeout-indicator=top --separator="~" \
--image "$IMAGE" -...
2017 Mar 27
0
Users list and the date the password will expire
...fi # no warning yet
> >
> > IMAGE=/user/util/bin/pw1.png # this is just a generic silhouette of a user
> >
> > TITLE="Change Expiring Password"
> >
> > if [ "$togo" = 0 ]
> > then
> > MSG="Your password expires today.\nConsider changing your password."
> > else
> > MSG="Your password expires in $togo days.\nConsider changing your
> > password."
> > fi
> >
> > badPW=0
> >
> > while [ 1 = 1 ]
> > do
> > pw=`yad --form --on-top --center --ti...
2018 Apr 04
2
How to change Domain password as normal user?
On Tue, 03 Apr 2018 23:34:13 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> On Sat, 31 Mar 2018 17:04:22 +0100 Rowland Penny <rpenny at samba.org>
> wrote:
> >
> > On Sat, 31 Mar 2018 11:42:07 -0400
> > Mark Foley via samba <samba at lists.samba.org> wrote:
> >
> > > On Sat, 31 Mar 2018 12:25:14 +0100 Rowland Penny
> >
2018 Apr 04
0
How to change Domain password as normal user?
...ireTime]" Days to go: $togo
exit 0
fi
if [ $togo -gt $warnDays ]; then exit 0; fi
# Within $warnDays of expiration. Ask user to change PW
IMAGE=/user/util/bin/pw1.png
TITLE="Change Expiring Password"
if [ "$togo" = 0 ]
then
MSG="Your password expires today.\nConsider changing your password."
else
MSG="Your password expires in $togo days.\nConsider changing your password."
fi
badPW=0
while [ 1 = 1 ]
do
pw=`yad --form --on-top --center --timeout=300 --timeout-indicator=top --separator="~" \
--image "$IMAGE" -...
2011 Apr 05
0
Changing parameter in local fdr R code
...if (sum(is.na(fp0[c(3, 5), 1:2])) == 0 & nulltype > 1)
if (abs(fp0["cmest", 1] - mlests[1]) > 0.05 | abs(log(fp0["cmest",
2]/mlests[2])) > 0.05)
warning("Discrepancy between central matching and maximum
likelihood estimates.\nConsider rerunning with nulltype = 1")
if (is.na(mlests[1])) {
if (nulltype == 1) {
if (is.na(fp0["cmest", 1]))
stop("CM and ML Estimation failed, middle of histogram
non-normal")
else stop("ML estimation failed. Rerun with...