<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 07/14/2010 03:40 PM, Rob Crittenden wrote:
<blockquote cite="mid:4C3E1294.1000308@redhat.com" type="cite">The
commands ipa-compat-manage and ipa-nis-manage didn't really work
properly. I think some backend changes caused at least some of the
problems. I fixed a few errors causing backtraces as well as some
corner cases.
  <br>
  <br>
Enabling nis added a new compat location. So disabling compat would
fail because it wasn't handling this new nis location.
  <br>
  <br>
I also ran pylint against both and fixed a few problems/warnings it
raised.
  <br>
  <br>
rob
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Freeipa-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeipa-devel@redhat.com">Freeipa-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-devel">https://www.redhat.com/mailman/listinfo/freeipa-devel</a></pre>
</blockquote>
NACK:<br>
<br>
[root@ipa ~]# ipa-compat-manage enable<br>
Directory Manager password: <br>
<br>
Enabling plugin<br>
This setting will not take effect until you restart Directory Server.<br>
<br>
[root@ipa ~]# ipa-nis-manage enable<br>
Directory Manager password: <br>
<br>
Enabling plugin<br>
Traceback (most recent call last):<br>
  File "/usr/sbin/ipa-nis-manage", line 201, in <module><br>
    sys.exit(main())<br>
  File "/usr/sbin/ipa-nis-manage", line 150, in main<br>
    conn.update_entry(nis_config_dn, mod, normalize=False)<br>
  File "/usr/lib/python2.6/site-packages/ipalib/encoder.py", line 188,
in new_f<br>
    return f(*new_args, **kwargs)<br>
  File "/usr/lib/python2.6/site-packages/ipaserver/plugins/ldap2.py",
line 687, in update_entry<br>
    raise errors.EmptyModlist()<br>
ipalib.errors.EmptyModlist: no modifications to be performed<br>
<br>
<br>
<br>
<br>
</body>
</html>