Message ID | 1530812857-14052-1-git-send-email-jshivers@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/mount.cifs.rst b/mount.cifs.rst index a81c6c4..6a9ff49 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -167,6 +167,11 @@ ip=arg|addr=arg domain=arg|dom=arg|workgroup=arg sets the domain (workgroup) of the user. +domainauto + Guesses the domain (workgroup) of the user. This option fixes backward + compatibility issues introduced by 2b149f119 and maintains the legacy + behavior of guessing a domain instead of sending NULL as the domain. + guest don't prompt for a password.
Signed-off-by: Jacob Shivers <jshivers@redhat.com> --- mount.cifs.rst | 5 +++++ 1 file changed, 5 insertions(+)