diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-12 16:38:23 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:45 -0500 |
commit | 112fced252d5d398765fdbf3052f62c25bd6d67a (patch) | |
tree | 9bc7c9193e62217e59eeb0121a1f1cbeaca658b9 /docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml | |
parent | dc448bdfbb479a245028c6f2b30b32d3cc7f0b50 (diff) | |
download | samba-112fced252d5d398765fdbf3052f62c25bd6d67a.tar.gz samba-112fced252d5d398765fdbf3052f62c25bd6d67a.tar.bz2 samba-112fced252d5d398765fdbf3052f62c25bd6d67a.zip |
Remove obsolete elements.
(This used to be commit 7f26b262a0d34183d93b271f64d3ef4ff90c14ee)
Diffstat (limited to 'docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml b/docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml index fcdf69abbd..43dee10a32 100644 --- a/docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml +++ b/docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml @@ -29,7 +29,7 @@ <indexterm><primary>migration</primary></indexterm> Contributions to this chapter were made by Misty Stanley-Jones, a UNIX administrator of many years who surfaced on the Samba mailing list with a barrage of questions and who - regularly helps other administrators to solve thorny Samba migration questions. + regularly now helps other administrators to solve thorny Samba migration questions. </para> <para> @@ -52,7 +52,7 @@ <para> The priority that Misty faced was one of migration of the data files off the NetWare 4.11 - server and onto a Samba-based Windows file and print server. This chapter does not pretend + server and onto a Samba-ased Windows file and print server. This chapter does not pretend to document all the different methods that could be used to migrate user and group accounts off a NetWare server. Its focus is on migration of data files. </para> @@ -232,7 +232,7 @@ entering everything from the printed company directory. This used only the inetOrgPerson object class from the OpenLDAP schemas. The next step was to write a shell script that would look at the <filename>/etc/passwd</filename> and <filename>/etc/shadow</filename> - files on our mail server and create an LDIF file from which the information could be + files on our mail server and create a LDIF file from which the information could be imported into LDAP. This would allow use of LDAP for Linux authentication, IMAP, POP3, and SMTP. </para> @@ -965,7 +965,7 @@ The Idealx smbldap-tools package can be configured using a script called <command>configure.pl</command> that is provided as part of the tool. See <link linkend="happy"/> for an example of its use. Many administrators, like Misty, choose to do this manually so as to maintain greater awareness of how the tool-chain works and possibly to avoid -undesirable actions from occurring unnoticed. +undesirable actions from occurring un-noticed. </para></note> <para> @@ -1197,7 +1197,7 @@ masterPw="verysecret" The next step was to run the <command>smbldap-populate</command> command, which populates the LDAP tree with the appropriate default users, groups, and UID and GID pools. It creates a user called Administrator with UID=0 and GID=0 matching the - Domain Admins group. This is fine because you can still log on as root to a Windows system, + Domain Admins group. This is fine because you can still log on a root to a Windows system, but it will break cached credentials if you need to log on as the administrator to a system that is not on the network. </para> @@ -1378,7 +1378,7 @@ sambaAcctFlags: [W ] <para> <indexterm><primary>netlogon</primary></indexterm> - So now I could log on with a test user from the machine w2kengrspare. It was all well and + So now I could log on with a test user from the machine w2kengrspare. It was all fine and good, but that user was in no groups yet and so had pretty boring access. I fixed that by writing the login script! To write the login script, I used <ulink url="http://www.kixtart.org">Kixtart</ulink> because it will work @@ -1613,7 +1613,7 @@ ENDIF One option is to check the OS as part of the Kixtart script, and if it is Win9x and is the first login, copy a premade <filename>autoexec.bat</filename> to the <filename>C:</filename> drive. I - have only three such machines, and one is going away in the very near future, + have onlythree such machines, and one is going away in the very near future, so it was easier to do it by hand. </para> |