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