summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipaadminutil.py
Commit message (Collapse)AuthorAgeFilesLines
* Display name as separate attributes instead of showing common name.Rob Crittenden2008-08-221-1/+4
| | | | | | | We allow one to individually set first and last name but we do not automatically update the common name so changes don't seem to happen. 451318
* Change user and group validators to match shadow-utilsRob Crittenden2008-08-071-0/+9
| | | | | | | | This sets the regex to [a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,30}[a-zA-Z0-9_.$-]? Also change the validators to return True/False 450613, 457124
* Handle input range properly and catch KeyboardInterrupt and exit gracefullyRob Crittenden2008-02-201-7/+16
| | | | 433496
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-101-0/+75
multiple entries are returned.