Difference between revisions of "Top 5"
(remove backuptodar(in base) and shadowcopy(documented)) |
|||
Line 7: | Line 7: | ||
http://bugs.contribs.org/show_bug.cgi?id=897 | http://bugs.contribs.org/show_bug.cgi?id=897 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===Disable yum remove=== | ===Disable yum remove=== | ||
Line 29: | Line 19: | ||
http://bugs.contribs.org/show_bug.cgi?id=3133 | http://bugs.contribs.org/show_bug.cgi?id=3133 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===LDAP user account information and authentication=== | ===LDAP user account information and authentication=== | ||
Perhaps it would be nice to take a look at [[bugzilla::1543]] and try and implement the excellent work done by Sebastien Fourestier. | Perhaps it would be nice to take a look at [[bugzilla::1543]] and try and implement the excellent work done by Sebastien Fourestier. | ||
Storing user information and authentication in a LDAP backend would improve adding Linux workstations to the domain as well ([http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/winbind.html#id412238 Samba man pages: Winbind: Microsoft Active Directory Services]). | Storing user information and authentication in a LDAP backend would improve adding Linux workstations to the domain as well ([http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/winbind.html#id412238 Samba man pages: Winbind: Microsoft Active Directory Services]). |
Revision as of 06:18, 20 February 2008
These are five projects that are almost ready and would be nice to have finished and documented.
See if you can help test or contribute to them. We limit the projects to five to concentrate effort.
SMTP Smart relay over SSL
http://bugs.contribs.org/show_bug.cgi?id=897
Disable yum remove
Software installer (namely "Remove installed software") is removing more than just the packages selected due to dependencies.
It runs yum -y remove <selected packages> and therefore removes the requested packages along with any dependencies BUT without asking for confirmation. I think this is a bit dangerous and much to tempting especially for someone that is a "bit sleepy"
http://bugs.contribs.org/show_bug.cgi?id=3133
LDAP user account information and authentication
Perhaps it would be nice to take a look at 1543 and try and implement the excellent work done by Sebastien Fourestier. Storing user information and authentication in a LDAP backend would improve adding Linux workstations to the domain as well (Samba man pages: Winbind: Microsoft Active Directory Services).