search for: pdb_default

Displaying 1 result from an estimated 1 matches for "pdb_default".

Did you mean: db_default
2004 Jul 05
1
Accounts are getting disabled
...he issue, then there is a bug (which I'm happy to > look into and fix). > > /* only reset a password if the last set time has been > explicitly been set to zero. A default last set time > is ignored */ > > if ( (pdb_get_init_flags(pass, PDB_PASSLASTSET) != PDB_DEFAULT) > && (pdb_get_pass_last_set_time(pass) == 0) ) > { > > The intention of the logic was that if the value was undefined in LDAP, > the flags would be set to PDB_DEFAULT and it would not be treated as > 'defined as zero' for this test. I take a closer look a...