summaryrefslogtreecommitdiffstats
path: root/source4/setup/pwsettings
Commit message (Collapse)AuthorAgeFilesLines
* s4:python tools - Centralise the lookups for the default domain (root) in ↵Matthias Dieter Wallnöfer2009-08-171-8/+4
| | | | the call "domain_dn" from SamDB
* s4:pwsettings script - Fix a small glitchMatthias Dieter Wallnöfer2009-08-111-5/+10
| | | | | | This fixes the problem with the setting and getting of the "minPwdAge" and "maxPwdAge" attributes. I wanted to handle them in days but forgot to add conversions (from "ticks" (tenth of microsecond) -> "days" and backwards).
* s4: Add a new script for setting password properties for a domain in a ↵Matthias Dieter Wallnöfer2009-08-071-0/+202
easier way