Displaying 2 results from an estimated 2 matches for "passwordexpir".
Did you mean:
password_expire
2004 Jun 16
0
Make AIX login message handling consistent.
...han the standard password auth modules).
a) The message from a successful authenticate() is not sent to the user.
(The native password modules don't return anything).
b) There is one code path where the message is not free()ed. (It only
leaks a few bytes on a successful authentication if passwordexpired()
returns a warning message, but it should be fixed.)
c) The auth routines *may* return a NULL pointer rather than a pointer
to a message. Most don't, and I think we handle all of the ones that
might, but we should handle all of them.
d) The debug message from loginsuccess() was inconsi...
2018 Mar 05
2
[OT?] 'negative' GPOs for local user?!
I'm trying to define the GPOs on my new AD domain, and i'm a little
confused.
I've never worked with AD, but i've extensively used MLGPO, where i can
explicitly apply GPOs to users/groups.
Two examples, of my confusion.
1) i've setup password policies (8 chars, 5-row password history,
...), and this is a ''computer'' policy, that apply... to computers. ;-)