diff --git a/duplicati/create.homedir.sh b/duplicati/create.homedir.sh index df7bb0b..b386974 100755 --- a/duplicati/create.homedir.sh +++ b/duplicati/create.homedir.sh @@ -47,6 +47,7 @@ EXAMPLES : - Use default SSSD user for ldap requests ${PROGNAME} --user-cmd "sed -n 's/\(^ldap_default_bind_dn = \)\(.*\)/\2/p' /etc/sssd/sssd.conf" + - Create new homedir in a specific path (/mnt/home.remote) ${PROGNAME} --home "/mnt/home.remote" @@ -81,7 +82,7 @@ OPTIONS : Command to get LDAP bind user from a file (by default, works with NSLCD − /etc/nslcd.conf). - EOF +EOF } # }}}