summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipavalidate.py
Commit message (Collapse)AuthorAgeFilesLines
* Change user and group validators to match shadow-utilsRob Crittenden2008-08-071-24/+52
| | | | | | | | 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
|
* Merge.Karl MacMillan2007-12-111-9/+19
|\
| * Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-071-9/+19
| |
* | checkpoint radius client workJohn Dennis2007-11-131-0/+1
|/
* Fix build issues by combining patches submitted by Michael Gregg andRob Crittenden2007-10-171-1/+0
| | | | | Karl MacMillan Remove #!/usr/bin/python from many files to quiet rpmlint
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-211-0/+99
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.