Line | |
---|
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 |
|
---|
20 | FR * make smbldap-tools to use system configuration files
|
---|
21 | (/etc/login.defs and /etc/ldap.conf for example)
|
---|
22 | FR * internationalize the SMBLDAP-TOOLS
|
---|
23 | FR * add smbldap-sar : Samba System Activity Report to help
|
---|
24 | supporting Samba/LDAP sysadmin activity
|
---|
25 | FR * 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
|
---|
28 | FR * adding migration tools from migration from W2K and NetWare to Samba-LDAP
|
---|
29 |
|
---|
30 | # - The End
|
---|
Note:
See
TracBrowser
for help on using the repository browser.