Fix typo
This commit is contained in:
parent
a78d8c042c
commit
b29bd8c2a8
|
@ -47,6 +47,7 @@ EXAMPLES :
|
||||||
|
|
||||||
- Use default SSSD user for ldap requests
|
- Use default SSSD user for ldap requests
|
||||||
${PROGNAME} --user-cmd "sed -n 's/\(^ldap_default_bind_dn = \)\(.*\)/\2/p' /etc/sssd/sssd.conf"
|
${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)
|
- Create new homedir in a specific path (/mnt/home.remote)
|
||||||
${PROGNAME} --home "/mnt/home.remote"
|
${PROGNAME} --home "/mnt/home.remote"
|
||||||
|
|
||||||
|
@ -81,7 +82,7 @@ OPTIONS :
|
||||||
Command to get LDAP bind user from a file (by default,
|
Command to get LDAP bind user from a file (by default,
|
||||||
works with NSLCD − /etc/nslcd.conf).
|
works with NSLCD − /etc/nslcd.conf).
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
}
|
}
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in New Issue