[go: up one dir, main page]

File: TODO

package info (click to toggle)
smbldap-tools 0.9.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 780 kB
  • ctags: 409
  • sloc: perl: 3,864; makefile: 92; sh: 20
file content (30 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download | duplicates (5)
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
# $Source: /opt/cvs/samba/smbldap-tools/TODO,v $
#
## TODO list - First In, Last in the list...
## (BF: Bug Report / FR: Feature Request)

. 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

# - The End