-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFILES
48 lines (45 loc) · 1.77 KB
/
FILES
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
46
47
48
# $Id$
#
## 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
smbldap-config : script to configure the smbldap.conf
Core:
=-=-=
smbldap-groupadd : add a new LDAP group entry
(objectclass: posixGroup)
smbldap-groupdel : delete an LDAP group entry
(objectclass: posixGroup)
smbldap-grouplist : list LDAP group entries
(objectclass: posixGroup)
smbldap-groupmod : modify an LDAP group entry (or its members)
(objectclass: posixGroup)
smbldap-groupshow : view an LDAP group entry
(objectclass: posixGroup)
smbldap.conf : global configuration
smbldap_bind.conf : LDAP binding configuration
smbldap_tools.pm : functions
smbldap-useradd : add a new LDAP user
(objectclass: posixAccount and/or sambaSamAccount)
smbldap-userdel : delete an LDAP user
(objectclass: posixAccount and/or sambaSamAccount)
smbldap-userlist : list LDAP users
(objectclass: posixAccount and/or sambaSamAccount)
smbldap-usermod : modify an LDAP user entry
(objectclass: posixAccount and/or sambaSamAccount)
smbldap-usershow : view an LDAP user entry
(objectclass: posixAccount and/or sambaSamAccount)
smbldap-passwd : set and sync LDAP passwdords (Unix and Samba)
(replacement for the system passwd utility)
smbldap-populate : add a builtin ldif to initialize your LDAP master for
smbldap use, or to add a specified ldif
smbldap-tools.spec : SPEC file for Red Hat 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