ciao, con questo commit si e' aggiunto:
* generazione di password piu' "morbide" (parola del dizionario + numero) - configurabile
* importazione utente da file LDIF.
Ciao, C.
-------- Forwarded Message -------- From: Christopher R. Gabriel fuss-commits@fuss.bz.it To: fuss-commits@fuss.bz.it Subject: [OCTOFUSS COMMIT] OCTOFUSS Development branch, master, updated. 35793c3447d65fb4c5b3e3aa625dc1dfc86c266e Date: Thu, 22 Apr 2010 10:44:43 +0200 (CEST)
New GIT push for OCTOFUSS Development.
The branch master has been updated via 35793c3447d65fb4c5b3e3aa625dc1dfc86c266e (commit) via 8572972a4a704b30160f0b98c8014d3f5d02c0ca (commit) via 7d693f0d5284e4f338d28bc2374cd1cbc0ff1d9b (commit) via 28ebb19baca3d65adf4ed52d2006e9bf3dfa4506 (commit) via f53592b7f18ce0e91a63af3268ef242c48e46380 (commit) via e05fcec0661d5554831e9d15a538c7f31ecb6cd0 (commit) via c11c3d84f36710f3a07b3058f851c1e3942f9bc1 (commit) via 2733d4649f48b1f2cf18b733ec5c417f8b195c61 (commit) via 22e2362cf887eb1867f4937f8cf969d8852f5f49 (commit) via ca9656115fc4520adeef0b371f902465aa2f9b9a (commit) from ebd0d79bbcb984ae0bbe477484f6c6b9ec23fe2a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 35793c3447d65fb4c5b3e3aa625dc1dfc86c266e Merge: 8572972a4a704b30160f0b98c8014d3f5d02c0ca ebd0d79bbcb984ae0bbe477484f6c6b9ec23fe2a Author: Christopher R. Gabriel cgabriel@truelite.it Date: Thu Apr 22 10:44:34 2010 +0200
Merge branch 'master' of ssh://cgabriel@octofuss.fuss.bz.it/git/octofuss
commit 8572972a4a704b30160f0b98c8014d3f5d02c0ca Author: Christopher R. Gabriel cgabriel@truelite.it Date: Thu Apr 22 10:44:18 2010 +0200
new UI schema and password helper
commit 7d693f0d5284e4f338d28bc2374cd1cbc0ff1d9b Author: Christopher R. Gabriel cgabriel@truelite.it Date: Tue Apr 20 01:09:32 2010 +0200
improved LDIF import
commit 28ebb19baca3d65adf4ed52d2006e9bf3dfa4506 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Tue Apr 20 00:53:00 2010 +0200
UI improvements
commit f53592b7f18ce0e91a63af3268ef242c48e46380 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Tue Apr 20 00:47:46 2010 +0200
added support for LDIF import
commit e05fcec0661d5554831e9d15a538c7f31ecb6cd0 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 21:05:01 2010 +0200
reflect file movements
commit c11c3d84f36710f3a07b3058f851c1e3942f9bc1 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 21:00:14 2010 +0200
implemeted method for "simpler" password
commit 2733d4649f48b1f2cf18b733ec5c417f8b195c61 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 20:46:18 2010 +0200
added some password utilities
commit 22e2362cf887eb1867f4937f8cf969d8852f5f49 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 20:46:05 2010 +0200
use password generation utility
commit ca9656115fc4520adeef0b371f902465aa2f9b9a Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 20:45:46 2010 +0200
use password generation utility
-----------------------------------------------------------------------
Summary of changes: octofuss/goctofuss/app.py | 224 +++++++++++---------------------- octofuss/goctofuss/login.py | 1 - octofuss/goctofuss/plugin.py | 16 ++-- octofuss/goctofuss/ui/userldif.ui | 252 +++++++++++++++++++++++++++++++++++++ octofuss/goctofuss/usercsv.py | 5 +- octofuss/goctofuss/userldif.py | 126 ++++++++++++++++++ octofuss/goctofuss/usermass.py | 6 +- octofuss/plugins/samba.py | 1 - octofuss/plugins/users.py | 14 ++- pyoctofuss/octofuss/password.py | 38 ++++++ 10 files changed, 515 insertions(+), 168 deletions(-) create mode 100644 octofuss/goctofuss/ui/userldif.ui create mode 100644 octofuss/goctofuss/userldif.py create mode 100644 pyoctofuss/octofuss/password.py
Il giorno gio, 22/04/2010 alle 10.50 +0200, Christopher R. Gabriel ha scritto:
ciao, con questo commit si e' aggiunto:
- generazione di password piu' "morbide" (parola del dizionario +
numero) - configurabile
- importazione utente da file LDIF.
magico! :)
Ciao, C.
-------- Forwarded Message -------- From: Christopher R. Gabriel fuss-commits@fuss.bz.it To: fuss-commits@fuss.bz.it Subject: [OCTOFUSS COMMIT] OCTOFUSS Development branch, master, updated. 35793c3447d65fb4c5b3e3aa625dc1dfc86c266e Date: Thu, 22 Apr 2010 10:44:43 +0200 (CEST)
New GIT push for OCTOFUSS Development.
The branch master has been updated via 35793c3447d65fb4c5b3e3aa625dc1dfc86c266e (commit) via 8572972a4a704b30160f0b98c8014d3f5d02c0ca (commit) via 7d693f0d5284e4f338d28bc2374cd1cbc0ff1d9b (commit) via 28ebb19baca3d65adf4ed52d2006e9bf3dfa4506 (commit) via f53592b7f18ce0e91a63af3268ef242c48e46380 (commit) via e05fcec0661d5554831e9d15a538c7f31ecb6cd0 (commit) via c11c3d84f36710f3a07b3058f851c1e3942f9bc1 (commit) via 2733d4649f48b1f2cf18b733ec5c417f8b195c61 (commit) via 22e2362cf887eb1867f4937f8cf969d8852f5f49 (commit) via ca9656115fc4520adeef0b371f902465aa2f9b9a (commit) from ebd0d79bbcb984ae0bbe477484f6c6b9ec23fe2a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log -----------------------------------------------------------------
commit 35793c3447d65fb4c5b3e3aa625dc1dfc86c266e Merge: 8572972a4a704b30160f0b98c8014d3f5d02c0ca ebd0d79bbcb984ae0bbe477484f6c6b9ec23fe2a Author: Christopher R. Gabriel cgabriel@truelite.it Date: Thu Apr 22 10:44:34 2010 +0200
Merge branch 'master' of ssh://cgabriel@octofuss.fuss.bz.it/git/octofuss
commit 8572972a4a704b30160f0b98c8014d3f5d02c0ca Author: Christopher R. Gabriel cgabriel@truelite.it Date: Thu Apr 22 10:44:18 2010 +0200
new UI schema and password helper
commit 7d693f0d5284e4f338d28bc2374cd1cbc0ff1d9b Author: Christopher R. Gabriel cgabriel@truelite.it Date: Tue Apr 20 01:09:32 2010 +0200
improved LDIF import
commit 28ebb19baca3d65adf4ed52d2006e9bf3dfa4506 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Tue Apr 20 00:53:00 2010 +0200
UI improvements
commit f53592b7f18ce0e91a63af3268ef242c48e46380 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Tue Apr 20 00:47:46 2010 +0200
added support for LDIF import
commit e05fcec0661d5554831e9d15a538c7f31ecb6cd0 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 21:05:01 2010 +0200
reflect file movements
commit c11c3d84f36710f3a07b3058f851c1e3942f9bc1 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 21:00:14 2010 +0200
implemeted method for "simpler" password
commit 2733d4649f48b1f2cf18b733ec5c417f8b195c61 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 20:46:18 2010 +0200
added some password utilities
commit 22e2362cf887eb1867f4937f8cf969d8852f5f49 Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 20:46:05 2010 +0200
use password generation utility
commit ca9656115fc4520adeef0b371f902465aa2f9b9a Author: Christopher R. Gabriel cgabriel@truelite.it Date: Sat Apr 17 20:45:46 2010 +0200
use password generation utility
Summary of changes: octofuss/goctofuss/app.py | 224 +++++++++++---------------------- octofuss/goctofuss/login.py | 1 - octofuss/goctofuss/plugin.py | 16 ++-- octofuss/goctofuss/ui/userldif.ui | 252 +++++++++++++++++++++++++++++++++++++ octofuss/goctofuss/usercsv.py | 5 +- octofuss/goctofuss/userldif.py | 126 ++++++++++++++++++ octofuss/goctofuss/usermass.py | 6 +- octofuss/plugins/samba.py | 1 - octofuss/plugins/users.py | 14 ++- pyoctofuss/octofuss/password.py | 38 ++++++ 10 files changed, 515 insertions(+), 168 deletions(-) create mode 100644 octofuss/goctofuss/ui/userldif.ui create mode 100644 octofuss/goctofuss/userldif.py create mode 100644 pyoctofuss/octofuss/password.py
fuss-devel mailing list fuss-devel@fuss.bz.it http://www.fuss.bz.it/cgi-bin/mailman/listinfo/fuss-devel