Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reference to a bogus system and make the error message more generic | Rob Crittenden | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | Use the dna plugin to automatically assign uid | Rob Crittenden | 2007-11-13 | 1 | -7/+14 |
| | | | | | Set gid to the group "ipausers" Add the user to this default group | ||||
* | Allow a user or group to change an attribute in its RDN | Rob Crittenden | 2007-11-12 | 1 | -4/+84 |
| | | | | | Add secretary to the list of indexes otherwise RDN changing could be slow Port --addattr, --setattr and --delattr from usermod to groupmod | ||||
* | Handle ldap.UNWILLING_TO_PERFORM more gracefully | Rob Crittenden | 2007-11-09 | 1 | -1/+4 |
| | |||||
* | Don't continue if a kerberos credentials cache is not available | Rob Crittenden | 2007-11-09 | 1 | -8/+8 |
| | | | | | forked-model detection was incorrect. Both of these return an error instead of raising one | ||||
* | Redirect to the FQDN otherwise kerberos auth may fail | Rob Crittenden | 2007-11-12 | 1 | -2/+8 |
| | |||||
* | remove offensive use of rpm | John Dennis | 2007-11-06 | 1 | -1/+1 |
| | | | | add the radiusprofile to the list of objectclasses used when creating a user | ||||
* | Rename memberOf to group_members in xml-rpc interface. | Karl MacMillan | 2007-10-31 | 2 | -2/+2 |
| | |||||
* | Add memberOf API call to the XML-RPC interface | Rob Crittenden | 2007-10-30 | 2 | -0/+32 |
| | | | | Make find-groups use memberOf to have a prettier dispaly of members | ||||
* | Create configuration for MIT Windows kerberos client and install into | Rob Crittenden | 2007-10-29 | 1 | -1/+4 |
| | | | | | http://hostname/config so users can point their MIT client at the IPA server and automatically fetch the configuration. | ||||
* | Add delete user and group to webgui. | Kevin McCarthy | 2007-10-23 | 1 | -3/+2 |
| | | | | NOTE: this doesn't handle referential integrity. | ||||
* | Add an LDAP attribute -> label mapping function to XML-RPC layer | Rob Crittenden | 2007-10-22 | 4 | -0/+66 |
| | | | | Move some ACI functions around in preparation for cli delegation | ||||
* | update_user and update_group need to be defined differently in order | Rob Crittenden | 2007-10-22 | 1 | -2/+6 |
| | | | | to be available to the XML-RPC interface | ||||
* | Finish the email autosuggest. | Kevin McCarthy | 2007-10-18 | 2 | -1/+11 |
| | | | | | For now I've added a new API call. The field-specific searching is a ways off. | ||||
* | Require SSL for the XML-RPC interface | Rob Crittenden | 2007-10-19 | 1 | -0/+7 |
| | |||||
* | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>. | Karl MacMillan | 2007-10-17 | 3 | -13/+44 |
| | |||||
* | Creates an update_entry api call, aliases update_user and update_group to it. | Kevin McCarthy | 2007-10-15 | 2 | -6/+7 |
| | |||||
* | Adds delegation listing and creation to the GUI. | Kevin McCarthy | 2007-10-12 | 2 | -0/+10 |
| | |||||
* | Remove buggy connection caching. Create a new connection for each LDAP | Rob Crittenden | 2007-10-12 | 1 | -36/+7 |
| | | | | request. | ||||
* | Add inetUser objectclass. Remove test-users ldif. | Kevin McCarthy | 2007-10-11 | 1 | -3/+5 |
| | |||||
* | Refactor the __get_entry into __get_base_entry and __get_sub_entry(). | Kevin McCarthy | 2007-10-11 | 1 | -11/+31 |
| | | | | | The API needs to be thought about, but this is a quick fix w/minimal impact to allow get_entry_by_dn do work on non-leaf entries. | ||||
* | Merge. | Karl MacMillan | 2007-10-09 | 2 | -34/+27 |
|\ | |||||
| * | Combine get_user/group by dn/cn into get_entry_by_cn/dn. | Kevin McCarthy | 2007-10-09 | 2 | -34/+27 |
| | | | | | | | | Also a couple double-escaping fixes I missed in the last patch. | ||||
* | | Karl MacMillan wrote: | Karl MacMillan | 2007-10-09 | 1 | -5/+5 |
|/ | | | | | | | | | | | | | > > This largish patch makes the build and installation work on 64bit > > machines. The only catch here is that to get a 64bit build you need to > > set LIBDIR on make: > > > > make install LIBDIR=/usr/lib64 > > > > The spec file does this correctly. I couldn't find any reliable way to > > guess this that works both on real systems and in the almost entirely > > empty rpm build root (you can't, for example, check for the existence > > of /usr/lib64). | ||||
* | Several escaping fixes: | Kevin McCarthy | 2007-10-05 | 1 | -2/+7 |
| | | | | | | - illegal dn characters need to be escaped - null characters in search filters - dynamicedit.js was double html escaping (the python layer does it already) | ||||
* | New LDAP connection pool that does locking | Rob Crittenden | 2007-10-08 | 1 | -24/+62 |
| | |||||
* | Try to catch more error conditions during installation | rcritten@redhat.com | 2007-10-03 | 1 | -2/+5 |
| | | | | | | Modify the way we detect SELinux to use selinuxenabled instead of using a try/except. Handle SASL/GSSAPI authentication failures when getting a connection | ||||
* | Add the rest of the user fields to the user pages. | Kevin McCarthy | 2007-10-03 | 1 | -1/+1 |
| | |||||
* | I broke add_groups_to_user and remove_groups_from_user with my | rcritten@redhat.com | 2007-10-02 | 1 | -6/+2 |
| | | | | "use group DN" patch. This fixes it. | ||||
* | Do group operations based on the group DN, not the CN | rcritten@redhat.com | 2007-10-02 | 1 | -31/+30 |
| | | | | | Add new class of errors for connections Raise an exception if a connection cannot be made due to missing ccache | ||||
* | Rely more on kerberos. | Simo Sorce | 2007-10-01 | 2 | -27/+31 |
| | | | | | | | Don't read ipa.conf to get the realm, the kerberos libs do that for you. Use the krbPrincipalName to change passwords Make it possible to specify the principal at user creation. Mail is not a required attribute so far, don't require it. | ||||
* | Add group management to the user edit page. | Kevin McCarthy | 2007-09-28 | 2 | -0/+52 |
| | | | | Added a couple more API calls to make the inverse operations easier. | ||||
* | Don't include opts in any public argument lists. It is used internally only. | rcritten@redhat.com | 2007-10-01 | 1 | -0/+3 |
| | |||||
* | patch queue: add_filters.patch | Kevin McCarthy | 2007-09-27 | 1 | -0/+3 |
| | |||||
* | Make timelimit a parameter to the find methods. | Kevin McCarthy | 2007-09-27 | 1 | -8/+4 |
| | |||||
* | Misc small fixes: | Kevin McCarthy | 2007-09-25 | 1 | -5/+25 |
| | | | | | | | | | | - Members of groups are clickable - Combine name and uid into a single column in find users - Remove license plate from searching - Mailto links on user emails - Add timelimit to finds. This is experimental... - Fix usersearch to only search on objectClass=Person - Change search to use get parameter | ||||
* | Adds methods to manipulate groups by dns. | Kevin McCarthy | 2007-09-26 | 2 | -40/+100 |
| | | | | | Renamed some of the user_group parameters to be self-evident. Binary wrapping isn't necessary on strings, so removed from xmlrpc calls. | ||||
* | Fix a couple of XML-RPC functions that were missing the opts argument | rcritten@redhat.com | 2007-09-26 | 3 | -4/+67 |
| | | | | Include a kerberized XML-RPC client that will list the XML-RPC API | ||||
* | Adds manager and direct reports to usershow page. | Kevin McCarthy | 2007-09-25 | 2 | -2/+17 |
| | | | | Fixes a bug with the group by member where is wasn't trapping not found errors. | ||||
* | Show the list of groups a user belongs to. | Kevin McCarthy | 2007-09-25 | 2 | -2/+26 |
| | |||||
* | Use a different directory for test programs | rcritten@redhat.com | 2007-09-25 | 2 | -3/+4 |
| | |||||
* | Make doing basic testing of Kerberos ticket forwarding and system setup | rcritten@redhat.com | 2007-09-25 | 4 | -12/+203 |
| | | | | easier. | ||||
* | Fix error when using with TurboGears | rcritten@redhat.com | 2007-09-25 | 1 | -2/+3 |
| | |||||
* | Install the error web pages | rcritten@redhat.com | 2007-09-24 | 1 | -0/+2 |
| | |||||
* | Show (hopefully) useful information if the Kerberos connection fails. | rcritten@redhat.com | 2007-09-24 | 3 | -0/+86 |
| | |||||
* | Print the request environment for debugging purposes. | rcritten@redhat.com | 2007-09-24 | 1 | -0/+11 |
| | |||||
* | Enable LDAP debugging using the mod_python Apache configuration directive | rcritten@redhat.com | 2007-09-21 | 3 | -8/+17 |
| | | | | PythonOption IPADebug On/Off | ||||
* | Don't fall back on proxy authentication. We don't generate the certificates | rcritten@redhat.com | 2007-09-24 | 1 | -4/+7 |
| | | | | anymore and that failure just causes more confusion. | ||||
* | Merge conflicts between rob and kevin patches | Simo Sorce | 2007-09-20 | 1 | -13/+60 |
|\ | |||||
| * | Handle add/remove failures a little bit better. | Kevin McCarthy | 2007-09-19 | 1 | -2/+2 |
| | | | | | | | | | | Still some refinements that can be done, but at least it shows the failures now. |