Commit Graph

19 Commits

Author SHA1 Message Date
Kevin McCarthy
a0e2fa00f1 Manual merge changes in for the cidict/ipaclient add_user() 2007-08-17 14:27:54 -07:00
Karl MacMillan
07ee40cb28 Revert incorrect fix. -
Karl MacMillan
7ace2ba951 Fix small typo in ipaclient. -
Karl MacMillan
288128d560 Updated freeipa-admintool spec file to include additional tools.
Updated freeipa-python to depend on PyKerberos package.
-
Kevin McCarthy
0ddf0699a5 Add update user to gui.
Fix fields to be lowercase in web gui (server now returns them lowercase).
Fix ipaclient.py to refer to lowercase fields when adding a user.
Fix user.getValue() to check isinstance(value,list) instead of value[0].
2007-08-16 15:05:36 -07:00
rcritten@redhat.com
05f6a22110 Implement user inactivation
Comment some functions
Add attribute argument to get_user()
2007-08-17 10:03:33 -04:00
rcritten@redhat.com
5f0f23ee91 Ensure that the Apache server is in forked mode
Add ability to update existing users
Try to prevent fetching and setting empty strings
2007-08-14 17:22:05 -04:00
rcritten@redhat.com
cfaa28150b Basic LDAP connection pooling
Implement user search
2007-08-13 16:41:38 -04:00
Karl MacMillan
9a01f353cf Bump version numbers for release. -
rcritten@redhat.com
993f76fe60 - Abstracted client class to work directly or over RPC
- Add mod_auth_kerb and cyrus-sasl-gssapi to Requires
- Remove references to admin server in ipa-server-setupssl
- Generate a client certificate for the XML-RPC server to connect to LDAP with
- Create a keytab for Apache
- Create an ldif with a test user
- Provide a certmap.conf for doing SSL client authentication
- Update tools to use kerberos
- Add User class
2007-08-06 10:05:53 -04:00
Karl MacMillan
66ab69d0b2 Only install the ipa.conf file if it does not exist. -
kmccarth@redhat.com
84d3b7be58 Change server to not be global nor reused. 2007-08-02 14:15:40 -07:00
kmccarth@redhat.com
88ab86fa37 Rename 'gn' to 'givenName' 2007-08-02 15:01:59 -07:00
Karl MacMillan
abdc56fb3a Added ipa.conf. -
Karl MacMillan
ec9ca376c5 Added config.py. -
Karl MacMillan
aed1f91105 Add local-dist target.
Remove hard-coded config.
-
Karl MacMillan
66ee656155 Added spec files for python and admintools. -
Karl MacMillan
8cf45633fe Fixed broken patches and server spec. -
Karl MacMillan
7d95cd612c Final reorginzation to reflect packaging. -