Proof-reading - fixed one usage of the i18n plural form (it wasn't doing before,...
[kdeadmin.git] / kuser / TODO
blob9be51094e5ac8ea9574b4b660a26a95a267db781
1 Must do soon (these are very easy):
2 - Implement UID->SID like in ldapsam (Requires introducing the algorithmic RID base). - Ready
3 - Newer samba schema support (new attributes in sambaSamAccount in Samba>=3.0.6). - Ready
4 - Support LDAP entries with more objectclasses than we handle (part of #95366). - Ready for users (lazy to do for groups)
6 Other:
7 - Add Kerberos support - Native kerberos protocols or LDAP backed?
8   I prefer to add it to the LDAP backend, but first I need to find an 
9   LDAP-backed KDC. I heard that Heimdal can do this.
10 - Filtering users and groups, and implement it in backends, so it would
11   be possible to use server-side filtering (mainly in LDAP)
12 - Find next available UID and RID using LDAP sorting control - need an
13   ldap server which implements this control. Also I don't know is this a 
14   good idea or not.
15 - Proper cross-check between user and group SIDs.
16 - Issue a warning if Unix/Samba account settings are not consistent with
17   each other (e.g the group of primary group ID != group of primary group SID).
18 - Other consistency checks (unique user/group IDs, unique SIDs, etc...).
19 - Copy data between backends.
20 - Update docs
22 And some TODOs from the past which are still unsolved:
23 - Add 'Help' button to user and group properties dialogs.
24 - Add right mouse popup
25 - Replace call of rm with own procedure.
26 - Use QFile for file operations.
27 - How about having group name(s) next to the Full name of a user in the upper
28   panel, and similarly user names for a group in the lower pannel -- in a
29   separate column?