forked from fumiyas/smbldap-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
54 lines (40 loc) · 1.5 KB
/
INSTALL
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
49
50
51
52
53
How To Install SMBLDAP-TOOLS
======================================================================
Requirements
======================================================================
For build and installation:
* Perl 5.x
* make
For runtime:
* Perl 5.8.1 or later
* Perl Net::LDAP module
* Perl Crypt::SmbHash module
Basic install procedure
======================================================================
$ ./configure
...
$ make
...
$ su -
Password: xxxxxxxx
# make install
...
Basic configuration procedure
======================================================================
* Edit smbldap.conf and smbldap_bind.conf file in
/usr/local/etc/smbldap-tools directory (by default) to match
your environment.
* Initialize the LDAP DIT
# smbldap-populate
Upgrade to new release from previous release
======================================================================
Upgrade from release 0.9.6
----------------------------------------------------------------------
smbldap-tools 0.9.7 now support sambaNextRid attribute and its value
in sambaDomain object for new RID allocation instead of obsolete RID
algorithm by default. (It is for compatibility with Samba 3.0.23c and later.)
If you are upgrading from smbldap-tools 0.9.6 (or older) and/or you
want to use legacy RID algorithm for new RID allocation, you must
add "sambaAlgorithmicRidBase: 1000" to your sambaDomain object.
You can do that by running `./smbldap-upgrade-0.9.6.cmd` in your
smbldap-tools source tree.