diff options
author | Günther Deschner <gd@samba.org> | 2005-01-20 22:47:09 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:11 -0500 |
commit | 114b707dbce18269fa835368fa1a26e6f913f051 (patch) | |
tree | 3b188bd6fad110ce7b7dcfabfc114562e7196301 /docs | |
parent | 62069021af61f85941ef5c557e076876c767063a (diff) | |
download | samba-114b707dbce18269fa835368fa1a26e6f913f051.tar.gz samba-114b707dbce18269fa835368fa1a26e6f913f051.tar.bz2 samba-114b707dbce18269fa835368fa1a26e6f913f051.zip |
Thanks to abartlet: Add note about spaces in pam_winbind's options.
Guenther
(This used to be commit 9185e56418bca755f9cb6a6039f32726d7ce916f)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/pam_winbind.8.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manpages/pam_winbind.8.xml b/docs/manpages/pam_winbind.8.xml index 3af9c79ee2..9166ac68b8 100644 --- a/docs/manpages/pam_winbind.8.xml +++ b/docs/manpages/pam_winbind.8.xml @@ -46,8 +46,9 @@ alias-SID or even a user-SID. It is also possible to give a NAME instead of the SID. That name must have the form: <parameter>MYDOMAIN\mygroup</parameter> or <parameter>MYDOMAIN\myuser</parameter>. pam_winbind will, in that case, lookup - the SID internally. You can verify the list of SIDs a user is a member of with - wbinfo --user-sids=SID. + the SID internally. Note that NAME may not contain any spaces. It is thus + recommended to only use SIDs. You can verify the list of SIDs a user is a member + of with <command>wbinfo --user-sids=SID</command>. </para></listitem> </varlistentry> |