Changeset 272 for branches/samba-3.2.x/docs/manpages/smb.conf.5
- Timestamp:
- Jun 16, 2009, 5:52:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/docs/manpages/smb.conf.5
r235 r272 2 2 .\" Author: [see the "AUTHOR" section] 3 3 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> 4 .\" Date: 0 4/17/20094 .\" Date: 06/16/2009 5 5 .\" Manual: File Formats and Conventions 6 6 .\" Source: Samba 3.2 7 7 .\" Language: English 8 8 .\" 9 .TH "SMB\&.CONF" "5" "0 4/17/2009" "Samba 3\&.2" "File Formats and Conventions"9 .TH "SMB\&.CONF" "5" "06/16/2009" "Samba 3\&.2" "File Formats and Conventions" 10 10 .\" ----------------------------------------------------------------- 11 11 .\" * (re)Define some macros … … 1031 1031 .sp 1032 1032 If the connected user posseses the 1033 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as user\&.1033 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as root\&. 1034 1034 .sp 1035 1035 Default: … … 9124 9124 .sp 9125 9125 If the connected user posseses the 9126 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as user\&.9126 \fBSeRemoteShutdownPrivilege\fR, right, this command will be run as root\&. 9127 9127 .sp 9128 9128 The %z %t %r %f variables are expanded as follows: … … 9193 9193 9194 9194 #!/bin/bash 9195 9196 $time=0 9197 let "time/60"9198 let "time++"9195 9196 time=$2 9197 let time="${time} / 60" 9198 let time="${time} + 1" 9199 9199 9200 9200 /sbin/shutdown $3 $4 +$time $1 & 9201 9201 9202 .EB lightgray adjust-for-leading-newline 9202 9203 .if t \{\ … … 9687 9688 .PP 9688 9689 .RS 4 9689 This boolean parameter controls whether Samba impl ments the CIFS UNIX extensions, as defined by HP\&. These extensions enable Samba to better serve UNIX CIFS clients by supporting features such as symbolic links, hard links, etc\&.\&.\&. These extensions require a similarly enabled client, and are of no current use to Windows clients\&.9690 This boolean parameter controls whether Samba implements the CIFS UNIX extensions, as defined by HP\&. These extensions enable Samba to better serve UNIX CIFS clients by supporting features such as symbolic links, hard links, etc\&.\&.\&. These extensions require a similarly enabled client, and are of no current use to Windows clients\&. 9690 9691 .sp 9691 9692 Default:
Note:
See TracChangeset
for help on using the changeset viewer.