Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the 'no_create', 'no_update', and 'no_search' Param flags | Jason Gerard DeRose | 2010-02-05 | 2 | -6/+114 |
| | |||||
* | Set default log level in the *-manage utilities to ERROR and not NOTSET | Rob Crittenden | 2010-02-04 | 2 | -2/+2 |
| | |||||
* | - pull in updated schema which adds the krbCanonicalName attribute | Nalin Dahyabhai | 2010-02-04 | 1 | -1/+15 |
| | |||||
* | Fix condition bug in ipa-pwd-extop plugin. Variable used uninitialized. | Pavel Zuna | 2010-02-04 | 1 | -7/+10 |
| | |||||
* | Configure sssd and certmonger in ipa-client-install | Rob Crittenden | 2010-02-03 | 2 | -8/+99 |
| | | | | | | | | | | | This does a number of things under the hood: - Use authconfig to enable sssd in nss and pam - Configure /etc/sssd/sssd.conf to use our IPA provider - Enable the certmonger process and request a server cert - join the IPA domain and retrieve a principal. The clinet machine *must* exist in IPA to be able to do a join. - And then undo all this on uninstall | ||||
* | Fix sample IPA command example at end of installation | Rob Crittenden | 2010-02-03 | 1 | -1/+1 |
| | | | | Resolves #531455 | ||||
* | fix error message to be i18n translator friendly | John Dennis | 2010-02-03 | 1 | -1/+2 |
| | | | | | | | | This error message was producing a warning from xgettext because there were multiple substations in the string. In some languages it may be necessary to reorder the substitutions for a proper translation, this is only possible if the substitutions use named values. | ||||
* | Bring ipa-server-install man page up-to-date, fix some syntax errors | Rob Crittenden | 2010-02-03 | 1 | -20/+30 |
| | | | | | | | | | | | Remove a bunch of trailing spaces Add the --ca option Add the --no-host-dns option Add the --subject option Fix the one-character option for --no-ntp, should be -N not -n Add missing line break between --no-ntp and --uninstall Resolves #545260 | ||||
* | Add permissions for named to communicate over ldapi | Rob Crittenden | 2010-02-03 | 1 | -1/+4 |
| | |||||
* | Implement pwplicy_find to show all group password policies | Rob Crittenden | 2010-02-03 | 1 | -0/+32 |
| | | | | | find is a bit of a misnomer here because we consider no search terms, it is all or nothing. | ||||
* | Add flag to allow a cert to be re-issued | Rob Crittenden | 2010-02-03 | 1 | -3/+7 |
| | | | | | I don't want a user to accidentally re-issue a certificate so I've added a new flag, --revoke, to revoke the old cert and load the new one. | ||||
* | Only change the log level if it isn't already set | Rob Crittenden | 2010-02-03 | 1 | -4/+5 |
| | | | | | | This primarily affects the installer. We want to log to the install/ uninstall file in DEBUG. This was getting reset to INFO causing lots of details to not show in the logs. | ||||
* | Be more careful when base64-decoding certificates | Rob Crittenden | 2010-02-02 | 4 | -16/+9 |
| | | | | | Only decode certs that have a BEGIN/END block, otherwise assume it is in DER format. | ||||
* | Base64-encode binary values on the command-line | Rob Crittenden | 2010-02-02 | 1 | -3/+17 |
| | |||||
* | Remove group-specific password policy on group deletion | Rob Crittenden | 2010-01-29 | 1 | -0/+8 |
| | |||||
* | Remove some configuration files we create upon un-installation | Rob Crittenden | 2010-01-28 | 2 | -1/+12 |
| | | | | | This is particularly important for Apache since we'd leave the web server handling unconfigured locations. | ||||
* | Remove (un)wrap_binary_data cruft from */ipautil.py | John Dennis | 2010-01-28 | 2 | -124/+0 |
| | | | | | | | | Remove SAFE_STRING_PATTERN, safe_string_re, needs_base64(), wrap_binary_data(), unwrap_binary_data() from both instances of ipautil.py. This code is no longer in use and the SAFE_STRING_PATTERN regular expression string was causing xgettext to abort because it wasn't a valid ASCII string. | ||||
* | Remove __public__ and __proxy__ hold-overs from Plugin class | Jason Gerard DeRose | 2010-01-28 | 6 | -227/+1 |
| | |||||
* | Update dogtag configuration to work after CVE-2009-3555 changes | Rob Crittenden | 2010-01-27 | 3 | -6/+18 |
| | | | | | | | | NSS is going to disallow all SSL renegotiation by default. Because of this we need to always use the agent port of the dogtag server which always requires SSL client authentication. The end user port will prompt for a certificate if required but will attempt to re-do the handshake to make this happen which will fail with newer versions of NSS. | ||||
* | Fix schema loading in the ldap backend. | Pavel Zuna | 2010-01-27 | 1 | -1/+4 |
| | |||||
* | Update spec to require python-wehjit >= 0.2.0 | Jason Gerard DeRose | 2010-01-27 | 1 | -1/+4 |
| | |||||
* | Require that the hostname we are joining as is fully-qualified | Rob Crittenden | 2010-01-26 | 1 | -0/+6 |
| | |||||
* | Remove duplicated code | Rob Crittenden | 2010-01-26 | 1 | -6/+0 |
| | | | | This strange bit of duplication was not surprisingly causing a double-free | ||||
* | Enabled CRUDS in webUI using wehjit 0.2.0 | Jason Gerard DeRose | 2010-01-26 | 6 | -199/+239 |
| | |||||
* | Fixed xmlrpc_test.fuzzy_digits for Fedora12 | Jason Gerard DeRose | 2010-01-22 | 2 | -2/+2 |
| | |||||
* | Set BIND to use ldapi and use fake mname | Martin Nagy | 2010-01-21 | 2 | -1/+4 |
| | | | | | | The fake_mname for now doesn't exists but is a feature that will be added in the near future. Since any unknown arguments to bind-dyndb-ldap are ignored, we are safe to use it now. | ||||
* | Move some functions from ipa-server-install into installutils | Martin Nagy | 2010-01-21 | 2 | -54/+54 |
| | | | | | We will need these functions in the new upcoming ipa-dns-install command. | ||||
* | Allow a custom file mode when setting up debugging | Martin Nagy | 2010-01-21 | 1 | -2/+2 |
| | | | | | | This will be handy in the future if we will want to install or uninstall only single IPA components and want to append to the installation logs. This will be used by the upcoming ipa-dns-install script. | ||||
* | Only add an NTP SRV record if we really are setting up NTP | Martin Nagy | 2010-01-21 | 4 | -8/+16 |
| | | | | | | | The sample bind zone file that is generated if we don't use --setup-dns is also changed. Fixes #500238 | ||||
* | Use the dns plug-in for addition of records during installation | Martin Nagy | 2010-01-21 | 4 | -146/+82 |
| | | | | Fixes #528943 | ||||
* | Move api finalization in ipa-server-install after writing default.conf | Martin Nagy | 2010-01-21 | 1 | -23/+22 |
| | | | | | We will need to have ipalib correctly configured before we start installing DNS entries with api.Command.dns. | ||||
* | Fix merge issue, cut-and-paste error | Rob Crittenden | 2010-01-21 | 1 | -2/+1 |
| | |||||
* | Fix merge error, variable mis-named label instead of doc | Rob Crittenden | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | User-defined certificate subjects | Rob Crittenden | 2010-01-20 | 11 | -46/+164 |
| | | | | | | | | | | | | | | | Let the user, upon installation, set the certificate subject base for the dogtag CA. Certificate requests will automatically be given this subject base, regardless of what is in the CSR. The selfsign plugin does not currently support this dynamic name re-assignment and will reject any incoming requests that don't conform to the subject base. The certificate subject base is stored in cn=ipaconfig but it does NOT dynamically update the configuration, for dogtag at least. The file /var/lib/pki-ca/profiles/ca/caIPAserviceCert.cfg would need to be updated and pki-cad restarted. | ||||
* | Stop looking when removing entries from a keytab. | Rob Crittenden | 2010-01-20 | 1 | -0/+5 |
| | | | | keytab entries are locked when looping. Temporarily suspend the looping. | ||||
* | Fix plugin to work with new output validation, add new helpers | Rob Crittenden | 2010-01-20 | 1 | -34/+57 |
| | | | | | | | | Add a new get_subject() helper and return the subject when retrieving certificates. Add a normalizer so that everything before and after the BEGIN/END block is removed. | ||||
* | Add DS migration plugin and password migration page. | Pavel Zuna | 2010-01-20 | 11 | -0/+637 |
| | |||||
* | Add --enable-migration option in config plugin. | Pavel Zuna | 2010-01-20 | 1 | -1/+14 |
| | |||||
* | Add BIND pre-op for DS->IPA password migration to ipa-pwd-extop DS plugin. | Pavel Zuna | 2010-01-20 | 3 | -15/+244 |
| | |||||
* | Allow adding entries with pre-hashed passwords, but don't generate keys for ↵ | root | 2010-01-20 | 1 | -8/+15 |
| | | | | | | them. Fix bug #528922. | ||||
* | Temporary fix for name collision of textui.print_entry. | Pavel Zuna | 2010-01-20 | 2 | -3/+3 |
| | | | | Somehow there's two of them... rename old one to print_entry1. | ||||
* | Make DNS plugin support output validation and thus make it work again. | Pavel Zuna | 2010-01-20 | 1 | -39/+86 |
| | |||||
* | Create pkiuser before calling pkicreate, pkicreate depends on the user existing | John Dennis | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Correct some comment errors | Rob Crittenden | 2010-01-19 | 1 | -2/+1 |
| | |||||
* | pass DER flag to x509.get_serial_number() | John Dennis | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | Allow cospriority to be updated and fix description of priority ordering | Rob Crittenden | 2010-01-19 | 2 | -16/+40 |
| | | | | | | Need to add a few more places where the DN will not be automatically normalized. The krb5 server expects a very specific format and normalizing causes it to not work. | ||||
* | Use 'l' instead of 'localityname' in host plugin. | Pavel Zuna | 2010-01-14 | 1 | -2/+14 |
| | | | | | It seems that 'localityname' and 'locality' aliases were dropped in newer versions of DS. | ||||
* | Make host objects aware of their membership and that l==localityName. | Pavel Zuna | 2010-01-14 | 1 | -0/+6 |
| | |||||
* | Add default values for krb ticket policy attributes during installation. | Pavel Zuna | 2010-01-13 | 2 | -0/+8 |
| | |||||
* | Add Kerberos Ticket Policy management plugin. | Pavel Zuna | 2010-01-13 | 2 | -27/+167 |
| |