-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTODO
More file actions
30 lines (26 loc) · 1.04 KB
/
Copy pathTODO
File metadata and controls
30 lines (26 loc) · 1.04 KB
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