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