| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
error out with:
UnboundLocalError: "local variable 'rl' referenced before assignment"
This is caught and ignored but the result is that the records in DNS may
not be used at all. Initializing rl to zero fixes this.
I also convert the server list into a set to make each entry unique (and
back to a list because that is what we are supposed to return)
433506
|
| |
|
|
|
|
|
|
| |
The import for version moved from ipaserver to ipa, fix that as well.
449858
|
|
|
|
|
|
| |
searches (such as looking for HTTP principals)
449975
|
|
|
|
| |
438771
|
|
|
|
| |
443009
|
|
|
|
|
|
| |
on a separate line so moving it up front makes it easier to find.
443014
|
|
|
|
|
|
|
|
|
|
|
| |
We open the log in ipa_webgui and this was being inherited by TurboGears
which uses the same log so everything was getting logged twice. Shut down
the log in ipa_webgui at the last possible moment. This will not catch
configuration errors.
Add a Not Found template.
Only print a traceback on 500 errors.
|
|
|
|
|
|
| |
it can be used by the client tool.
Fix the client tool imports to fail more gracefully.
|
|
|
|
| |
438771
|
|
|
|
| |
449150
|
|
|
|
| |
discovery fails to find them.
|
|
|
|
| |
against this, ipa-memberof.c needs to be able to use the public api or the private one.
|
|
|
|
|
|
|
|
|
| |
to be added and set when a new user or group is created.
Make the user password not mandatory and add new option, -P, to prompt
for a password interactively.
449006
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When an install instance is created that contains a pointer to a sysrestore
point it loads in the current configuration when instantiated. If an
instance is instantiated but not used then changes may occur to the
system state that it is unaware of. So one needs to take care in the order
that things are done to avoid losing information.
When bind was setup it was overwriting all data in sysrestore.state and
leaving just a [named] section. This caused problems at uninstall.
448173
|
|
|
|
| |
443987
|
|
|
|
| |
448948
|
|
|
|
|
| |
instead of 0.0.0.0, this allows us to reply to a UDP request
by using the right source address to build the kerberos reply.
|
|
|
|
| |
ldap_extended_operation() somehow and ipa_kpasswd stops working
|
| |
|
|
|
|
|
| |
configuration look at the specific tree where users are and
not search the full server.
|
|
|
|
|
| |
add the domain to the ipa.conf file for apps that need to know
This should fix a bug in the replica setup
|
|
|
|
| |
Add function entry log for the core IPA XML-RPC functions.
|
|
|
|
| |
432814
|
| |
|
|
|
|
|
|
|
| |
After some deep thinking I think the advantages of keeping all
posix enabled user accounts under cn=users,cn=accounts overweight a
perceived better protection of the admin account by keeping it in a
separate tree.
|
|
|
|
|
| |
configured before (and therefore there is nothing to upgrade, just let
it spit out warnings for admins that actually check whats going on.
|
|
|
|
| |
447973
|
|
|
|
| |
432908
|
|
|
|
|
|
|
| |
per standard the buffer status is undefined.
While there also introduce a new spearate variable to return the final
error and keep using ret for local error checks. This avoid potentially
overwriting the correct return value when checking for asprintf ...
|
| |
|
|
|
|
| |
446869
|
|
|
|
| |
447381
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
445286
|
|
|
|
| |
445286
|
|
|
|
| |
446865
|
|
|
|
| |
component if no '.' is found.
|
|
|
|
|
| |
* ipa_kpasswd.c (main): Detect not just open failure,
but also any write failure.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Return also an intelligible error message.
|
|
|
|
| |
Ask for inverse order to get them straight ...
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
he specified --setup-bind.
430090
|
|
|
|
| |
444660
|
|
|
|
| |
446201
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
439891
|
|
|
|
|
|
| |
Add /usr/lib/dirsrv/slapd-INSTANCE to the list of directories removed.
442753
|