/usr/share/doc/smbldap-tools/TODO is in smbldap-tools 0.9.7-1+deb7u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # $Id$
#
## TODO list - First In, Last in the list...
## (BF: Bug Report / FR: Feature Request)
. forcer le changement de mot de passe a la premiere connexion en Unix
. enable taint mode in smbldap-passwd:
remove 'FindBin' entries
remove 'use smbldap_tools;'
+ #!/usr/bin/perl -wT
use lib "/opt/IDEALX/sbin/";
use smbldap_tools qw(connect_ldap_master
print_banner
get_user_dn
get_dn_from_line
is_samba_user
is_user_valid
%config);
FR * make smbldap-tools to use system configuration files
(/etc/login.defs and /etc/ldap.conf for example)
FR * internationalize the SMBLDAP-TOOLS
FR * add smbldap-sar : Samba System Activity Report to help
supporting Samba/LDAP sysadmin activity
FR * add smbldap-backup/smbldap-restore to backup and restore
a SAM (in LDAP) database. No sorcery, just LDIF, but usefull
for non-LDAP gurus
FR * adding migration tools from migration from W2K and NetWare to Samba-LDAP
|