From f90d309c8ad14d0a0805420a0805551da6c0366d Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 4 Jun 2003 13:59:25 +0000 Subject: Fix typos reported by Paul Eggleton (This used to be commit a56038fb91791ee8c82fa9aec7e610935d4de22e) --- docs/docbook/projdoc/passdb.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/docbook/projdoc/passdb.xml') diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml index 8173852ffd..d9c9c39ffb 100644 --- a/docs/docbook/projdoc/passdb.xml +++ b/docs/docbook/projdoc/passdb.xml @@ -28,7 +28,7 @@ In the course of development of Samba-3 a number of requests were received to pr ability to migrate MS Windows NT4 SAM accounts to Samba-3 without the need to provide matching Unix/Linux accounts. We called this the Non Unix Accounts (NUA) capability. The intent was that an administrator could decide to use the tdbsam -backend and by simply specifying "passdb backedn = tdbsam_nua, guest" +backend and by simply specifying "passdb backend = tdbsam_nua, guest" this would allow Samba-3 to implement a solution that did not use Unix accounts per se. Late in the development cycle the team doing this work hit upon some obstacles that prevents this solution from being used. Given the delays with Samba-3 release a decision was made to NOT @@ -128,7 +128,7 @@ Samba-3 introduces the following new password backend capabilities: - The inclusion of the tdbssam capability is a direct + The inclusion of the tdbsam capability is a direct response to user requests to allow simple site operation without the overhead of the complexities of running OpenLDAP. It is recommended to use this only for sites that have fewer than 250 users. For larger sites or implementations @@ -150,7 +150,7 @@ Samba-3 introduces the following new password backend capabilities: - The new LDAP implmentation significantly expands the control abilities that + The new LDAP implementation significantly expands the control abilities that were possible with prior versions of Samba. It is now possible to specify "per user" profile settings, home directories, account access controls, and much more. Corporate sites will see that the Samba-Team has listened to their @@ -597,12 +597,12 @@ backends of the same type. For example, to use two different tdbsam databases: And finally, the amount of information which is stored in an smbpasswd entry leaves no room for additional attributes such as a home directory, password expiration time, - or even a Relative Identified (RID). + or even a Relative Identifier (RID). - As a result of these defeciencies, a more robust means of storing user attributes + As a result of these deficiencies, a more robust means of storing user attributes used by smbd was developed. The API which defines access to user accounts is commonly referred to as the samdb interface (previously this was called the passdb API, and is still so named in the Samba CVS trees). @@ -655,7 +655,7 @@ backends of the same type. For example, to use two different tdbsam databases: System Administration; Gerald Carter, O'Reilly; Chapter 6: Replacing NIS". Refer to http://safari.oreilly.com/?XmlId=1-56592-491-6 for those who might wish to know - more about configuration and adminstration of an OpenLDAP server. + more about configuration and administration of an OpenLDAP server. -- cgit