Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove broken link for IE configuration and replace sample domain/realm. ↵ | Rob Crittenden | 2008-05-20 | 1 | -4/+7 | |
| | | | | | | | | | | Also fix some HTML errors: missing DOCTYPE, title, head. The web page actually comes up as a link in a search on Microsoft's site but the content is gone. It is possible it will come back at some point, who knows. 447445 | |||||
* | Add validators.py to the list of files. | Rob Crittenden | 2008-05-20 | 1 | -0/+1 | |
| | | | | 445286 | |||||
* | Do uniqueness check on phone numbers and cn entered via the UI. | Rob Crittenden | 2008-05-20 | 3 | -4/+80 | |
| | | | | 445286 | |||||
* | Don't pass the Directory Manager password on the command-line to ldapmodify. | Rob Crittenden | 2008-05-19 | 2 | -8/+23 | |
| | | | | 446865 | |||||
* | Use split instead of find as split does not fail to provide a complete | Simo Sorce | 2008-05-15 | 3 | -3/+3 | |
| | | | | component if no '.' is found. | |||||
* | detect failure to write ipa_kpasswd.pid file | Jim Meyering | 2008-05-15 | 1 | -7/+12 | |
| | | | | | * ipa_kpasswd.c (main): Detect not just open failure, but also any write failure. | |||||
* | remove useless if-before-free tests | Jim Meyering | 2008-05-15 | 3 | -29/+17 | |
| | | | | | | | | | | | | I've been on a crusade (;-) to remove useless if-before-free tests, so ran a script that spotted some here. I think I removed the first batch (without braces) automatically, then manually removed the ones with curly braces around the free statements. You may well have doubts about the portability of removing those tests, but as long as you don't care about SunOS4 or earlier, you'll be fine. I've done similar things for e.g., coreutils, glibc, and git, and have had no problems. | |||||
* | * ipa_pwd_extop.c (encrypt_encode_key): Handle malloc failure. | Jim Meyering | 2008-05-15 | 1 | -0/+5 | |
| | ||||||
* | If there is an error we need to send back a reply ourselves. | Simo Sorce | 2008-05-15 | 1 | -2/+11 | |
| | | | | Return also an intelligible error message. | |||||
* | For some unknown reason the sort control returns values sorted in reverse. | Simo Sorce | 2008-05-15 | 1 | -1/+3 | |
| | | | | Ask for inverse order to get them straight ... | |||||
* | Implement checks to make sure we are not assigning a number that is in use. | Simo Sorce | 2008-05-15 | 1 | -181/+455 | |
| | | | | | | Change config to support a maximum value so that ranges can be defined. Add stubs to reach out and ask to swap in new ranges and notify that new chuncks are needed/used. | |||||
* | Don't ask the user again if he wants to replace bind configuration files if ↵ | Martin Nagy | 2008-05-14 | 1 | -10/+1 | |
| | | | | | | he specified --setup-bind. 430090 | |||||
* | Fix typo, /etc/resolve.conf -> /etc/resolv.conf. | Martin Nagy | 2008-05-14 | 1 | -10/+10 | |
| | | | | 444660 | |||||
* | Fix typo in ipa-client-install manpage. | Rob Crittenden | 2008-05-14 | 1 | -1/+1 | |
| | | | | 446201 | |||||
* | Make sure all services are stopped during uninstall. | Rob Crittenden | 2008-05-14 | 2 | -1/+8 | |
| | | | | | | | | | We were just shutting down the KDC if it had been started prior to IPA installation. We need to stop it in all cases. And we should restart nscd as it may have made an LDAP connection. 440322 | |||||
* | Enforce the maximum username length set by IPA Policy | Rob Crittenden | 2008-05-14 | 2 | -0/+30 | |
| | | | | 439891 | |||||
* | Do a more thorough job of removing an existing DS instance. | Rob Crittenden | 2008-05-13 | 1 | -0/+4 | |
| | | | | | | Add /usr/lib/dirsrv/slapd-INSTANCE to the list of directories removed. 442753 | |||||
* | Catch name resolution errors coming from the socket module. | Rob Crittenden | 2008-05-13 | 18 | -0/+72 | |
| | | | | 442650 | |||||
* | The admin user doesn't have the inetorgperson objectclass so don't have a ↵ | Rob Crittenden | 2008-05-13 | 1 | -0/+10 | |
| | | | | | | | | | givenname attribute. The UI is currently hardcoded to require "first name" which renders the admin user uneditable via the UI. This is a hack that will allow admin to be edited, assuming that one doesn't try to add a firstname field. 440548 | |||||
* | fix stupid typo, | Simo Sorce | 2008-05-10 | 1 | -1/+1 | |
| | | | | thanks Nalin for spotting this. | |||||
* | Fix existence check, default_server is an array so we need to | Simo Sorce | 2008-05-10 | 1 | -2/+2 | |
| | | | | check its length to determine if it is empty | |||||
* | Display information on how to uninstall a partially installed server. | Rob Crittenden | 2008-05-09 | 1 | -4/+10 | |
| | | | | | | | This may have failed either because the user pressed ^C or something failed during installation. 442454 | |||||
* | Include information on where to look if a hostname resolves to localhost. | Rob Crittenden | 2008-05-09 | 1 | -1/+1 | |
| | | | | 442812 | |||||
* | Convert mercurial command to git equivalent for creating an archive. | Rob Crittenden | 2008-05-09 | 1 | -1/+2 | |
| | | | | | | | | | By default it will use the master branch of the repo this is run from. To specify a different branch use the argument TARGET=<branch> e.g. make dist TARGET=ipa-1-0 442419 | |||||
* | On IPA Servers connect to ourselves using localhost, | Simo Sorce | 2008-05-08 | 1 | -2/+5 | |
| | | | | | and avoid searching for KDC servers via DNS, we just connect to ourselves. | |||||
* | Return better ewrror message that gives a hint about who actually returned it | Simo Sorce | 2008-05-08 | 1 | -9/+6 | |
| | | | | + Some cleanups (trainling spaces and such). | |||||
* | Detect existing DS instances and prompt for removal during replica install. | Rob Crittenden | 2008-05-08 | 1 | -0/+32 | |
| | | | | 442454 | |||||
* | Add missing colon to function definition that broke the build | Rob Crittenden | 2008-05-08 | 1 | -1/+1 | |
| | ||||||
* | Add a version API to the server so it knows what version it is. | Rob Crittenden | 2008-05-08 | 9 | -15/+50 | |
| | | | | 435019 | |||||
* | Don't allow the IPA server service principals to be removed. | Rob Crittenden | 2008-05-08 | 2 | -0/+8 | |
| | | | | 440282 | |||||
* | Don't prompt for confirmation of DM password when installing a replica. | Rob Crittenden | 2008-05-08 | 2 | -4/+12 | |
| | | | | | | | | | It implies that you are setting a new password and you really aren't. Also added a catch for KeyboardInterrupt with instructions on how to recover from a partial install. 441607 | |||||
* | Second half of the redoing how the version is managed. | Rob Crittenden | 2008-05-07 | 10 | -62/+78 | |
| | ||||||
* | Indent the plugin accordingly to our style guidelines. | Simo Sorce | 2008-05-07 | 1 | -802/+758 | |
| | | | | Used indent -kr -nut dna.c for most of the changes | |||||
* | Fix a bug in our dns library, do not return the query as a reply if 0 ↵ | Simo Sorce | 2008-05-07 | 1 | -7/+5 | |
| | | | | replies were returned. | |||||
* | Refine our web space some more so that everything we reference is in /ipa | Rob Crittenden | 2008-05-07 | 12 | -47/+171 | |
| | | | | | | | | | | | | | | | UI: /ipa/ui XML-RPC: /ipa/xml errors: /ipa/errors config: /ipa/config I had to hardcode that URI into the CSS pages but TurboGears handles the rest of the translations with tg.url(). Added a version to ipa.conf and ipa-rewrite.conf so we can update them in the future if needed with ipa-upgradeconfig 440443 | |||||
* | Redo the way versioning works in freeIPA. | Rob Crittenden | 2008-05-05 | 9 | -711/+55 | |
| | | | | | | | | | | | | | | | | | The file VERSION is now the sole-source of versioning. The generated .spec files will been removed in the maintainer-clean targets and have been removed from the repository. By default a GIT build is done. To do a non-GIT build do: $ make TARGET IPA_VERSION_IS_GIT_SNAPSHOT=no When updating the version you can run this to regenerate the version: $ make version-update The version can be determined in Python by using ipaserver.version.VERSION | |||||
* | Remove duplicated "the" and add some formatting to the EXAMPLE for clarity. | Rob Crittenden | 2008-05-05 | 1 | -3/+4 | |
| | | | | 443012 | |||||
* | This patch begins the process of replacing OpenLDAP with mozldap. | W. Michael Petullo | 2008-05-01 | 8 | -102/+109 | |
| | | | | | | | | | FreeIPA relies on RedHat's Directory Server, which uses mozldap. A FreeIPA build using mozldap would reduce the project's dependencies and redundant code. In addition, mozldap uses NSS instead of OpenSSL. This is beneficial for the reasons listed in [1]. [1] http://fedoraproject.org/wiki/FedoraCryptoConsolidation | |||||
* | Fix ownership of the Apache NSS cert and key databases. | Rob Crittenden | 2008-04-30 | 1 | -0/+10 | |
| | | | | | The group "apache" needs to have read access to them so they will work in Fedora 9+. | |||||
* | Fix the client-side search size limit. | Rob Crittenden | 2008-04-25 | 4 | -45/+45 | |
| | | | | | | | | | | | | | | I've changed the variable name searchlimit to sizelimit to match the name in python-ldap (and hopefully therefore be more readable). The big change was changing the default value from 0 to -1. As 0 we were never using the value from cn=ipaconfig python-ldap expects this to be an int type In the UI sizelimit was hardcoded at 0 for users 439880 | |||||
* | Make sure recent ldapmodify tool (as in F9) do not complain by splitting the | Simo Sorce | 2008-04-25 | 1 | -0/+5 | |
| | | | | operation into 2 modify operations | |||||
* | Add --verbose option so the HTTP headers and XML request/response can be seen. | Rob Crittenden | 2008-04-25 | 20 | -270/+457 | |
| | | | | | | | Also re-do the way modules are imported. I was attemping to have ^C handled gracefully but the way I did it could mask other problems. 443987 | |||||
* | Add nfs as a service principal type. | Rob Crittenden | 2008-04-23 | 2 | -0/+2 | |
| | | | | 440242 | |||||
* | Don't let a user change their own uid. Fix some related errors if they try. | Rob Crittenden | 2008-04-23 | 2 | -3/+8 | |
| | | | | 440895 | |||||
* | Don't allow a replica to prepare a replica for itself. | Rob Crittenden | 2008-04-23 | 1 | -0/+3 | |
| | | | | 442756 | |||||
* | Fixed various memory leaks in memberOf plug-in. | Nathan Kinder | 2008-04-22 | 1 | -2/+9 | |
| | | | | 440474 | |||||
* | Make sure we always have the [domain-realm] section or kerberos libs misbheave. | Simo Sorce | 2008-04-22 | 1 | -5/+5 | |
| | ||||||
* | Become version 1.0.0release-1-0-0 | Rob Crittenden | 2008-04-16 | 16 | -26/+71 | |
| | ||||||
* | Catch all errors when obtaining an LDAP connection. | Rob Crittenden | 2008-04-15 | 1 | -0/+2 | |
| | | | | 442582 | |||||
* | Move print statement to the correct scope so it displays both lock and unlock. | Rob Crittenden | 2008-04-15 | 1 | -1/+1 | |
| | | | | 442625 |