Changeset 988 for vendor/current/docs-xml/Samba3-Developers-Guide
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/Samba3-Developers-Guide
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/Samba3-Developers-Guide/contributing.xml
r414 r988 91 91 <para>Send feature patches along with a description of what the 92 92 patch is supposed to do to the 93 <ulink url="mailto:samba-technical@ samba.org">Samba-technical mailinglist</ulink> and possibly to a samba team member who is (one of the) 'owners'93 <ulink url="mailto:samba-technical@lists.samba.org">Samba-technical mailinglist</ulink> and possibly to a samba team member who is (one of the) 'owners' 94 94 of the code you made modifications to. We are all busy people 95 95 so everybody tends to 'let one of the others handle it'. If nobody -
vendor/current/docs-xml/Samba3-Developers-Guide/encryption.xml
r414 r988 10 10 <orgname>Samba Team</orgname> 11 11 <address> 12 <email>samba@ samba.org</email>12 <email>samba@lists.samba.org</email> 13 13 </address> 14 14 </affiliation> -
vendor/current/docs-xml/Samba3-Developers-Guide/unix-smb.xml
r746 r988 113 113 114 114 <para> 115 ManySMB clients uppercase passwords before sending them. I have no115 When plaintext passwords are used, very old SMB clients uppercase passwords before sending them. I have no 116 116 idea why they do this. Interestingly WfWg uppercases the password only 117 117 if the server is running a protocol greater than COREPLUS, so … … 124 124 </para> 125 125 126 <para> 127 Samba can try to cope with this by either using the "password level" 128 option which causes Samba to try the offered password with up to the 129 specified number of case changes, or by using the "password server" 130 option which allows Samba to do its validation via another machine 131 (typically a WinNT server). 126 <para>Samba will try an additional all lower cased password 127 authentication if it receives an all uppercase password. Samba used to 128 support an option called "password level" that would try to crack 129 password by trying all case permutations, but that option has been 130 removed. 132 131 </para> 133 132 … … 208 207 directory or a shared memory implementation. The lock file method 209 208 is clumsy and consumes processing and file resources, 210 the shared memory implementation is vastly prefer ed and is turned on209 the shared memory implementation is vastly preferred and is turned on 211 210 by default for those systems that support it. 212 211 </para>
Note:
See TracChangeset
for help on using the changeset viewer.