[Samba] Users list and the date the password will expire

Ole Traupe ole.traupe at tu-berlin.de
Mon Feb 13 16:49:41 UTC 2017


"userAccountControl:1.2.840.113556.1.4.803:=2"

Sorry, I cannot read the Matrix. ;)

Ole



On 13.02.2017 17:19, Rowland Penny via samba wrote:
> On Mon, 13 Feb 2017 16:46:12 +0100
> Ole Traupe via samba <samba at lists.samba.org> wrote:
>
> You could always replace:
>
>> "(&(objectCategory=person)(objectClass=user)(sAMAccountName=$user))"
>> userAccountControl | grep userAccountControl: | sed
>> "s|userAccountControl: ||")
>>
>> if [ "${uAC_string}" -eq "512" ]; then
>>
>>       [do expiration parsing]
>> fi
> With:
>
> "(&(objectCategory=person)(objectClass=user)(sAMAccountName=$user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))"
>
> This will do the same ;-)
>
> Rowland
>
>




More information about the samba mailing list