Changeset 141 for trunk/samba/docs/manpages/smb.conf.5
- Timestamp:
- Aug 7, 2008, 11:49:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/docs/manpages/smb.conf.5
r138 r141 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/> 4 .\" Date: 0 6/26/20084 .\" Date: 08/01/2008 5 5 .\" Manual: File Formats and Conventions 6 6 .\" Source: Samba 3.2 7 7 .\" 8 .TH "SMB\.CONF" "5" "0 6/26/2008" "Samba 3\.2" "File Formats and Conventions"8 .TH "SMB\.CONF" "5" "08/01/2008" "Samba 3\.2" "File Formats and Conventions" 9 9 .\" disable hyphenation 10 10 .nh … … 702 702 set on them, which causes new files and directories created within it to inherit the group ownership from the containing directory\. 703 703 .sp 704 This is parameter has been marked deprecated in Samba 3\.0\.23\. The same behavior is now implemented bythe704 This is parameter has been was deprecated in Samba 3\.0\.23, but re\-activated in Samba 3\.0\.31 and above, as it now only controls permission changes if the user is in the owning primary group\. It is now no longer equivalent to the 705 705 \fIdos filemode\fR 706 706 option\. … … 2564 2564 .PP 2565 2565 .RS 4 2566 The default behavior in Samba is to provide UNIX\-like behavior where only the owner of a file/directory is able to change the permissions on it\. However, this behavior is often confusing to DOS/Windows users\. Enabling this parameter allows a user who has write access to the file (by whatever means ) to modify the permissions (including ACL) on it\. Note that a user belonging to the group owning the file will not be allowed to change permissions if the group is only granted read access\. Ownership of the file/directory may also be changed\.2566 The default behavior in Samba is to provide UNIX\-like behavior where only the owner of a file/directory is able to change the permissions on it\. However, this behavior is often confusing to DOS/Windows users\. Enabling this parameter allows a user who has write access to the file (by whatever means, including an ACL permission) to modify the permissions (including ACL) on it\. Note that a user belonging to the group owning the file will not be allowed to change permissions if the group is only granted read access\. Ownership of the file/directory may also be changed\. 2567 2567 .sp 2568 2568 Default: … … 3474 3474 The idmap backend provides a plugin interface for Winbind to use varying backends to store SID/uid/gid mapping tables\. This option is mutually exclusive with the newer and more flexible 3475 3475 \fIidmap domains\fR 3476 parameter\. The main difference between the "idmap backend" and the "idmap domains" is that the former only allows on backend for all domains while the latter supports configuring backends on a per domain basis\.3476 parameter\. The main difference between the "idmap backend" and the "idmap domains" is that the former only allows one backend for all domains while the latter supports configuring backends on a per domain basis\. 3477 3477 .sp 3478 3478 Examples of SID/uid/gid backends include tdb (\fBidmap_tdb\fR(8)), ldap (\fBidmap_ldap\fR(8)), rid (\fBidmap_rid\fR(8)), and ad (\fBidmap_tdb\fR(8))\. … … 3496 3496 The idmap config prefix provides a means of managing each domain defined by the 3497 3497 \fIidmap domains\fR 3498 option using Samba\'s paramet eric option support\. The idmap config prefix should be followed by the name of the domain, a colon, and a setting specific to the chosen backend\. There are three options available for all domains:3498 option using Samba\'s parametric option support\. The idmap config prefix should be followed by the name of the domain, a colon, and a setting specific to the chosen backend\. There are three options available for all domains: 3499 3499 .PP 3500 3500 backend = backend_name … … 3518 3518 for the CORP domain and the 3519 3519 \fBidmap_tdb\fR(8) 3520 backend for all other domains\. The TRUSTEDDOMAINS string is simply a key used to reference the "idmap config" settings and does not represent the actual name of a domain\.3520 backend for all other domains\. The TRUSTEDDOMAINS string is simply an arbitrary key used to reference the "idmap config" settings and does not represent the actual name of a domain\. It is a catchall domain backend for any domain not explicitly listed\. 3521 3521 .sp 3522 3522 .RS 4 … … 6541 6541 .RE 6542 6542 Default: 6543 \fI\fIpassword server\fR\fR\fI = \fR\fI \fR\fI \fR6543 \fI\fIpassword server\fR\fR\fI = \fR\fI*\fR\fI \fR 6544 6544 .sp 6545 6545 Example: … … 6548 6548 Example: 6549 6549 \fI\fIpassword server\fR\fR\fI = \fR\fIwindc\.mydomain\.com:389 192\.168\.1\.101 *\fR\fI \fR 6550 .sp6551 Example:6552 \fI\fIpassword server\fR\fR\fI = \fR\fI*\fR\fI \fR6553 6550 .RE 6554 6551 … … 6784 6781 .RE 6785 6782 6786 printcap name ( S)6783 printcap name (G) 6787 6784 .PP 6788 6785 .RS 4 … … 8502 8499 \fByes\fR 8503 8500 the program specified in the 8504 \fIpasswd program\fRparameter is called 8501 \fIpasswd program\fR 8502 parameter is called 8505 8503 \fIAS ROOT\fR 8506 8504 \- to allow the new UNIX password to be set without access to the old UNIX password (as the SMB password change code has no access to the old password cleartext, only the new)\.
Note:
See TracChangeset
for help on using the changeset viewer.