Today we released privacyIDEA 2.5. I18N The first important new features is, that it adds German translation to the Web UI. We are using gettext, so that it is easy to add translations to any other language. If you need other languages or if you want to translate to another language, drop […]
release
Hooray. We released privacyIDEA 2.4 quite a while before the original release plan. Things went well and smooth. I already wrote about two interesting new features in privacyIDEA 2.4 – the User Management and Admin Realms. Interesting: User Management may help to ease the scenrios of smaller installations, since you […]
We just released privacyIDEA 2.3. privacyIDEA is moving towards a central point to manage authentication items. This was done by adding the machine concept, SSH keys, using Yubikeys for booting LUKS and now by adding the possibility to manage certificates. privacyIDEA acts as a central control room to manage all […]
privacyIDEA is now also available in the Univention App Center. Univention Corporate Server (UCS) is the flexible, cost-efficient and successful successor to server solutions from Microsoft. UCS includes comprehensive Active Directory functions and an App Center to integrate and operate enterprise applications. UCS allows web-based IT management and is well […]
Today privacyIDEA 2.2 was released. privacyIDEA introduces the new feature of OTP Offline Authentication. This is based on the concept of Machines and Applications which you can see in the github wiki. The Offline Authentication uses a new privacyIDEA PAM module to cache authentication information. In regards to the “Machines […]
Today privacyIDEA 2.1 was released. privacyIDEA 2.1 redesigns the concept of Machine-Applications. See the github wiki for more details on this. The idea of Machine-Applications is that privacyIDEA can read machine information from existing machine stores like /etc/hosts or Active Directory (more to come on request). Then you can assign […]
Installing privacyIDEA on Ubuntu 14.04LTS is easy as pie. Watch this video on YouTube. In short this is: add-apt-repository ppa:privacyidea/privacyidea apt-get update apt-get install privacyidea-apache2 You can also take a look at the online documentation.
Today we released privacyIDEA 2.0. privacyIDEA 2.0 is a migration and rewrite to Flask and AngularJS. The old privacyIDEA was based on the pylons web framework, which was not actively maintained for a while anymore, which also lead to some version conflicts. Using Flask now makes privacyIDEA a lightweight installation […]
The migration process is well. Today I merged the version2 branch to the master branch. So go an visit the github repo. Check out privacyIDEA 2.0(dev) like this: git clone https://github.com/privacyidea/privacyidea.git cd privacyidea virtualenv venv source venv/bin/activate pip install -r requirements.txt ./manage.py createdb ./manage.py addadmin admin@localhost admin ./manage.py runserver If […]
Hi, today I pushed the first draft of the new privacyIDEA to github. See the branch called “version2”. You may run 252 tests with ~1500 asserts to gain a code coverage of the server backend of 97% – well, you might remember my retweet about code coverage 😉 Anyway – […]