source: branches/samba-3.0/examples/LDAP/smbldap-tools-0.9.2/FILES

Last change on this file was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 1.6 KB
Line 
1# $Source: /opt/cvs/samba/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
11configure.pl : script to configure the smbldap_conf.pl
12
13Core:
14=-=-=
15smbldap-groupadd : to add a new group
16 (objectclass: posixGroup)
17smbldap-groupdel : to delete a group
18 (objectclass: posixGroup)
19smbldap-groupmod : to modify a group (mostly used to add user to a group)
20 (objectclass: posixGroup)
21smbldap-groupshow : to view a group
22 (objectclass: posixGroup)
23smbldap_conf.pm : global configuration datas
24smbldap_tools.pm : functions
25smbldap-useradd : to add a new user
26 (objectclass: posixAccount and/or sambaAccount)
27smbldap-userdel : to delete a user
28 (objectclass: posixAccount and/or sambaAccount)
29smbldap-usermod : to modify a user datas
30 (objectclass: posixAccount and/or sambaAccount)
31smbldap-usershow : to view an user datas
32 (objectclass: posixAccount and/or sambaAccount)
33smbldap-passwd : to sync passwd (Unix and Samba)
34 (a replacement for the system passwd utility)
35smbldap-populate : to add a builtin ldif to initialize your LDAP master for
36 smbldap use, or to add a specified ldif
37smbldap-tools.spec : SPEC file for RedHat RPM package format
38
39Migration:
40=-=-=-=-=-
41smbldap-migrate-accounts : add NT sam entries from pwdump to ldap
42smbldap-migrate-groups : add any LDAP posixGroups from the output of the 'net group' NT command
43
44# - The End
Note: See TracBrowser for help on using the repository browser.