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 […]
release
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 – […]
We released privacyIDEA admin client version 1.4. It comes with a cute zshell completion which gives you information on commands and subcommands and parameters: cornelius@puckel ~/src/privacyideaadm (git)-[master] % privacyidea token init –type completing token type dpw — Daily changing password email — email token hmac — HOTP token, event based […]
Today we released privacyIDEA 1.4. It adds a simple simpleSAMLphp setup by providing the debian package simplesamlphp-privacyidea in the ppa-repository. Under the hood we improved the test suite and Add QR enrollment of mOTP token (Token2) Add “wrong password” message on login screen Add helper dialog to easily setup first […]
Today we released privacyIDEA 1.3.2. Get it via pypi, github or launchpad. These new features where introduced: Add uwsgi and nginx configuration. Add nginx ubuntu package. Add ubuntu meta packages to easily install radius dependencies. Add package for appliance Add privacyidea-otrs and remove the authmodules from the core package Thus […]
Just now we released privacyIDEA 1.3. You can get it at pypi, via github or via launchpad. Daplug donlge in keyboard mode is now supported, thus added one more token, that can be initialized and where you do not need to rely on the secrets of the vendor. Worked on […]
Today privacyIDEA 1.2 was released. You can get it at pypi or github tag v1.2 or NEW! as Ubuntu package on a launchpad repository. There are some interesting new features – we will release a howto on this soon: Added functionality to assign tokens to client machines including application type […]
Today privacyIDEA 1.1 was released. You can get it at pypi or github tag v1.1. The changes are in documentation and usability to make it easier for you to get started: Added documentation and UI-context-help. In many dialogs we added a small question-mark icon that will take you directly to […]