diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-01-02 21:36:44 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:10 -0500 |
commit | a967ddf3de101e2010695421b6d5373dbc6909f4 (patch) | |
tree | db9cc063f12cc6a88cc1ef37aba31cd975fcfca2 /docs/Samba-HOWTO-Collection/Passdb.xml | |
parent | 542eac1bcaee85c7f916ee70c1a1ec0cb279b56a (diff) | |
download | samba-a967ddf3de101e2010695421b6d5373dbc6909f4.tar.gz samba-a967ddf3de101e2010695421b6d5373dbc6909f4.tar.bz2 samba-a967ddf3de101e2010695421b6d5373dbc6909f4.zip |
Address some inaccracies (such as BDC solutions that might have
worked, but Samba never got the code to support), clarify some things
that pedents have raised on the lists/in bugs, and explain about the
'ldap replication sleep' hack.
Andrew Bartlett
(This used to be commit dd9bd7b42e6818697f7e2dd913f6480406d24e60)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Passdb.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Passdb.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/Samba-HOWTO-Collection/Passdb.xml b/docs/Samba-HOWTO-Collection/Passdb.xml index f9d4f6637a..06f34b4847 100644 --- a/docs/Samba-HOWTO-Collection/Passdb.xml +++ b/docs/Samba-HOWTO-Collection/Passdb.xml @@ -51,8 +51,12 @@ as follows: <varlistentry><term>Plain Text</term> <listitem> <para> - This option uses nothing but the UNIX/Linux <filename>/etc/passwd</filename> - style backend. On systems that have Pluggable Authentication Modules (PAM) + This isn't really a backend at all, but is + listed here for simplicity. Samba can be + configured to pass plaintext authentication + requests to the traditional UNIX/Linux + <filename>/etc/passwd</filename> and <filename>/etc/shadow</filename> + style subsystems. On systems that have Pluggable Authentication Modules (PAM) support, all PAM modules are supported. The behavior is just as it was with Samba-2.2.x, and the protocol limitations imposed by MS Windows clients apply likewise. Please refer to <link linkend="passdbtech">Technical Information</link> for more information @@ -1718,11 +1722,6 @@ access to attrs=SambaLMPassword,SambaNTPassword for example, <smbconfoption><name>auth methods</name><value>guest sam</value></smbconfoption>. </para> - <para> - This is the exact opposite of the requirement for the <smbconfoption><name>passdb backend</name></smbconfoption> - option, where it must be the <emphasis>LAST</emphasis> parameter on the line. - </para> - </sect2> </sect1> |