diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 37333bf25ad9a4c538250f5af2f9f1d666362883 (patch) | |
tree | c45e8df5b9efbffe07eb3d9340df7811c7e16943 /kuser/TODO | |
download | tdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.tar.gz tdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kuser/TODO')
-rw-r--r-- | kuser/TODO | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kuser/TODO b/kuser/TODO new file mode 100644 index 0000000..9be5109 --- /dev/null +++ b/kuser/TODO @@ -0,0 +1,29 @@ +Must do soon (these are very easy): +- Implement UID->SID like in ldapsam (Requires introducing the algorithmic RID base). - Ready +- Newer samba schema support (new attributes in sambaSamAccount in Samba>=3.0.6). - Ready +- Support LDAP entries with more objectclasses than we handle (part of #95366). - Ready for users (lazy to do for groups) + +Other: +- Add Kerberos support - Native kerberos protocols or LDAP backed? + I prefer to add it to the LDAP backend, but first I need to find an + LDAP-backed KDC. I heard that Heimdal can do this. +- Filtering users and groups, and implement it in backends, so it would + be possible to use server-side filtering (mainly in LDAP) +- Find next available UID and RID using LDAP sorting control - need an + ldap server which implements this control. Also I don't know is this a + good idea or not. +- Proper cross-check between user and group SIDs. +- Issue a warning if Unix/Samba account settings are not consistent with + each other (e.g the group of primary group ID != group of primary group SID). +- Other consistency checks (unique user/group IDs, unique SIDs, etc...). +- Copy data between backends. +- Update docs + +And some TODOs from the past which are still unsolved: +- Add 'Help' button to user and group properties dialogs. +- Add right mouse popup +- Replace call of rm with own procedure. +- Use QFile for file operations. +- How about having group name(s) next to the Full name of a user in the upper + panel, and similarly user names for a group in the lower pannel -- in a + separate column? |