summaryrefslogtreecommitdiffstats
path: root/ipa-python/test/test_ipavalidate.py
Commit message (Collapse)AuthorAgeFilesLines
* Change user and group validators to match shadow-utilsRob Crittenden2008-08-071-34/+46
| | | | | | | | 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
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-071-28/+43
|
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-211-0/+70
Add ipa-passwd tool Add simple field validation package This patch adds a package requirement, python-krbV. This is needed to determine the current user based on their kerberos ticket.