From 9c72dd78f25be4a7ffa5af5a242670ec76930d6f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Mar 2005 22:34:38 +0000 Subject: Use new definition of , fixes a bunch of validity errors. (This used to be commit 3eb5c35e47951f320f7c2f4cd478a95f6d48236e) --- docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml') diff --git a/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml b/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml index 82bbe94693..d0e2ecdf0d 100644 --- a/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml +++ b/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml @@ -21,9 +21,9 @@ the move from 2.2.x to 3.0.0. Samba-3.0.0 default behavior should be approximately the same as Samba-2.2.x. -The default behavior when the new parameter passdb backend +The default behavior when the new parameter is not defined in the &smb.conf; file provides the same default behavior as Samba-2.2.x -with encrypt passwordsYes, and +with Yes, and will use the smbpasswd database. @@ -37,7 +37,7 @@ preserved across the upgrade. If the Samba-2.2.x system was using an LDAP backend, and there is no time to update the LDAP -database, then make sure that passdb backendldapsam_compat +database, then make sure that ldapsam_compat is specified in the &smb.conf; file. For the rest, behavior should remain more or less the same. At a later date, when there is time to implement a new Samba-3 compatible LDAP backend, it is possible to migrate the old LDAP database to the new one through use of the pdbedit. @@ -435,7 +435,7 @@ complete descriptions of new or modified parameters. - Inclusion of new securityads option for integration + Inclusion of new ads option for integration with an Active Directory domain using the native Windows Kerberos 5 and LDAP protocols. @@ -443,9 +443,9 @@ complete descriptions of new or modified parameters. Samba-3 also includes the possibility of setting up chains of authentication methods - (auth methods) and account + () and account storage backends - (passdb backend). + (). Please refer to the &smb.conf; man page and Account Information Databases, for details. While both parameters assume sane default values, it is likely that you will need to understand what the @@ -589,10 +589,10 @@ complete descriptions of new or modified parameters. [global] ... - idmap backendldap:ldap://onterose/ - ldap idmap suffixou=idmap,dc=quenya,dc=org - idmap uid40000-50000 - idmap gid40000-50000 + ldap:ldap://onterose/ + ou=idmap,dc=quenya,dc=org + 40000-50000 + 40000-50000 -- cgit