Displaying 2 results from an estimated 2 matches for "smbunlock".
Did you mean:
munlock
2019 Nov 15
3
Account locked and delayed user data propagation...
...9;OK' too
much wrong password try get done, and account get locked.
This policy is under revision, but for now get is as-is, this is not
the problem.
Account get unlocked automatically after 10 minutes, but sometime it
urges.
So i've setup a script that barely do:
TMPLDIF=$(mktemp /tmp/smbunlock.ldif.XXXXXXXXXX)
UTENTE_DN=$(get_user_dn "${UTENTE}")
echo "dn: ${UTENTE_DN}" > $TMPLDIF
echo "changetype: modify" >> $TMPLDIF
echo "-" >> $TMPLDIF
echo "replace: userAccountControl" >> $TMPLDIF
echo "userAccountContr...
2019 Nov 15
0
Account locked and delayed user data propagation...
..., and account get locked.
> This policy is under revision, but for now get is as-is, this is not
> the problem.
>
>
> Account get unlocked automatically after 10 minutes, but sometime it
> urges.
>
> So i've setup a script that barely do:
>
> TMPLDIF=$(mktemp /tmp/smbunlock.ldif.XXXXXXXXXX)
> UTENTE_DN=$(get_user_dn "${UTENTE}")
> echo "dn: ${UTENTE_DN}" > $TMPLDIF
> echo "changetype: modify" >> $TMPLDIF
> echo "-" >> $TMPLDIF
> echo "replace: userAccountControl" >> $TMPLDIF
>...