Displaying 2 results from an estimated 2 matches for "useraccountcont".
2018 Dec 18
2
Little strangeness on dns-* account...
I've setup a script that scan non-disabled user base, base query:
(&(objectClass=user)(!(objectClass=computer))(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
and for every user i check the 'last password change' data value, doing
some thing (eg, disabling it ;-) if it is too far.
I've found that my script get also some 'dns-*' account; looking at
data i've found that the account associated with t...
2018 Dec 18
3
Little strangeness on dns-* account...
...a wrote:
> On Tue, 18 Dec 2018 19:13:16 +0100
> Marco Gaiarin via samba <samba at lists.samba.org> wrote:
>
> >
> >
> > I've setup a script that scan non-disabled user base, base query:
> >
> > (&(objectClass=user)(!(objectClass=computer))(!(userAccountCont
> > rol:1.2.840.113556.1.4.803:=2)))
> >
> > and for every user i check the 'last password change' data value,
> > doing some thing (eg, disabling it ;-) if it is too far.
> >
> > I've found that my script get also some 'dns-*' account; look...