• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
1# $Source: /opt/cvs/samba/smbldap-tools/TODO,v $
2#
3## TODO list - First In, Last in the list...
4## (BF: Bug Report / FR: Feature Request)
5
6. enable taint mode in smbldap-passwd:
7  remove 'FindBin' entries
8  remove 'use smbldap_tools;'
9  + #!/usr/bin/perl -wT
10 use lib "/opt/IDEALX/sbin/";
11 use smbldap_tools qw(connect_ldap_master
12                      print_banner
13                      get_user_dn
14                      get_dn_from_line
15                      is_samba_user
16                      is_user_valid
17                      %config);
18
19
20FR * make smbldap-tools to use system configuration files
21     (/etc/login.defs and /etc/ldap.conf for example)
22FR * internationalize the SMBLDAP-TOOLS
23FR * add smbldap-sar : Samba System Activity Report to help
24     supporting Samba/LDAP sysadmin activity
25FR * add smbldap-backup/smbldap-restore to backup and restore
26     a SAM (in LDAP) database. No sorcery, just LDIF, but usefull
27     for non-LDAP gurus
28FR * adding migration tools from migration from W2K and NetWare to Samba-LDAP
29
30# - The End
31