]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Tue, 30 May 2006 13:03:08 +0000 (13:03 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Tue, 30 May 2006 13:03:08 +0000 (13:03 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

2006-05-30  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_mkhomedir/pam_mkhomedir.8.xml: Fix umask and skel
        directory documentation.

ChangeLog
modules/pam_mkhomedir/README
modules/pam_mkhomedir/pam_mkhomedir.8
modules/pam_mkhomedir/pam_mkhomedir.8.xml

index c635f9687882e1370b371f9aebcbb8c448b961e9..b655b14cadc3c3fe95c8f8a846ae3b0ee1e76d7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-05-30  Thorsten Kukuk  <kukuk@thkukuk.de>
 
+       * modules/pam_mkhomedir/pam_mkhomedir.8.xml: Fix umask and skel
+       directory documentation.
+
        * modules/pam_umask/Makefile.am: Include Make.xml.rules.
        * modules/pam_umask/pam_umask.8.xml: New.
        * modules/pam_umask/pam_umask.8: New, generated from xml file.
index 987cf35f8eed567b39a110a3a6abab831054e23c..64810060b8b9fcd14f6789379da83d0dcc1f5081 100644 (file)
@@ -7,7 +7,9 @@ DESCRIPTION
 The pam_mkhomedir PAM module will create a users home directory if it does not
 exist when the session begins. This allows users to be present in central
 database (such as NIS, kerberos or LDAP) without using a distributed file
-system or pre-creating a large number of directories.
+system or pre-creating a large number of directories. The skeleton directory
+(usually /etc/skel/) is used to copy default files and also set's a umask for
+the creation.
 
 The new users home directory will not be removed after logout of the user.
 
index 1849a9eb9cb2c76aab9f2700c17ae21d78df670b..847c75ee82696057e54056766e5c2f090af9a833 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "PAM_MKHOMEDIR" "8" "05/24/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
+.TH "PAM_MKHOMEDIR" "8" "05/30/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -14,7 +14,8 @@ pam_mkhomedir \- PAM module to create users home directory
 \fBpam_mkhomedir.so\fR [silent] [umask=\fImode\fR] [skel=\fIskeldir\fR]
 .SH "DESCRIPTION"
 .PP
-The pam_mkhomedir PAM module will create a users home directory if it does not exist when the session begins. This allows users to be present in central database (such as NIS, kerberos or LDAP) without using a distributed file system or pre\-creating a large number of directories.
+The pam_mkhomedir PAM module will create a users home directory if it does not exist when the session begins. This allows users to be present in central database (such as NIS, kerberos or LDAP) without using a distributed file system or pre\-creating a large number of directories. The skeleton directory (usually
+\fI/etc/skel/\fR) is used to copy default files and also set's a umask for the creation.
 .PP
 The new users home directory will not be removed after logout of the user.
 .SH "OPTIONS"
@@ -22,9 +23,9 @@ The new users home directory will not be removed after logout of the user.
 \fBsilent\fR
 Don't print informative messages.
 .TP
-\fBumask=\fR\fB\fImode\fR\fR
+\fBumask=\fR\fB\fImask\fR\fR
 The user file\-creation mask is set to
-\fImode\fR. The default value of umask is 0022.
+\fImask\fR. The default value of mask is 0022.
 .TP
 \fBskel=\fR\fB\fI/path/to/skel/directory\fR\fR
 Indicate an alternative
index 1b5a11cb3998398278f6774fbcd01163b7166ed0..3c40de152a3fcd5c26e319aacd8a310fe51b43b4 100644 (file)
@@ -42,7 +42,9 @@
       if it does not exist when the session begins. This allows users
       to be present in central database (such as NIS, kerberos or LDAP)
       without using a distributed file system or pre-creating a large
-      number of directories.
+      number of directories. The skeleton directory (usually
+      <filename>/etc/skel/</filename>) is used to copy default files
+      and also set's a umask for the creation.
     </para>
     <para>
       The new users home directory will not be removed after logout
 
       <varlistentry>
         <term>
-          <option>umask=<replaceable>mode</replaceable></option>
+          <option>umask=<replaceable>mask</replaceable></option>
         </term>
         <listitem>
           <para>
             The user file-creation mask is set to
-            <replaceable>mode</replaceable>. The default value of umask is
+            <replaceable>mask</replaceable>. The default value of mask is
             0022.
           </para>
         </listitem>