diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-04-29 07:58:48 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-04-29 19:44:16 +1000 |
commit | 716ae7b4c829c811eb8a7fe03b702afd51d448b4 (patch) | |
tree | 0907ad7dbd48a4c6eddd7f9e068887cd3e5430bd | |
parent | dbbbc7d1f8a86bd0535c46f50fae8223c26afd9a (diff) | |
download | samba-716ae7b4c829c811eb8a7fe03b702afd51d448b4.tar.gz samba-716ae7b4c829c811eb8a7fe03b702afd51d448b4.tar.bz2 samba-716ae7b4c829c811eb8a7fe03b702afd51d448b4.zip |
s4:howto Improve OpenLDAP backend instructions
-rw-r--r-- | howto-ol-backend-s4.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/howto-ol-backend-s4.txt b/howto-ol-backend-s4.txt index ef3aad6788..04b8ab6821 100644 --- a/howto-ol-backend-s4.txt +++ b/howto-ol-backend-s4.txt @@ -5,10 +5,13 @@ oliver@itc.li - August 2009 This Mini-Howto describes in a very simplified way -how to setup Samba 4 (S4) (pre)Alpha 9 with the +how to setup Samba 4 (S4) (pre)Alpha 13 with the OpenLDAP (OL) -Backend. -Use of OpenLDAP >= 2.4.17 is strongly recommended. +Use of OpenLDAP from CVS after 2010-04-22 is required +The current instructions are at: + +http://wiki.samba.org/index.php/Samba4/LDAP_Backend/OpenLDAP 1.) Download and compile OpenLDAP. @@ -32,7 +35,7 @@ cn=Administrator,cn=users,<Your Base-DN>): #> setup/provision \ --ldap-backend-type=openldap \ - --ol-slapd="/usr/local/libexec/slapd" + --slapd-path="/usr/local/libexec/slapd" --username=samba-admin --realm=ldap.local.site \ --domain=LDAP --server-role='domain controller'\ --adminpass=linux @@ -92,7 +95,6 @@ Attention: You _should_not_ edit the olc-Sections b) MultiMaster-Configuration (MMR): -At this time (S4 (pre)Alpha9) the only possible Replication setup. Use the provision Parameter: --ol-mmr-urls=<list of whitespace separated ldap-urls (and Ports <> 389!). |