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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# $Id: $
# $Source: $
#
## File listing for SMBLDAP-TOOLS
CONTRIBUTORS : authors and contributors
COPYING : licence
FILES : this file listing
README : introduction and usage
TODO : feature request and bug report list
ChangeLog : changelog
configure.pl : script to configure the smbldap_conf.pl
Core:
=-=-=
smbldap-groupadd : to add a new group
(objectclass: posixGroup)
smbldap-groupdel : to delete a group
(objectclass: posixGroup)
smbldap-groupmod : to modify a group (mostly used to add user to a group)
(objectclass: posixGroup)
smbldap-groupshow : to view a group
(objectclass: posixGroup)
smbldap_conf.pm : global configuration datas
smbldap_tools.pm : functions
smbldap-useradd : to add a new user
(objectclass: posixAccount and/or sambaAccount)
smbldap-userdel : to delete a user
(objectclass: posixAccount and/or sambaAccount)
smbldap-usermod : to modify a user datas
(objectclass: posixAccount and/or sambaAccount)
smbldap-usershow : to view an user datas
(objectclass: posixAccount and/or sambaAccount)
smbldap-passwd : to sync passwd (Unix and Samba)
(a replacement for the system passwd utility)
smbldap-populate : to add a builtin ldif to initialize your LDAP master for
smbldap use, or to add a specified ldif
smbldap-tools.spec : SPEC file for RedHat RPM package format
Migration:
=-=-=-=-=-
smbldap-migrate-accounts : add NT sam entries from pwdump to ldap
smbldap-migrate-groups : add any LDAP posixGroups from the output of the 'net group' NT command
# - The End
|