<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/daemons/ipa-slapi-plugins/Makefile.am, branch webui-details</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Replication version checking.</title>
<updated>2010-06-24T14:33:53+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-06-24T14:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=09fb073e8210f1c8239c0b253672e613822fc553'/>
<id>09fb073e8210f1c8239c0b253672e613822fc553</id>
<content type='text'>
Whenever we upgrade IPA such that any data incompatibilities might occur
then we need to bump the DATA_VERSION value so that data will not
replicate to other servers. The idea is that you can do an in-place
upgrade of each IPA server and the different versions own't pollute
each other with bad data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whenever we upgrade IPA such that any data incompatibilities might occur
then we need to bump the DATA_VERSION value so that data will not
replicate to other servers. The idea is that you can do an in-place
upgrade of each IPA server and the different versions own't pollute
each other with bad data.
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer use the IPA-specific memberof plugin. Use the DS-supplied one.</title>
<updated>2009-10-12T13:37:38+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-10-09T21:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=342337a89330c4253b350cc06124aaa6747c5122'/>
<id>342337a89330c4253b350cc06124aaa6747c5122</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enrollment for a host in an IPA domain</title>
<updated>2009-09-24T23:45:49+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-09-14T21:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d0587cbdd5bc5e07a6e8519deb07adaace643740'/>
<id>d0587cbdd5bc5e07a6e8519deb07adaace643740</id>
<content type='text'>
This will create a host service principal and may create a host entry (for
admins).  A keytab will be generated, by default in /etc/krb5.keytab
If no kerberos credentails are available then enrollment over LDAPS is used
if a password is provided.

This change requires that openldap be used as our C LDAP client. It is much
easier to do SSL using openldap than mozldap (no certdb required). Otherwise
we'd have to write a slew of extra code to create a temporary cert database,
import the CA cert, ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will create a host service principal and may create a host entry (for
admins).  A keytab will be generated, by default in /etc/krb5.keytab
If no kerberos credentails are available then enrollment over LDAPS is used
if a password is provided.

This change requires that openldap be used as our C LDAP client. It is much
easier to do SSL using openldap than mozldap (no certdb required). Otherwise
we'd have to write a slew of extra code to create a temporary cert database,
import the CA cert, ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove our copy of the DNA plugin and use the one that comes with DS.</title>
<updated>2009-03-06T22:37:37+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-03-06T15:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d9c4ba5a30dd1c2a18c051e3b70b1b4496247548'/>
<id>d9c4ba5a30dd1c2a18c051e3b70b1b4496247548</id>
<content type='text'>
The DS plugin does config checking when adding new entries online so
we are dropping the Posix subtree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DS plugin does config checking when adding new entries online so
we are dropping the Posix subtree.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mass tree reorganization for IPAv2. To view previous history of files use:</title>
<updated>2009-02-03T20:27:14+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-01-29T21:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=e30cd6ba42c256d2016db45146d616f329455e86'/>
<id>e30cd6ba42c256d2016db45146d616f329455e86</id>
<content type='text'>
% git log --follow -- &lt;file&gt;

renamed: ipa-server/autogen.sh -&gt; autogen.sh
renamed: ipa-server/ipa-kpasswd/Makefile.am -&gt; daemons/ipa-kpasswd/Makefile.am
renamed: ipa-server/ipa-kpasswd/README -&gt; daemons/ipa-kpasswd/README
renamed: ipa-server/ipa-kpasswd/ipa_kpasswd.c -&gt; daemons/ipa-kpasswd/ipa_kpasswd.c
renamed: ipa-server/ipa-kpasswd/ipa_kpasswd.init -&gt; daemons/ipa-kpasswd/ipa_kpasswd.init
renamed: ipa-server/ipa-slapi-plugins/Makefile.am -&gt; daemons/ipa-slapi-plugins/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/README -&gt; daemons/ipa-slapi-plugins/README
renamed: ipa-server/ipa-slapi-plugins/dna/Makefile.am -&gt; daemons/ipa-slapi-plugins/dna/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/dna/dna-conf.ldif -&gt; daemons/ipa-slapi-plugins/dna/dna-conf.ldif
renamed: ipa-server/ipa-slapi-plugins/dna/dna.c -&gt; daemons/ipa-slapi-plugins/dna/dna.c
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am -&gt; daemons/ipa-slapi-plugins/ipa-memberof/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c -&gt; daemons/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.h -&gt; daemons/ipa-slapi-plugins/ipa-memberof/ipa-memberof.h
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof_config.c -&gt; daemons/ipa-slapi-plugins/ipa-memberof/ipa-memberof_config.c
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif -&gt; daemons/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif
renamed: ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am -&gt; daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/ipa-pwd-extop/README -&gt; daemons/ipa-slapi-plugins/ipa-pwd-extop/README
renamed: ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c -&gt; daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
renamed: ipa-server/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif -&gt; daemons/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/Makefile.am -&gt; daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/README -&gt; daemons/ipa-slapi-plugins/ipa-winsync/README
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync-conf.ldif -&gt; daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-conf.ldif
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c -&gt; daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c -&gt; daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.h -&gt; daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.h
renamed: ipa-server/xmlrpc-server/ipa-rewrite.conf -&gt; install/conf/ipa-rewrite.conf
renamed: ipa-server/xmlrpc-server/ipa.conf -&gt; install/conf/ipa.conf
renamed: ipa-server/xmlrpc-server/ssbrowser.html -&gt; install/html/ssbrowser.html
renamed: ipa-server/xmlrpc-server/unauthorized.html -&gt; install/html/unauthorized.html
renamed: ipa-server/ipa-install/share/60ipaconfig.ldif -&gt; install/share/60ipaconfig.ldif
renamed: ipa-server/ipa-install/share/60kerberos.ldif -&gt; install/share/60kerberos.ldif
renamed: ipa-server/ipa-install/share/60radius.ldif -&gt; install/share/60radius.ldif
renamed: ipa-server/ipa-install/share/60samba.ldif -&gt; install/share/60samba.ldif
renamed: ipa-server/ipa-install/share/Makefile.am -&gt; install/share/Makefile.am
renamed: ipa-server/ipa-install/share/bind.named.conf.template -&gt; install/share/bind.named.conf.template
renamed: ipa-server/ipa-install/share/bind.zone.db.template -&gt; install/share/bind.zone.db.template
renamed: ipa-server/ipa-install/share/bootstrap-template.ldif -&gt; install/share/bootstrap-template.ldif
renamed: ipa-server/ipa-install/share/certmap.conf.template -&gt; install/share/certmap.conf.template
renamed: ipa-server/ipa-install/share/default-aci.ldif -&gt; install/share/default-aci.ldif
renamed: ipa-server/ipa-install/share/default-keytypes.ldif -&gt; install/share/default-keytypes.ldif
renamed: ipa-server/ipa-install/share/dna-posix.ldif -&gt; install/share/dna-posix.ldif
renamed: ipa-server/ipa-install/share/encrypted_attribute.ldif -&gt; install/share/encrypted_attribute.ldif
renamed: ipa-server/ipa-install/share/fedora-ds.init.patch -&gt; install/share/fedora-ds.init.patch
renamed: ipa-server/ipa-install/share/indices.ldif -&gt; install/share/indices.ldif
renamed: ipa-server/ipa-install/share/kdc.conf.template -&gt; install/share/kdc.conf.template
renamed: ipa-server/ipa-install/share/kerberos.ldif -&gt; install/share/kerberos.ldif
renamed: ipa-server/ipa-install/share/krb.con.template -&gt; install/share/krb.con.template
renamed: ipa-server/ipa-install/share/krb5.conf.template -&gt; install/share/krb5.conf.template
renamed: ipa-server/ipa-install/share/krb5.ini.template -&gt; install/share/krb5.ini.template
renamed: ipa-server/ipa-install/share/krbrealm.con.template -&gt; install/share/krbrealm.con.template
renamed: ipa-server/ipa-install/share/master-entry.ldif -&gt; install/share/master-entry.ldif
renamed: ipa-server/ipa-install/share/memberof-task.ldif -&gt; install/share/memberof-task.ldif
renamed: ipa-server/ipa-install/share/ntp.conf.server.template -&gt; install/share/ntp.conf.server.template
renamed: ipa-server/ipa-install/share/ntpd.sysconfig.template -&gt; install/share/ntpd.sysconfig.template
renamed: ipa-server/ipa-install/share/preferences.html.template -&gt; install/share/preferences.html.template
renamed: ipa-server/ipa-install/share/referint-conf.ldif -&gt; install/share/referint-conf.ldif
renamed: ipa-server/ipa-install/share/schema_compat.uldif -&gt; install/share/schema_compat.uldif
renamed: ipa-server/ipa-install/share/unique-attributes.ldif -&gt; install/share/unique-attributes.ldif
renamed: ipa-server/ipa-install/Makefile.am -&gt; install/tools/Makefile.am
renamed: ipa-server/ipa-install/README -&gt; install/tools/README
renamed: ipa-server/ipa-compat-manage -&gt; install/tools/ipa-compat-manage
renamed: ipa-server/ipa-fix-CVE-2008-3274 -&gt; install/tools/ipa-fix-CVE-2008-3274
renamed: ipa-server/ipa-ldap-updater -&gt; install/tools/ipa-ldap-updater
renamed: ipa-server/ipa-install/ipa-replica-install -&gt; install/tools/ipa-replica-install
renamed: ipa-server/ipa-install/ipa-replica-manage -&gt; install/tools/ipa-replica-manage
renamed: ipa-server/ipa-install/ipa-replica-prepare -&gt; install/tools/ipa-replica-prepare
renamed: ipa-server/ipa-install/ipa-server-certinstall -&gt; install/tools/ipa-server-certinstall
renamed: ipa-server/ipa-install/ipa-server-install -&gt; install/tools/ipa-server-install
renamed: ipa-server/ipa-upgradeconfig -&gt; install/tools/ipa-upgradeconfig
renamed: ipa-server/ipa-install/ipactl -&gt; install/tools/ipactl
renamed: ipa-server/man/Makefile.am -&gt; install/tools/man/Makefile.am
renamed: ipa-server/man/ipa-compat-manage.1 -&gt; install/tools/man/ipa-compat-manage.1
renamed: ipa-server/man/ipa-ldap-updater.1 -&gt; install/tools/man/ipa-ldap-updater.1
renamed: ipa-server/man/ipa-replica-install.1 -&gt; install/tools/man/ipa-replica-install.1
renamed: ipa-server/man/ipa-replica-manage.1 -&gt; install/tools/man/ipa-replica-manage.1
renamed: ipa-server/man/ipa-replica-prepare.1 -&gt; install/tools/man/ipa-replica-prepare.1
renamed: ipa-server/man/ipa-server-certinstall.1 -&gt; install/tools/man/ipa-server-certinstall.1
renamed: ipa-server/man/ipa-server-install.1 -&gt; install/tools/man/ipa-server-install.1
renamed: ipa-server/man/ipa_kpasswd.8 -&gt; install/tools/man/ipa_kpasswd.8
renamed: ipa-server/man/ipa_webgui.8 -&gt; install/tools/man/ipa_webgui.8
renamed: ipa-server/man/ipactl.8 -&gt; install/tools/man/ipactl.8
renamed: ipa-server/ipa-install/updates/Makefile.am -&gt; install/updates/Makefile.am
renamed: ipa-server/ipa-install/updates/RFC2307bis.update -&gt; install/updates/RFC2307bis.update
renamed: ipa-server/ipa-install/updates/RFC4876.update -&gt; install/updates/RFC4876.update
renamed: ipa-server/ipa-install/updates/indices.update -&gt; install/updates/indices.update
renamed: ipa-server/ipa-install/updates/nss_ldap.update -&gt; install/updates/nss_ldap.update
renamed: ipa-server/ipa-install/updates/replication.update -&gt; install/updates/replication.update
renamed: ipa-server/ipa-install/updates/winsync_index.update -&gt; install/updates/winsync_index.update
renamed: ipa-server/ipaserver/Makefile.am -&gt; ipaserver/install/Makefile.am
renamed: ipa-server/ipaserver/__init__.py -&gt; ipaserver/install/__init__.py
renamed: ipa-server/ipaserver/bindinstance.py -&gt; ipaserver/install/bindinstance.py
renamed: ipa-server/ipaserver/certs.py -&gt; ipaserver/install/certs.py
renamed: ipa-server/ipaserver/dsinstance.py -&gt; ipaserver/install/dsinstance.py
renamed: ipa-server/ipaserver/httpinstance.py -&gt; ipaserver/install/httpinstance.py
renamed: ipa-server/ipaserver/installutils.py -&gt; ipaserver/install/installutils.py
renamed: ipa-server/ipaserver/ipaldap.py -&gt; ipaserver/install/ipaldap.py
renamed: ipa-server/ipaserver/krbinstance.py -&gt; ipaserver/install/krbinstance.py
renamed: ipa-server/ipaserver/ldapupdate.py -&gt; ipaserver/install/ldapupdate.py
renamed: ipa-server/ipaserver/ntpinstance.py -&gt; ipaserver/install/ntpinstance.py
renamed: ipa-server/ipaserver/replication.py -&gt; ipaserver/install/replication.py
renamed: ipa-server/ipaserver/service.py -&gt; ipaserver/install/service.py
renamed: ipa-server/selinux/Makefile -&gt; selinux/Makefile
renamed: ipa-server/selinux/ipa-server-selinux.spec.in -&gt; selinux/ipa-server-selinux.spec.in
renamed: ipa-server/selinux/ipa_kpasswd/ipa_kpasswd.fc -&gt; selinux/ipa_kpasswd/ipa_kpasswd.fc
renamed: ipa-server/selinux/ipa_kpasswd/ipa_kpasswd.te -&gt; selinux/ipa_kpasswd/ipa_kpasswd.te
renamed: ipa-server/selinux/ipa_webgui/ipa_webgui.fc -&gt; selinux/ipa_webgui/ipa_webgui.fc
renamed: ipa-server/selinux/ipa_webgui/ipa_webgui.te -&gt; selinux/ipa_webgui/ipa_webgui.te
renamed: ipa-server/version.m4.in -&gt; version.m4.in
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
% git log --follow -- &lt;file&gt;

renamed: ipa-server/autogen.sh -&gt; autogen.sh
renamed: ipa-server/ipa-kpasswd/Makefile.am -&gt; daemons/ipa-kpasswd/Makefile.am
renamed: ipa-server/ipa-kpasswd/README -&gt; daemons/ipa-kpasswd/README
renamed: ipa-server/ipa-kpasswd/ipa_kpasswd.c -&gt; daemons/ipa-kpasswd/ipa_kpasswd.c
renamed: ipa-server/ipa-kpasswd/ipa_kpasswd.init -&gt; daemons/ipa-kpasswd/ipa_kpasswd.init
renamed: ipa-server/ipa-slapi-plugins/Makefile.am -&gt; daemons/ipa-slapi-plugins/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/README -&gt; daemons/ipa-slapi-plugins/README
renamed: ipa-server/ipa-slapi-plugins/dna/Makefile.am -&gt; daemons/ipa-slapi-plugins/dna/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/dna/dna-conf.ldif -&gt; daemons/ipa-slapi-plugins/dna/dna-conf.ldif
renamed: ipa-server/ipa-slapi-plugins/dna/dna.c -&gt; daemons/ipa-slapi-plugins/dna/dna.c
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am -&gt; daemons/ipa-slapi-plugins/ipa-memberof/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c -&gt; daemons/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.h -&gt; daemons/ipa-slapi-plugins/ipa-memberof/ipa-memberof.h
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof_config.c -&gt; daemons/ipa-slapi-plugins/ipa-memberof/ipa-memberof_config.c
renamed: ipa-server/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif -&gt; daemons/ipa-slapi-plugins/ipa-memberof/memberof-conf.ldif
renamed: ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am -&gt; daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/ipa-pwd-extop/README -&gt; daemons/ipa-slapi-plugins/ipa-pwd-extop/README
renamed: ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c -&gt; daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
renamed: ipa-server/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif -&gt; daemons/ipa-slapi-plugins/ipa-pwd-extop/pwd-extop-conf.ldif
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/Makefile.am -&gt; daemons/ipa-slapi-plugins/ipa-winsync/Makefile.am
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/README -&gt; daemons/ipa-slapi-plugins/ipa-winsync/README
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync-conf.ldif -&gt; daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-conf.ldif
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c -&gt; daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c -&gt; daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c
renamed: ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.h -&gt; daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.h
renamed: ipa-server/xmlrpc-server/ipa-rewrite.conf -&gt; install/conf/ipa-rewrite.conf
renamed: ipa-server/xmlrpc-server/ipa.conf -&gt; install/conf/ipa.conf
renamed: ipa-server/xmlrpc-server/ssbrowser.html -&gt; install/html/ssbrowser.html
renamed: ipa-server/xmlrpc-server/unauthorized.html -&gt; install/html/unauthorized.html
renamed: ipa-server/ipa-install/share/60ipaconfig.ldif -&gt; install/share/60ipaconfig.ldif
renamed: ipa-server/ipa-install/share/60kerberos.ldif -&gt; install/share/60kerberos.ldif
renamed: ipa-server/ipa-install/share/60radius.ldif -&gt; install/share/60radius.ldif
renamed: ipa-server/ipa-install/share/60samba.ldif -&gt; install/share/60samba.ldif
renamed: ipa-server/ipa-install/share/Makefile.am -&gt; install/share/Makefile.am
renamed: ipa-server/ipa-install/share/bind.named.conf.template -&gt; install/share/bind.named.conf.template
renamed: ipa-server/ipa-install/share/bind.zone.db.template -&gt; install/share/bind.zone.db.template
renamed: ipa-server/ipa-install/share/bootstrap-template.ldif -&gt; install/share/bootstrap-template.ldif
renamed: ipa-server/ipa-install/share/certmap.conf.template -&gt; install/share/certmap.conf.template
renamed: ipa-server/ipa-install/share/default-aci.ldif -&gt; install/share/default-aci.ldif
renamed: ipa-server/ipa-install/share/default-keytypes.ldif -&gt; install/share/default-keytypes.ldif
renamed: ipa-server/ipa-install/share/dna-posix.ldif -&gt; install/share/dna-posix.ldif
renamed: ipa-server/ipa-install/share/encrypted_attribute.ldif -&gt; install/share/encrypted_attribute.ldif
renamed: ipa-server/ipa-install/share/fedora-ds.init.patch -&gt; install/share/fedora-ds.init.patch
renamed: ipa-server/ipa-install/share/indices.ldif -&gt; install/share/indices.ldif
renamed: ipa-server/ipa-install/share/kdc.conf.template -&gt; install/share/kdc.conf.template
renamed: ipa-server/ipa-install/share/kerberos.ldif -&gt; install/share/kerberos.ldif
renamed: ipa-server/ipa-install/share/krb.con.template -&gt; install/share/krb.con.template
renamed: ipa-server/ipa-install/share/krb5.conf.template -&gt; install/share/krb5.conf.template
renamed: ipa-server/ipa-install/share/krb5.ini.template -&gt; install/share/krb5.ini.template
renamed: ipa-server/ipa-install/share/krbrealm.con.template -&gt; install/share/krbrealm.con.template
renamed: ipa-server/ipa-install/share/master-entry.ldif -&gt; install/share/master-entry.ldif
renamed: ipa-server/ipa-install/share/memberof-task.ldif -&gt; install/share/memberof-task.ldif
renamed: ipa-server/ipa-install/share/ntp.conf.server.template -&gt; install/share/ntp.conf.server.template
renamed: ipa-server/ipa-install/share/ntpd.sysconfig.template -&gt; install/share/ntpd.sysconfig.template
renamed: ipa-server/ipa-install/share/preferences.html.template -&gt; install/share/preferences.html.template
renamed: ipa-server/ipa-install/share/referint-conf.ldif -&gt; install/share/referint-conf.ldif
renamed: ipa-server/ipa-install/share/schema_compat.uldif -&gt; install/share/schema_compat.uldif
renamed: ipa-server/ipa-install/share/unique-attributes.ldif -&gt; install/share/unique-attributes.ldif
renamed: ipa-server/ipa-install/Makefile.am -&gt; install/tools/Makefile.am
renamed: ipa-server/ipa-install/README -&gt; install/tools/README
renamed: ipa-server/ipa-compat-manage -&gt; install/tools/ipa-compat-manage
renamed: ipa-server/ipa-fix-CVE-2008-3274 -&gt; install/tools/ipa-fix-CVE-2008-3274
renamed: ipa-server/ipa-ldap-updater -&gt; install/tools/ipa-ldap-updater
renamed: ipa-server/ipa-install/ipa-replica-install -&gt; install/tools/ipa-replica-install
renamed: ipa-server/ipa-install/ipa-replica-manage -&gt; install/tools/ipa-replica-manage
renamed: ipa-server/ipa-install/ipa-replica-prepare -&gt; install/tools/ipa-replica-prepare
renamed: ipa-server/ipa-install/ipa-server-certinstall -&gt; install/tools/ipa-server-certinstall
renamed: ipa-server/ipa-install/ipa-server-install -&gt; install/tools/ipa-server-install
renamed: ipa-server/ipa-upgradeconfig -&gt; install/tools/ipa-upgradeconfig
renamed: ipa-server/ipa-install/ipactl -&gt; install/tools/ipactl
renamed: ipa-server/man/Makefile.am -&gt; install/tools/man/Makefile.am
renamed: ipa-server/man/ipa-compat-manage.1 -&gt; install/tools/man/ipa-compat-manage.1
renamed: ipa-server/man/ipa-ldap-updater.1 -&gt; install/tools/man/ipa-ldap-updater.1
renamed: ipa-server/man/ipa-replica-install.1 -&gt; install/tools/man/ipa-replica-install.1
renamed: ipa-server/man/ipa-replica-manage.1 -&gt; install/tools/man/ipa-replica-manage.1
renamed: ipa-server/man/ipa-replica-prepare.1 -&gt; install/tools/man/ipa-replica-prepare.1
renamed: ipa-server/man/ipa-server-certinstall.1 -&gt; install/tools/man/ipa-server-certinstall.1
renamed: ipa-server/man/ipa-server-install.1 -&gt; install/tools/man/ipa-server-install.1
renamed: ipa-server/man/ipa_kpasswd.8 -&gt; install/tools/man/ipa_kpasswd.8
renamed: ipa-server/man/ipa_webgui.8 -&gt; install/tools/man/ipa_webgui.8
renamed: ipa-server/man/ipactl.8 -&gt; install/tools/man/ipactl.8
renamed: ipa-server/ipa-install/updates/Makefile.am -&gt; install/updates/Makefile.am
renamed: ipa-server/ipa-install/updates/RFC2307bis.update -&gt; install/updates/RFC2307bis.update
renamed: ipa-server/ipa-install/updates/RFC4876.update -&gt; install/updates/RFC4876.update
renamed: ipa-server/ipa-install/updates/indices.update -&gt; install/updates/indices.update
renamed: ipa-server/ipa-install/updates/nss_ldap.update -&gt; install/updates/nss_ldap.update
renamed: ipa-server/ipa-install/updates/replication.update -&gt; install/updates/replication.update
renamed: ipa-server/ipa-install/updates/winsync_index.update -&gt; install/updates/winsync_index.update
renamed: ipa-server/ipaserver/Makefile.am -&gt; ipaserver/install/Makefile.am
renamed: ipa-server/ipaserver/__init__.py -&gt; ipaserver/install/__init__.py
renamed: ipa-server/ipaserver/bindinstance.py -&gt; ipaserver/install/bindinstance.py
renamed: ipa-server/ipaserver/certs.py -&gt; ipaserver/install/certs.py
renamed: ipa-server/ipaserver/dsinstance.py -&gt; ipaserver/install/dsinstance.py
renamed: ipa-server/ipaserver/httpinstance.py -&gt; ipaserver/install/httpinstance.py
renamed: ipa-server/ipaserver/installutils.py -&gt; ipaserver/install/installutils.py
renamed: ipa-server/ipaserver/ipaldap.py -&gt; ipaserver/install/ipaldap.py
renamed: ipa-server/ipaserver/krbinstance.py -&gt; ipaserver/install/krbinstance.py
renamed: ipa-server/ipaserver/ldapupdate.py -&gt; ipaserver/install/ldapupdate.py
renamed: ipa-server/ipaserver/ntpinstance.py -&gt; ipaserver/install/ntpinstance.py
renamed: ipa-server/ipaserver/replication.py -&gt; ipaserver/install/replication.py
renamed: ipa-server/ipaserver/service.py -&gt; ipaserver/install/service.py
renamed: ipa-server/selinux/Makefile -&gt; selinux/Makefile
renamed: ipa-server/selinux/ipa-server-selinux.spec.in -&gt; selinux/ipa-server-selinux.spec.in
renamed: ipa-server/selinux/ipa_kpasswd/ipa_kpasswd.fc -&gt; selinux/ipa_kpasswd/ipa_kpasswd.fc
renamed: ipa-server/selinux/ipa_kpasswd/ipa_kpasswd.te -&gt; selinux/ipa_kpasswd/ipa_kpasswd.te
renamed: ipa-server/selinux/ipa_webgui/ipa_webgui.fc -&gt; selinux/ipa_webgui/ipa_webgui.fc
renamed: ipa-server/selinux/ipa_webgui/ipa_webgui.te -&gt; selinux/ipa_webgui/ipa_webgui.te
renamed: ipa-server/version.m4.in -&gt; version.m4.in
</pre>
</div>
</content>
</entry>
</feed>
