diff options
author | Ondrej Kos <okos@redhat.com> | 2013-06-26 14:56:23 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-07-09 23:47:49 +0200 |
commit | eca766c0801ed859a8b50e23cb94fa79acd866f4 (patch) | |
tree | 2e963713fa92877595af46f0ed557d12e5c57421 /src/man | |
parent | 93bd0fbd1147371122612af88ed8a3c4534112ae (diff) | |
download | sssd-eca766c0801ed859a8b50e23cb94fa79acd866f4.tar.gz sssd-eca766c0801ed859a8b50e23cb94fa79acd866f4.tar.bz2 sssd-eca766c0801ed859a8b50e23cb94fa79acd866f4.zip |
Do not copy special files when creating homedir
https://fedorahosted.org/sssd/ticket/1778
When trying to copy special file, only message is logged now.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sss_useradd.8.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/sss_useradd.8.xml b/src/man/sss_useradd.8.xml index 2bbdd2fa..f937599f 100644 --- a/src/man/sss_useradd.8.xml +++ b/src/man/sss_useradd.8.xml @@ -140,6 +140,10 @@ created by <command>sss_useradd</command>. </para> <para> + Special files (block devices, character devices, named + pipes and unix sockets) will not be copied. + </para> + <para> This option is only valid if the <option>-m</option> (or <option>--create-home</option>) option is specified, or creation of home directories is set to TRUE |