Changeset 411 for branches/samba-3.3.x/docs/manpages/pdbedit.8
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs/manpages/pdbedit.8
r368 r411 1 '\" t2 1 .\" Title: pdbedit 3 2 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 5.2<http://docbook.sf.net/>5 .\" Date: 0 1/14/20103 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> 4 .\" Date: 02/22/2010 6 5 .\" Manual: System Administration tools 7 6 .\" Source: Samba 3.3 8 7 .\" Language: English 9 8 .\" 10 .TH "PDBEDIT" "8" "01/14/2010" "Samba 3\&.3" "System Administration tools" 9 .TH "PDBEDIT" "8" "02/22/2010" "Samba 3\&.3" "System Administration tools" 10 .\" ----------------------------------------------------------------- 11 .\" * (re)Define some macros 12 .\" ----------------------------------------------------------------- 13 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 .\" toupper - uppercase a string (locale-aware) 15 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16 .de toupper 17 .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ 18 \\$* 19 .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz 20 .. 21 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 .\" SH-xref - format a cross-reference to an SH section 23 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 .de SH-xref 25 .ie n \{\ 26 .\} 27 .toupper \\$* 28 .el \{\ 29 \\$* 30 .\} 31 .. 32 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 .\" SH - level-one heading that works better for non-TTY output 34 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35 .de1 SH 36 .\" put an extra blank line of space above the head in non-TTY output 37 .if t \{\ 38 .sp 1 39 .\} 40 .sp \\n[PD]u 41 .nr an-level 1 42 .set-an-margin 43 .nr an-prevailing-indent \\n[IN] 44 .fi 45 .in \\n[an-margin]u 46 .ti 0 47 .HTML-TAG ".NH \\n[an-level]" 48 .it 1 an-trap 49 .nr an-no-space-flag 1 50 .nr an-break-flag 1 51 \." make the size of the head bigger 52 .ps +3 53 .ft B 54 .ne (2v + 1u) 55 .ie n \{\ 56 .\" if n (TTY output), use uppercase 57 .toupper \\$* 58 .\} 59 .el \{\ 60 .nr an-break-flag 0 61 .\" if not n (not TTY), use normal case (not uppercase) 62 \\$1 63 .in \\n[an-margin]u 64 .ti 0 65 .\" if not n (not TTY), put a border/line under subheading 66 .sp -.6 67 \l'\n(.lu' 68 .\} 69 .. 70 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 .\" SS - level-two heading that works better for non-TTY output 72 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 .de1 SS 74 .sp \\n[PD]u 75 .nr an-level 1 76 .set-an-margin 77 .nr an-prevailing-indent \\n[IN] 78 .fi 79 .in \\n[IN]u 80 .ti \\n[SN]u 81 .it 1 an-trap 82 .nr an-no-space-flag 1 83 .nr an-break-flag 1 84 .ps \\n[PS-SS]u 85 \." make the size of the head bigger 86 .ps +2 87 .ft B 88 .ne (2v + 1u) 89 .if \\n[.$] \&\\$* 90 .. 91 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92 .\" BB/BE - put background/screen (filled box) around block of text 93 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 .de BB 95 .if t \{\ 96 .sp -.5 97 .br 98 .in +2n 99 .ll -2n 100 .gcolor red 101 .di BX 102 .\} 103 .. 104 .de EB 105 .if t \{\ 106 .if "\\$2"adjust-for-leading-newline" \{\ 107 .sp -1 108 .\} 109 .br 110 .di 111 .in 112 .ll 113 .gcolor 114 .nr BW \\n(.lu-\\n(.i 115 .nr BH \\n(dn+.5v 116 .ne \\n(BHu+.5v 117 .ie "\\$2"adjust-for-leading-newline" \{\ 118 \M[\\$1]\h'1n'\v'+.5v'\D'P \\n(BWu 0 0 \\n(BHu -\\n(BWu 0 0 -\\n(BHu'\M[] 119 .\} 120 .el \{\ 121 \M[\\$1]\h'1n'\v'-.5v'\D'P \\n(BWu 0 0 \\n(BHu -\\n(BWu 0 0 -\\n(BHu'\M[] 122 .\} 123 .in 0 124 .sp -.5v 125 .nf 126 .BX 127 .in 128 .sp .5v 129 .fi 130 .\} 131 .. 132 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 133 .\" BM/EM - put colored marker in margin next to block of text 134 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 135 .de BM 136 .if t \{\ 137 .br 138 .ll -2n 139 .gcolor red 140 .di BX 141 .\} 142 .. 143 .de EM 144 .if t \{\ 145 .br 146 .di 147 .ll 148 .gcolor 149 .nr BH \\n(dn 150 .ne \\n(BHu 151 \M[\\$1]\D'P -.75n 0 0 \\n(BHu -(\\n[.i]u - \\n(INu - .75n) 0 0 -\\n(BHu'\M[] 152 .in 0 153 .nf 154 .BX 155 .in 156 .fi 157 .\} 158 .. 11 159 .\" ----------------------------------------------------------------- 12 160 .\" * set default formatting … … 19 167 .\" * MAIN CONTENT STARTS HERE * 20 168 .\" ----------------------------------------------------------------- 21 .SH "N AME"169 .SH "Name" 22 170 pdbedit \- manage the SAM database (Database of Samba Users) 23 .SH "SYNOPSIS" 171 .SH "Synopsis" 172 .fam C 24 173 .HP \w'\ 'u 25 pdbedit [\-L] [\-v] [\-w] [\-u\ username] [\-f\ fullname] [\-h\ homedir] [\-D\ drive] [\-S\ script] [\-p\ profile] [\-a] [\-t,\ \-\-password\-from\-stdin] [\-m] [\-r] [\-x] [\-i\ passdb\-backend] [\-e\ passdb\-backend] [\-b\ passdb\-backend] [\-g] [\-d\ debuglevel] [\-s\ configfile] [\-P\ account\-policy] [\-C\ value] [\-c\ account\-control] [\-y] 174 \FCpdbedit\F[] [\-L] [\-v] [\-w] [\-u\ username] [\-f\ fullname] [\-h\ homedir] [\-D\ drive] [\-S\ script] [\-p\ profile] [\-a] [\-t,\ \-\-password\-from\-stdin] [\-m] [\-r] [\-x] [\-i\ passdb\-backend] [\-e\ passdb\-backend] [\-b\ passdb\-backend] [\-g] [\-d\ debuglevel] [\-s\ configfile] [\-P\ account\-policy] [\-C\ value] [\-c\ account\-control] [\-y] 175 .fam 26 176 .SH "DESCRIPTION" 27 177 .PP … … 42 192 .sp 43 193 Example: 44 pdbedit \-L 45 .sp 46 .if n \{\ 47 .RS 4 48 .\} 194 \FCpdbedit \-L\F[] 195 .sp 196 .if n \{\ 197 .RS 4 198 .\} 199 .fam C 200 .ps -1 49 201 .nf 202 .if t \{\ 203 .sp -1 204 .\} 205 .BB lightgray adjust-for-leading-newline 206 .sp -1 207 50 208 sorce:500:Simo Sorce 51 209 samba:45:Test User 52 .fi 210 .EB lightgray adjust-for-leading-newline 211 .if t \{\ 212 .sp 1 213 .\} 214 .fi 215 .fam 216 .ps +1 53 217 .if n \{\ 54 218 .RE … … 61 225 .sp 62 226 Example: 63 pdbedit \-L \-v 64 .sp 65 .if n \{\ 66 .RS 4 67 .\} 227 \FCpdbedit \-L \-v\F[] 228 .sp 229 .if n \{\ 230 .RS 4 231 .\} 232 .fam C 233 .ps -1 68 234 .nf 235 .if t \{\ 236 .sp -1 237 .\} 238 .BB lightgray adjust-for-leading-newline 239 .sp -1 240 69 241 \-\-\-\-\-\-\-\-\-\-\-\-\-\-\- 70 242 username: sorce … … 85 257 Logon Script: 86 258 Profile Path: \e\eBERSERKER\eprofile 87 .fi 259 .EB lightgray adjust-for-leading-newline 260 .if t \{\ 261 .sp 1 262 .\} 263 .fi 264 .fam 265 .ps +1 88 266 .if n \{\ 89 267 .RE … … 94 272 .RS 4 95 273 This option sets the "smbpasswd" listing format\&. It will make pdbedit list the users in the database, printing out the account fields in a format compatible with the 96 smbpasswd 274 \FCsmbpasswd\F[] 97 275 file format\&. (see the 98 276 \fBsmbpasswd\fR(5) … … 100 278 .sp 101 279 Example: 102 pdbedit \-L \-w 103 .sp 104 .if n \{\ 105 .RS 4 106 .\} 280 \FCpdbedit \-L \-w\F[] 281 .sp 282 .if n \{\ 283 .RS 4 284 .\} 285 .fam C 286 .ps -1 107 287 .nf 288 .if t \{\ 289 .sp -1 290 .\} 291 .BB lightgray adjust-for-leading-newline 292 .sp -1 293 108 294 sorce:500:508818B733CE64BEAAD3B435B51404EE: 109 295 D2A2418EFC466A8A0F6B1DBB5C3DB80C: … … 112 298 BC281CE3F53B6A5146629CD4751D3490: 113 299 [UX ]:LCT\-3BFA1E8D: 114 .fi 300 .EB lightgray adjust-for-leading-newline 301 .if t \{\ 302 .sp 1 303 .\} 304 .fi 305 .fam 306 .ps +1 115 307 .if n \{\ 116 308 .RE … … 132 324 .sp 133 325 Example: 134 \ -f "Simo Sorce"326 \FC\-f "Simo Sorce"\F[] 135 327 .RE 136 328 .PP … … 140 332 .sp 141 333 Example: 142 \ -h "\e\e\e\eBERSERKER\e\esorce"334 \FC\-h "\e\e\e\eBERSERKER\e\esorce"\F[] 143 335 .RE 144 336 .PP … … 148 340 .sp 149 341 Example: 150 \ -D "H:"342 \FC\-D "H:"\F[] 151 343 .RE 152 344 .PP … … 156 348 .sp 157 349 Example: 158 \ -S "\e\e\e\eBERSERKER\e\enetlogon\e\esorce\&.bat"350 \FC\-S "\e\e\e\eBERSERKER\e\enetlogon\e\esorce\&.bat"\F[] 159 351 .RE 160 352 .PP … … 164 356 .sp 165 357 Example: 166 \ -p "\e\e\e\eBERSERKER\e\enetlogon"358 \FC\-p "\e\e\e\eBERSERKER\e\enetlogon"\F[] 167 359 .RE 168 360 .PP … … 172 364 .sp 173 365 Example: 174 \ -G S\-1\-5\-21\-2447931902\-1787058256\-3961074038\-1201366 \FC\-G S\-1\-5\-21\-2447931902\-1787058256\-3961074038\-1201\F[] 175 367 .RE 176 368 .PP … … 180 372 .sp 181 373 Example: 182 \ -U S\-1\-5\-21\-2447931902\-1787058256\-3961074038\-5004374 \FC\-U S\-1\-5\-21\-2447931902\-1787058256\-3961074038\-5004\F[] 183 375 .RE 184 376 .PP … … 312 504 .sp 313 505 Example: 314 \ -c "[X ]"506 \FC\-c "[X ]"\F[] 315 507 .RE 316 508 .PP … … 320 512 .sp 321 513 Example: 322 pdbedit \-a \-u sorce 323 .sp 324 .if n \{\ 325 .RS 4 326 .\} 514 \FCpdbedit \-a \-u sorce\F[] 515 .sp 516 .if n \{\ 517 .RS 4 518 .\} 519 .fam C 520 .ps -1 327 521 .nf 522 .BB lightgray 328 523 new password: 329 524 retype new password 330 .fi 331 .if n \{\ 332 .RE 333 .\} 334 .sp 335 .if n \{\ 336 .sp 337 .\} 338 .RS 4 525 .EB lightgray 526 .fi 527 .fam 528 .ps +1 529 .if n \{\ 530 .RE 531 .\} 532 .sp 533 .if n \{\ 534 .sp 535 .\} 536 .RS 4 537 .BM yellow 339 538 .it 1 an-trap 340 539 .nr an-no-space-flag 1 … … 350 549 .sp 351 550 If you wish to add a user and synchronise the password that immediately, use 352 smbpasswd\'s551 \FCsmbpasswd\F[]\'s 353 552 \fB\-a\fR 354 553 option\&. 355 554 .sp .5v 555 .EM yellow 356 556 .RE 357 557 .RE … … 360 560 .RS 4 361 561 This option causes pdbedit to read the password from standard input, rather than from /dev/tty (like the 362 passwd(1) 562 \FCpasswd(1)\F[] 363 563 program does)\&. The password has to be submitted twice and terminated by a newline each\&. 364 564 .RE … … 376 576 .sp 377 577 Example: 378 pdbedit \-a \-m \-u w2k\-wks 578 \FCpdbedit \-a \-m \-u w2k\-wks\F[] 379 579 .RE 380 580 .PP … … 384 584 .sp 385 585 Example: 386 pdbedit \-x \-u bob 586 \FCpdbedit \-x \-u bob\F[] 387 587 .RE 388 588 .PP … … 394 594 .sp 395 595 Example: 396 pdbedit \-i smbpasswd:/etc/smbpasswd\&.old 596 \FCpdbedit \-i smbpasswd:/etc/smbpasswd\&.old \F[] 397 597 .RE 398 598 .PP … … 404 604 .sp 405 605 Example: 406 pdbedit \-e smbpasswd:/root/samba\-users\&.backup 606 \FCpdbedit \-e smbpasswd:/root/samba\-users\&.backup\F[] 407 607 .RE 408 608 .PP … … 422 622 .sp 423 623 Example: 424 pdbedit \-b xml:/root/pdb\-backup\&.xml \-l 624 \FCpdbedit \-b xml:/root/pdb\-backup\&.xml \-l\F[] 425 625 .RE 426 626 .PP … … 432 632 .sp 433 633 Example: 434 pdbedit \-P "bad lockout attempt" 435 .sp 436 .if n \{\ 437 .RS 4 438 .\} 634 \FCpdbedit \-P "bad lockout attempt"\F[] 635 .sp 636 .if n \{\ 637 .RS 4 638 .\} 639 .fam C 640 .ps -1 439 641 .nf 642 .if t \{\ 643 .sp -1 644 .\} 645 .BB lightgray adjust-for-leading-newline 646 .sp -1 647 440 648 account policy value for bad lockout attempt is 0 441 .fi 649 .EB lightgray adjust-for-leading-newline 650 .if t \{\ 651 .sp 1 652 .\} 653 .fi 654 .fam 655 .ps +1 442 656 .if n \{\ 443 657 .RE … … 452 666 .sp 453 667 Example: 454 pdbedit \-P "bad lockout attempt" \-C 3 455 .sp 456 .if n \{\ 457 .RS 4 458 .\} 668 \FCpdbedit \-P "bad lockout attempt" \-C 3\F[] 669 .sp 670 .if n \{\ 671 .RS 4 672 .\} 673 .fam C 674 .ps -1 459 675 .nf 676 .if t \{\ 677 .sp -1 678 .\} 679 .BB lightgray adjust-for-leading-newline 680 .sp -1 681 460 682 account policy value for bad lockout attempt was 0 461 683 account policy value for bad lockout attempt is now 3 462 .fi 684 .EB lightgray adjust-for-leading-newline 685 .if t \{\ 686 .sp 1 687 .\} 688 .fi 689 .fam 690 .ps +1 463 691 .if n \{\ 464 692 .RE … … 476 704 .sp 477 705 Example: 478 pdbedit \-y \-i tdbsam: \-e ldapsam:ldap://my\&.ldap\&.host 706 \FCpdbedit \-y \-i tdbsam: \-e ldapsam:ldap://my\&.ldap\&.host\F[] 479 707 .RE 480 708 .PP … … 496 724 \m[blue]\fB\%smb.conf.5.html#\fR\m[] 497 725 parameter in the 498 smb\&.conf 726 \FCsmb\&.conf\F[] 499 727 file\&. 500 728 .RE … … 508 736 .RS 4 509 737 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 510 smb\&.conf 738 \FCsmb\&.conf\F[] 511 739 for more information\&. The default configuration file name is determined at compile time\&. 512 740 .RE
Note:
See TracChangeset
for help on using the changeset viewer.