summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement user inactivationrcritten@redhat.com2007-08-1710-15/+211
| | | | | Comment some functions Add attribute argument to get_user()
* Fix -Wall for memberof plugin (from Pete Rowley).Karl MacMillan2007-08-171-10/+28
|
* - Add password generator method to controller.Kevin McCarthy2007-08-147-14/+3370
| | | | | | | | | | This uses the random.SystemRandom() method to generate an 8-digit alphanumeric password. - Add ajax call to usernew and useredit forms to generate a new password - Add the prototype javascript library: http://www.prototypejs.org/ prototype is distributed with the MIT license. - Add a checkbox to toggle editing (and displaying) the password. - Change usershow template to use same field labels as the edit and new forms.
* Split userform into edit and new forms.Kevin McCarthy2007-08-105-26/+181
| | | | | | | (They will likely diverge so no sense forcing them together). Add css for required fields. Add "_orig" hidden fields to the edit form in prep for sending only modified fields.
* Updated dep list.Karl MacMillan2007-08-171-3/+3
|
* Ensure that the Apache server is in forked modercritten@redhat.com2007-08-147-2/+188
| | | | | Add ability to update existing users Try to prevent fetching and setting empty strings
* Patch from Rob to quick fix an error in the previous oneSimo Sorce2007-08-161-1/+1
|
* Basic LDAP connection poolingrcritten@redhat.com2007-08-136-36/+178
| | | | Implement user search
* make pluginlibrary files executable like all other dirsrv pluginsSimo Sorce2007-08-162-4/+4
|
* Add a prototype client tool to configure a client of the IPA serverSimo Sorce2007-08-169-2/+967
| | | | Right now it does only discovery (or fallback)
* Fix the relative name, Richm explained that the allowed values are either:Simo Sorce2007-08-162-2/+2
| | | | | | /full/path/plugin-name.so or just plugin-name (no .so as different arches have different extensions)
* Add libmhash as dependency for ipa_wpd_extopSimo Sorce2007-08-162-2/+2
|
* Make ipa-kpasswd start immediatelySimo Sorce2007-08-151-1/+1
|
* Improve ipa-kpasswd so that it can be installed and startedSimo Sorce2007-08-151-75/+110
| | | | | Make it daemonize Make it use syslog (LOG_DAEMON facility)
* General fixes.Simo Sorce2007-08-154-4/+4
| | | | Do not start ipa_kpasswd by default yet
* in F7 all directory names have changed from fedora-ds to dirsrvSimo Sorce2007-08-159-30/+32
| | | | which should also be the name used in DS 8.0, change all occurences
* Use relative .so names for plugin so that lib/lib64 does not get in the waySimo Sorce2007-08-153-2/+2
| | | | change the pwd-extop conf ldif to a more sensible name
* Merge from upstreamSimo Sorce2007-08-157-2/+1786
|\
| * Install server plugins in correct lib directory.Karl MacMillan2007-08-152-3/+13
| |
| * Integrate memberof plugin into build.Karl MacMillan2007-08-154-4/+29
| |
| * initial commit of memberof DS pluginPete Rowley2007-08-103-0/+1749
| |
* | Activate the passwd extop plugin and ipa-kpasswd daemonSimo Sorce2007-08-154-8/+33
| |
* | Rely on the default pathSimo Sorce2007-08-151-2/+2
| | | | | | | | Fix description
* | Fix dependency and install ipa-kpasswd init scriptSimo Sorce2007-08-152-4/+4
| |
* | Make it possible to keep the rpmbuild root inside the dev tree.Simo Sorce2007-08-151-13/+22
|/ | | | Override provided, just set RPMBUILD in your environment.
* Clean-up code to avoid Wall warningsSimo Sorce2007-08-151-30/+19
|
* Add deps to READMESimo Sorce2007-08-151-1/+1
|
* Clean up code so that Wall returns 0 complaintsSimo Sorce2007-08-151-17/+17
|
* Merge from bundle.Karl MacMillan2007-08-1017-302/+397
|\
| * Various build system fixes.Karl MacMillan2007-08-105-5/+5
| |
| * Addiing initial turbogears web gui.kmccarth@redhat.com2007-08-1237-0/+1344
| | | | | | | | Contains simple user add, list, and view pages.
| * Bump version numbers for release.Karl MacMillan2007-08-104-12/+11
| |
| * Updates to build kpaswd and the slapi plugins.Karl MacMillan2007-08-108-14/+110
| |
* | Add images and empty files, which didn't seem to come through in theKevin McCarthy2007-08-1211-0/+0
| | | | | | | | hg export properly.
* | Addiing initial turbogears web gui.kmccarth@dhcp-172-16-25-136.sfbay.redhat.com2007-08-1237-0/+1344
|/ | | | Contains simple user add, list, and view pages.
* Allow the API to specify the location in the tree to add users, defaultingrcritten@redhat.com2007-08-101-2/+2
| | | | to ou=users,ou=default,$basedn
* Start the DS and KDC on bootrcritten@redhat.com2007-08-091-1/+7
|
* Fix location of the binarySimo Sorce2007-08-092-1/+2
| | | | Add a comment on the ldap code for the future
* export kpasswd keytab during installation processSimo Sorce2007-08-091-0/+10
|
* typoSimo Sorce2007-08-091-1/+1
|
* merge in changes from upstreamSimo Sorce2007-08-0931-346/+1054
|\
| * Fixed merge.Karl MacMillan2007-08-082-10/+2
| |
| * Merge.Karl MacMillan2007-08-082-0/+12
| |\
| | * Add ntpd requirement.Karl MacMillan2007-08-082-2/+2
| | |
| * | Generate /etc/httpd/conf.d/ipa.conf from a template so the realm canrcritten@redhat.com2007-08-065-13/+10
| | | | | | | | | | | | be set during installation
| * | - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-0626-326/+881
| |/ | | | | | | | | | | | | | | | | | | | | - 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
| * Only install the ipa.conf file if it does not exist.Karl MacMillan2007-08-031-2/+5
| |
| * Change server to not be global nor reused.kmccarth@redhat.com2007-08-021-9/+4
| |
| * Rename 'gn' to 'givenName'kmccarth@redhat.com2007-08-023-5/+3
| |
| * Added ipa.conf.Karl MacMillan2007-08-011-0/+3
| |