From e64520a9ed05c9782a6e8ca8015fdef01b92ecc3 Mon Sep 17 00:00:00 2001 From: bubulle Date: Tue, 7 Jun 2011 20:43:08 +0000 Subject: Revert upstream branch to 3.5.8....oops git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@3810 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/pdbedit.8.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/htmldocs/manpages/pdbedit.8.html') diff --git a/docs/htmldocs/manpages/pdbedit.8.html b/docs/htmldocs/manpages/pdbedit.8.html index 7414ca47c2..e504b7bc5b 100644 --- a/docs/htmldocs/manpages/pdbedit.8.html +++ b/docs/htmldocs/manpages/pdbedit.8.html @@ -1,10 +1,10 @@ -pdbedit

Name

pdbedit — manage the SAM database (Database of Samba Users)

Synopsis

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]

DESCRIPTION

This tool is part of the samba(7) suite.

The pdbedit program is used to manage the users accounts +pdbedit

Name

pdbedit — manage the SAM database (Database of Samba Users)

Synopsis

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]

DESCRIPTION

This tool is part of the samba(7) suite.

The pdbedit program is used to manage the users accounts stored in the sam database and can only be run by root.

The pdbedit tool uses the passdb modular interface and is independent from the kind of users database used (currently there are smbpasswd, ldap, nis+ and tdb based and more can be added without changing the tool).

There are five main ways to use pdbedit: adding a user account, removing a user account, modifing a user account, listing user - accounts, importing users accounts.

OPTIONS

-L|--list

This option lists all the user accounts + accounts, importing users accounts.

OPTIONS

-L|--list

This option lists all the user accounts present in the users database. This option prints a list of user/uid pairs separated by the ':' character.

Example: pdbedit -L

@@ -69,7 +69,7 @@ samba:45:0F2B255F7B67A7A9AAD3B435B51404EE:
 		rid. 

Example: -U S-1-5-21-2447931902-1787058256-3961074038-5004

Example: '--user SID' S-1-5-21-2447931902-1787058256-3961074038-5004

Example: -U 5004

Example: '--user SID' 5004

-c|--account-control account-control

This option can be used while adding or modifying a user account. It will specify the users' account control property. Possible flags are listed below.

-

  • N: No password required

  • D: Account disabled

  • H: Home directory required

  • T: Temporary duplicate of other account

  • U: Regular user account

  • M: MNS logon user account

  • W: Workstation Trust Account

  • S: Server Trust Account

  • L: Automatic Locking

  • X: Password does not expire

  • I: Domain Trust Account

+

  • N: No password required

  • D: Account disabled

  • H: Home directory required

  • T: Temporary duplicate of other account

  • U: Regular user account

  • M: MNS logon user account

  • W: Workstation Trust Account

  • S: Server Trust Account

  • L: Automatic Locking

  • X: Password does not expire

  • I: Domain Trust Account

Example: -c "[X ]"

-K|--kickoff-time

This option is used to modify the kickoff time for a certain user. Use "never" as argument to set the kickoff time to unlimited. @@ -80,7 +80,7 @@ samba:45:0F2B255F7B67A7A9AAD3B435B51404EE:

new password:
 retype new password
 

-

Note

pdbedit does not call the unix password syncronisation +

Note

pdbedit does not call the unix password syncronisation script if unix password sync has been set. It only updates the data in the Samba user database. @@ -163,8 +163,8 @@ The default configuration file name is determined at compile time.

-l|--log-basename=logdirectory

Base directory name for log/debug files. The extension ".progname" will be appended (e.g. log.smbclient, log.smbd, etc...). The log file is never removed by the client. -

NOTES

This command may be used only by root.

VERSION

This man page is correct for version 3 of - the Samba suite.

AUTHOR

The original Samba software and related utilities +

NOTES

This command may be used only by root.

VERSION

This man page is correct for version 3 of + the Samba suite.

AUTHOR

The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.

The pdbedit manpage was written by Simo Sorce and Jelmer Vernooij.

-- cgit v1.2.3