freeipa/ipa-python
Rob Crittenden 1967aafa39 Implement the password policy UI and finish IPA policy UI
This includes a default password policy
Custom fields are now read from LDAP. The format is a list of
  dicts with keys: label, field, required.
The LDAP-based configuration now specifies:
    ipaUserSearchFields: uid,givenName,sn,telephoneNumber,ou,title
    ipaGroupSearchFields: cn,description
    ipaSearchTimeLimit: 2
    ipaSearchRecordsLimit: 0
    ipaCustomFields:
    ipaHomesRootDir: /home
    ipaDefaultLoginShell: /bin/sh
    ipaDefaultPrimaryGroup: ipausers
    ipaMaxUsernameLength: 8
    ipaPwdExpAdvNotify: 4
This could use some optimization.
2007-11-16 12:59:32 -05:00
..
test Adds delegation listing and creation to the GUI. 2007-10-12 15:11:55 -07:00
__init__.py Fixed broken patches and server spec. 0001-01-01 00:00:00 +00:00
aci.py Require uniqueness in the name/comment field of delegations 2007-11-09 13:58:36 -05:00
config.py Added config.py. 0001-01-01 00:00:00 +00:00
entity.py Completely remove an attribute 2007-10-31 17:11:55 -04:00
freeipa-python.spec Bump versions for release. 0001-01-01 00:00:00 +00:00
freeipa-python.spec.in Bump versions for release. 0001-01-01 00:00:00 +00:00
group.py Initial support for Groups 2007-08-24 15:42:56 -04:00
ipa.conf Added ipa.conf. 0001-01-01 00:00:00 +00:00
ipaclient.py Implement the password policy UI and finish IPA policy UI 2007-11-16 12:59:32 -05:00
ipaerror.py Implement the password policy UI and finish IPA policy UI 2007-11-16 12:59:32 -05:00
ipautil.py remove offensive use of rpm 2007-11-06 16:26:10 -05:00
ipavalidate.py Fix build issues by combining patches submitted by Michael Gregg and 2007-10-17 11:28:37 -04:00
krbtransport.py Require SSL for the XML-RPC interface 2007-10-19 10:14:30 -04:00
Makefile Make distclean work again 2007-10-19 09:53:27 -04:00
MANIFEST.in Use setup.py for ipa-python from William Jon McCann <mccann@jhu.edu>. 0001-01-01 00:00:00 +00:00
README Final reorginzation to reflect packaging. 0001-01-01 00:00:00 +00:00
rpcclient.py Implement the password policy UI and finish IPA policy UI 2007-11-16 12:59:32 -05:00
setup.py Bump versions for release. 0001-01-01 00:00:00 +00:00
user.py Initial support for Groups 2007-08-24 15:42:56 -04:00