From Free IPA
IPA v2 Development Progress
This page and all pages it links to are a work in progress. Please note that any content may be changed as the development progresses.
Design
IPA Client
IPA Server
Kerberos
- Automatic Ticket Renewal - stable version
CA Integration
- Certificate Management - stable version
Policy
Back End Concepts
- Concepts and Objects - Description of the new concepts (stable version)
- DS Design Summary - base objects (stable version)
- DS Design Summary 2 - policy objects (stable version)
- Schema for loading and processing - based on the design pages above
Plugin framework
- Tutorial for Plugin Authors
- Python API documentation - Generated automatically from source code using epydoc.
DNS integration
Fedora Directory Server
Default configurations for IPA components
IPA Server Reference Pages
Current progress
We are developing new v2 components outside of our main repository. These will be integrated as the code will become more mature. For now, developers keep them in their personal GIT repositories.
To checkout the code, use the git clone repository_url. Please note that these repositories are highly experimental and are bound to change rapidly. The maintainers might even destroy their repository and re-create it as they see fit.
Plugin framework
The new plugin framework.
Git repository: git://fedorapeople.org/~jderose/freeipa2.git
IPA Client
The client components.
- Git repository 1: git://fedorapeople.org/~simo/sssd.git
- Git repository 2: git://fedorapeople.org/~sgallagh/sssd.git
Policy
The repository contains all the XML, RNG, XSLT stuff and a basic version of a client program to process all of these.
Git repository: git://fedorapeople.org/~sbose/ipa_policy.git
DNS integration
Dynamic loading of DLZ drivers
This is a patch allowing BIND to dynamically load DLZ drivers. Without the patch, drivers need to be compiled into BIND. We aim to get this feature upstream as soon as possible.
Code will be available soon.
IPA LDAP driver
Code will be available soon.
BIND DLZ write-back support patch
No code available at the moment.


