Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs/manpages/pdbedit.8

    r860 r988  
    22.\"     Title: pdbedit
    33.\"    Author: [see the "AUTHOR" section]
    4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
    5 .\"      Date: 09/18/2013
     4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
     5.\"      Date: 05/02/2016
    66.\"    Manual: System Administration tools
    7 .\"    Source: Samba 3.6
     7.\"    Source: Samba 4.4
    88.\"  Language: English
    99.\"
    10 .TH "PDBEDIT" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
     10.TH "PDBEDIT" "8" "05/02/2016" "Samba 4\&.4" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * Define some portability stuff
     
    3232.SH "SYNOPSIS"
    3333.HP \w'\ 'u
    34 pdbedit [\-a] [\-b\ passdb\-backend] [\-c\ account\-control] [\-C\ value] [\-d\ debuglevel] [\-D\ drive] [\-e\ passdb\-backend] [\-f\ fullname] [\-\-force\-initialized\-passwords] [\-g] [\-h\ homedir] [\-i\ passdb\-backend] [\-I\ domain] [\-K] [\-L] [\-m] [\-M\ SID|RID] [\-N\ description] [\-P\ account\-policy] [\-p\ profile] [\-\-policies\-reset] [\-r] [\-s\ configfile] [\-S\ script] [\-t] [\-\-time\-format] [\-u\ username] [\-U\ SID|RID] [\-v] [\-V] [\-w] [\-x] [\-y] [\-z] [\-Z]
     34pdbedit [\-a] [\-b\ passdb\-backend] [\-c\ account\-control] [\-C\ value] [\-d\ debuglevel] [\-D\ drive] [\-e\ passdb\-backend] [\-f\ fullname] [\-\-force\-initialized\-passwords] [\-g] [\-h\ homedir] [\-i\ passdb\-backend] [\-I\ domain] [\-K] [\-L] [\-m] [\-M\ SID|RID] [\-N\ description] [\-P\ account\-policy] [\-p\ profile] [\-\-policies\-reset] [\-r] [\-s\ configfile] [\-S\ script] [\-\-set\-nt\-hash] [\-t] [\-\-time\-format] [\-u\ username] [\-U\ SID|RID] [\-v] [\-V] [\-w] [\-x] [\-y] [\-z] [\-Z]
    3535.SH "DESCRIPTION"
    3636.PP
     
    6767\-v|\-\-verbose
    6868.RS 4
    69 This option enables the verbose listing format\&. It causes pdbedit to list the users in the database, printing out the account fields in a descriptive format\&.
     69This option enables the verbose listing format\&. It causes pdbedit to list the users in the database, printing out the account fields in a descriptive format\&. Used together with \-w also shows passwords hashes\&.
    7070.sp
    7171Example:
     
    106106file format\&. (see the
    107107\fBsmbpasswd\fR(5)
    108 for details)
     108for details)\&. Instead used together with (\-v) displays the passwords hashes in verbose output\&.
    109109.sp
    110110Example:
     
    168168.RE
    169169.PP
     170\-\-set\-nt\-hash
     171.RS 4
     172This option can be used while modifying a user account\&. It will set the user\*(Aqs password using the nt\-hash value given as hexadecimal string\&. Useful to synchronize passwords\&.
     173.sp
     174Example:
     175\-\-set\-nt\-hash 8846F7EAEE8FB117AD06BDD830B7586C
     176.RE
     177.PP
    170178\-p|\-\-profile profile
    171179.RS 4
     
    204212.RS 4
    205213This option can be used while adding or modifying a user account\&. It will specify the users\*(Aq account control property\&. Possible flags are listed below\&.
    206 .sp
    207 
    208214.sp
    209215.RS 4
     
    372378.ps -1
    373379.br
    374 pdbedit does not call the unix password syncronisation script if
     380pdbedit does not call the unix password synchronization script if
    375381\m[blue]\fBunix password sync\fR\m[]
    376382has been set\&. It only updates the data in the Samba user database\&.
     
    500506applies to the account policies instead of the user database\&.
    501507.sp
    502 This option will allow to migrate account policies from their default tdb\-store into a passdb backend, e\&.g\&. an LDAP directory server\&.
     508This option will allow one to migrate account policies from their default tdb\-store into a passdb backend, e\&.g\&. an LDAP directory server\&.
    503509.sp
    504510Example:
     
    554560.RS 4
    555561This option is currently not being used\&.
    556 .RE
    557 .PP
    558 \-h|\-\-help
    559 .RS 4
    560 Print a summary of command line options\&.
    561 .RE
    562 .PP
    563 \-d|\-\-debuglevel=level
    564 .RS 4
    565 \fIlevel\fR
    566 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&.
    567 .sp
    568 The higher this value, the more detail will be logged to the log files about the activities of the server\&. At level 0, only critical errors and serious warnings will be logged\&. Level 1 is a reasonable level for day\-to\-day running \- it generates a small amount of information about operations carried out\&.
    569 .sp
    570 Levels above 1 will generate considerable amounts of log data, and should only be used when investigating a problem\&. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic\&.
    571 .sp
    572 Note that specifying this parameter here will override the
    573 \m[blue]\fBlog level\fR\m[]
    574 parameter in the
    575 smb\&.conf
    576 file\&.
    577 .RE
    578 .PP
    579 \-V|\-\-version
    580 .RS 4
    581 Prints the program version number\&.
    582 .RE
    583 .PP
    584 \-s|\-\-configfile <configuration file>
    585 .RS 4
    586 The file specified contains the configuration details required by the server\&. The information in this file includes server\-specific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide\&. See
    587 smb\&.conf
    588 for more information\&. The default configuration file name is determined at compile time\&.
    589 .RE
    590 .PP
    591 \-l|\-\-log\-basename=logdirectory
    592 .RS 4
    593 Base directory name for log/debug files\&. The extension
    594 \fB"\&.progname"\fR
    595 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&.
    596562.RE
    597563.SH "NOTES"
Note: See TracChangeset for help on using the changeset viewer.