- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-Diagnosis.xml
r414 r988 131 131 <note><para> 132 132 <indexterm><primary>/etc/samba</primary></indexterm> 133 <indexterm><primary>/usr/local/samba/ lib</primary></indexterm>133 <indexterm><primary>/usr/local/samba/etc</primary></indexterm> 134 134 Your &smb.conf; file may be located in <filename>/etc/samba</filename> 135 or in <filename>/usr/local/samba/ lib</filename>.135 or in <filename>/usr/local/samba/etc</filename>. 136 136 </para></note> 137 137 </step> … … 432 432 <listitem> 433 433 <para> 434 You have shadow passwords (or some other password system) but didn't 435 compile in support for them in &smbd;. 434 Password encryption is enabled by default, but you have not 435 yet set a password for your samba user. Run 436 <command>smbpasswd -a username</command> 436 437 </para> 437 438 </listitem> … … 445 446 <listitem> 446 447 <para> 447 You have a mixed-case password and you haven't enabled the <smbconfoption name="password level"/> option at a high enough level. 448 You have explicitly disabled encrypted passwords with 449 <smbconfoption name="encrypt passwords">no</smbconfoption> have a mixed-case password. 448 450 </para> 449 451 </listitem> … … 455 457 </listitem> 456 458 457 <listitem>458 <para>459 You enabled password encryption but didn't map UNIX to Samba users. Run460 <command>smbpasswd -a username</command>461 </para>462 </listitem>463 459 </orderedlist> 464 460 … … 545 541 546 542 <para> 547 It's also possible that the server can't work out what username to connect you as. 548 To see if this is the problem, add the line 549 <smbconfoption name="user">username</smbconfoption> to the 550 <smbconfsection name="[tmp]"/> section of 551 &smb.conf; where <parameter>username</parameter> is the 552 username corresponding to the password you typed. If you find this 553 fixes things, you may need the username mapping option. 554 </para> 555 556 <para> 557 It might also be the case that your client only sends encrypted passwords 543 By default, most clients only sends encrypted passwords 558 544 and you have <smbconfoption name="encrypt passwords">no</smbconfoption> in &smb.conf;. 559 545 Change this setting to `yes' to fix this. … … 588 574 specified in &smb.conf;). You should be able to double-click on the name 589 575 of the server and get a list of shares. If you get the error message <quote>invalid password,</quote> 590 you are probably running Windows NT and it 591 is refusing to browse a server that has no encrypted password 592 capability and is in user-level security mode. In this case, either set 593 <smbconfoption name="security">server</smbconfoption> and 594 <smbconfoption name="password server">Windows_NT_Machine</smbconfoption> in your 595 &smb.conf; file or make sure <smbconfoption name="encrypt passwords"/> is 596 set to <quote>yes</quote>. 576 your client may be refusing to browse a server that has no encrypted password 577 capability. In this case make sure <smbconfoption name="encrypt passwords"/> is 578 set to <quote>yes</quote> and repeat the steps in this gude. 597 579 </para> 598 580
Note:
See TracChangeset
for help on using the changeset viewer.
