diff options
author | John Terpstra <jht@samba.org> | 2003-04-26 01:39:37 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-26 01:39:37 +0000 |
commit | d46f29766ffc7d4cd368727ba6eaf00745e242d9 (patch) | |
tree | ef8ceff97d25dc040343aa3b729d36f2792165e6 /docs/docbook/projdoc/passdb.sgml | |
parent | 43b3ea968b0405efebf7c1cb4d5f541b50b388b0 (diff) | |
download | samba-d46f29766ffc7d4cd368727ba6eaf00745e242d9.tar.gz samba-d46f29766ffc7d4cd368727ba6eaf00745e242d9.tar.bz2 samba-d46f29766ffc7d4cd368727ba6eaf00745e242d9.zip |
Many fixes for typos and syntax, includes patch from Jesse Jacobs <jesse@eazy.homeip.net>
(This used to be commit 422d7534e3cc12be01a86fad7bc54ed1e6d1b669)
Diffstat (limited to 'docs/docbook/projdoc/passdb.sgml')
-rw-r--r-- | docs/docbook/projdoc/passdb.sgml | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/docs/docbook/projdoc/passdb.sgml b/docs/docbook/projdoc/passdb.sgml index 523a34603d..422cf7b7e7 100644 --- a/docs/docbook/projdoc/passdb.sgml +++ b/docs/docbook/projdoc/passdb.sgml @@ -867,13 +867,15 @@ identifier:pass must change time column - int(9) identifier:username column - varchar(255) - unix username identifier:domain column - varchar(255) - NT domain user is part of identifier:nt username column - varchar(255) - NT username -identifier:fullname column - varchar(255) - Full name of user +identifier:fullname column - varchar(255) - Full name of user identifier:home dir column - varchar(255) - Unix homedir path -identifier:dir drive column - varchar(2) - Directory drive path (eg: 'H:') -identifier:logon script column - varchar(255) - Batch file to run on client side when logging on +identifier:dir drive column - varchar(2) - Directory drive path (eg: 'H:') +identifier:logon script column - varchar(255) + - Batch file to run on client side when logging on identifier:profile path column - varchar(255) - Path of profile identifier:acct desc column - varchar(255) - Some ASCII NT user data -identifier:workstations column - varchar(255) - Workstations user can logon to (or NULL for all) +identifier:workstations column - varchar(255) + - Workstations user can logon to (or NULL for all) identifier:unknown string column - varchar(255) - unknown string identifier:munged dial column - varchar(255) - ? identifier:uid column - int(9) - Unix user ID (uid) @@ -908,11 +910,15 @@ I strongly discourage the use of plaintext passwords, however, you can use them: </para> <para> -If you would like to use plaintext passwords, set 'identifier:lanman pass column' and 'identifier:nt pass column' to 'NULL' (without the quotes) and 'identifier:plain pass column' to the name of the column containing the plaintext passwords. +If you would like to use plaintext passwords, set +'identifier:lanman pass column' and 'identifier:nt pass column' to +'NULL' (without the quotes) and 'identifier:plain pass column' to the +name of the column containing the plaintext passwords. </para> <para> -If you use encrypted passwords, set the 'identifier:plain pass column' to 'NULL' (without the quotes). This is the default. +If you use encrypted passwords, set the 'identifier:plain pass +column' to 'NULL' (without the quotes). This is the default. </para> </sect2> @@ -944,16 +950,21 @@ Or, set 'identifier:workstations column' to : <para>This module requires libxml2 to be installed.</para> <para>The usage of pdb_xml is pretty straightforward. To export data, use: +</para> -<userinput>pdbedit -e xml:filename</userinput> +<para> + <userinput>pdbedit -e xml:filename</userinput> +</para> +<para> (where filename is the name of the file to put the data in) </para> <para> To import data, use: <userinput>pdbedit -i xml:filename -e current-pdb</userinput> - +</para> +<para> Where filename is the name to read the data from and current-pdb to put it in. </para> </sect1> |