1# $Source: /home/user/PROJECT/WL-520gu-NewUI/src/router/samba/examples/LDAP/smbldap-tools/FILES,v $
2#
3## File listing for SMBLDAP-TOOLS
4
5CONTRIBUTORS           : authors and contributors
6COPYING                : licence
7FILES                  : this file listing
8README                 : introduction and usage
9TODO                   : feature request and bug report list
10ChangeLog              : changelog
11
12Core:
13=-=-=
14smbldap-groupadd.pl    : to add a new group
15			 (objectclass: posixGroup)
16smbldap-groupdel.pl    : to delete a group
17			 (objectclass: posixGroup)
18smbldap-groupmod.pl    : to modify a group (mostly used to add user to a group)
19			 (objectclass: posixGroup)
20smbldap-groupshow.pl   : to view a group
21			 (objectclass: posixGroup)
22smbldap_conf.pm        : global configuration datas
23smbldap_tools.pm       : functions
24smbldap-useradd.pl     : to add a new user
25			 (objectclass: posixAccount and/or sambaAccount)
26smbldap-userdel.pl     : to delete a user
27			 (objectclass: posixAccount and/or sambaAccount)
28smbldap-usermod.pl     : to modify an user datas
29			 (objectclass: posixAccount and/or sambaAccount)
30smbldap-usershow.pl    : to view an user datas
31			 (objectclass: posixAccount and/or sambaAccount)
32smbldap-passwd.pl      : to sync passwd (Unix and Samba)
33			 (a replacement for the system passwd utility)
34smbldap-populate.pl    : to add a builtin ldif to initialize your LDAP master for
35                         smbldap use, or to add a specified ldif
36smbldap-tools.spec     : SPEC file for RedHat RPM package format
37
38Migration:
39=-=-=-=-=-
40smbldap-migrate-accounts.pl     : add NT sam entries from pwdump to ldap
41smbldap-migrate-groups.pl       : add any LDAP posixGroups from the output of the 'net group' NT command
42
43# - The End
44