Displaying 2 results from an estimated 2 matches for "utente_dn".
2019 Nov 15
3
Account locked and delayed user data propagation...
...sword 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 "userAccountControl: ${NEWFLAGS}" >&g...
2019 Nov 15
0
Account locked and delayed user data propagation...
...is 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 "userAccountControl:...