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

Rowland Penny rpenny at samba.org
Mon Feb 13 17:04:07 UTC 2017


On Mon, 13 Feb 2017 17:49:41 +0100
Ole Traupe via samba <samba at lists.samba.org> wrote:

> "userAccountControl:1.2.840.113556.1.4.803:=2"
> 
> Sorry, I cannot read the Matrix. ;)
> 
> Ole
> 
> 
> 

(!(userAccountControl:1.2.840.113556.1.4.803:=2))

You can read about it here:

https://support.microsoft.com/en-gb/help/269181/how-to-query-active-directory-by-using-a-bitwise-filter

Basically it means that the user isn't disabled.
If you add '2' to a users 'userAccountControl' attribute, you disable
the users account, the above checks it isn't set ( '!' = not )

Rowland



More information about the samba mailing list