/* * (C) Copyright 2001-2004 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */ /* * board/config.h - configuration options, board specific */ #ifndef __CONFIG_H #define __CONFIG_H /* * High Level Configuration Options * (easy to change) */ #define CONFIG_405GP 1 /* This is a PPC405 CPU */ #define CONFIG_4xx 1 /* ...member of PPC4xx family */ #define CONFIG_CPCI405 1 /* ...on a CPCI405 board */ #define CONFIG_CPCI405_VER2 1 /* ...version 2 */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ #define CONFIG_SYS_CLK_FREQ 33330000 /* external frequency to pll */ #define CONFIG_BAUDRATE 9600 #define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */ #undef CONFIG_BOOTARGS #undef CONFIG_BOOTCOMMAND #define CONFIG_PREBOOT /* enable preboot variable */ #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ #define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_PHY_ADDR 0 /* PHY address */ #define CONFIG_LXT971_NO_SLEEP 1 /* disable sleep mode in LXT971 */ #define CONFIG_RESET_PHY_R 1 /* use reset_phy() to disable phy sleep mode */ #define CONFIG_NET_MULTI 1 #undef CONFIG_HAS_ETH1 #define CONFIG_RTC_M48T35A 1 /* ST Electronics M48 timekeeper */ /* * BOOTP options */ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME #define CONFIG_BOOTP_BOOTPATH #define CONFIG_BOOTP_DNS #define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME /* * Command line configuration. */ #include #define CONFIG_CMD_DHCP #define CONFIG_CMD_PCI #define CONFIG_CMD_IRQ #define CONFIG_CMD_IDE #define CONFIG_CMD_FAT #define CONFIG_CMD_ELF #define CONFIG_CMD_DATE #define CONFIG_CMD_JFFS2 #define CONFIG_CMD_I2C #define CONFIG_CMD_MII #define CONFIG_CMD_PING #define CONFIG_CMD_BSP #define CONFIG_CMD_EEPROM #if 0 /* test-only */ #define CONFIG_NETCONSOLE #define CONFIG_NET_MULTI #ifdef CONFIG_NET_MULTI #define CONFIG_PHY1_ADDR 1 /* PHY address: for NetConsole */ #endif #endif #define CONFIG_MAC_PARTITION #define CONFIG_DOS_PARTITION #define CONFIG_SUPPORT_VFAT #undef CONFIG_AUTO_UPDATE /* autoupdate via compactflash */ #undef CONFIG_WATCHDOG /* watchdog disabled */ #define CONFIG_SDRAM_BANK0 1 /* init onboard SDRAM bank 0 */ /* * Miscellaneous configurable options */ #define CFG_LONGHELP /* undef to save memory */ #define CFG_PROMPT "=> " /* Monitor Command Prompt */ #undef CFG_HUSH_PARSER /* use "hush" command parser */ #ifdef CFG_HUSH_PARSER #define CFG_PROMPT_HUSH_PS2 "> " #endif #if defined(CONFIG_CMD_KGDB) #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */ #else #define CFG_CBSIZE 256 /* Console I/O Buffer Size */ #endif #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */ #define CFG_MAXARGS 16 /* max number of command args */ #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */ #define CFG_DEVICE_NULLDEV 1 /* include nulldev device */ #define CFG_CONSOLE_INFO_QUIET 1 /* don't print console @ startup*/ #define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */ #define CFG_MEMTEST_START 0x0400000 /* memtest works on */ #define CFG_MEMTEST_END 0x0C00000 /* 4 ... 12 MB in DRAM */ #undef CFG_EXT_SERIAL_CLOCK /* no external serial clock used */ #define CFG_IGNORE_405_UART_ERRATA_59 /* ignore ppc405gp errata #59 */ #define CFG_BASE_BAUD 691200 /* The following table includes the supported baudrates */ #define CFG_BAUDRATE_TABLE \ { 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, \ 57600, 115200, 230400, 460800, 921600 } #define CFG_LOAD_ADDR 0x100000 /* default load address */ #define CFG_EXTBDINFO 1 /* To use extended board_into (bd_t) */ #define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */ #define CONFIG_LOOPW 1 /* enable loopw command */ #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ /* Only interrupt boot if special string is typed */ #define CONFIG_AUTOBOOT_KEYED 1 #define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds\n" #undef CONFIG_AUTOBOOT_DELAY_STR #undef CONFIG_AUTOBOOT_STOP_STR /* defined via environment var */ #define CONFIG_AUTOBOOT_STOP_STR2 "esdesd" /* esd special for esd access*/ #define CONFIG_VERSION_VARIABLE 1 /* include version env variable */ #define CFG_RX_ETH_BUFFER 16 /* use 16 rx buffer on 405 emac */ /*----------------------------------------------------------------------- * PCI stuff *----------------------------------------------------------------------- */ #define PCI_HOST_ADAPTER 0 /* configure as pci adapter */ #define PCI_HOST_FORCE 1 /* configure as pci host */ #define PCI_HOST_AUTO 2 /* detected via arbiter enable */ #define CONFIG_PCI /* include pci support */ #define CONFIG_PCI_HOST PCI_HOST_AUTO /* select pci host function */ #define CONFIG_PCI_PNP /* do pci plug-and-play */ /* resource configuration */ #define CONFIG_PCI_SCAN_SHOW /* print pci devices @ startup */ #define CONFIG_PCI_CONFIG_HOST_BRIDGE 1 /* don't skip host bridge config*/ #define CONFIG_PCI_BOOTDELAY 0 /* enable pci bootdelay variable*/ #define CFG_PCI_SUBSYS_VENDORID 0x12FE /* PCI Vendor ID: esd gmbh */ #define CFG_PCI_SUBSYS_DEVICEID 0x0405 /* PCI Device ID: CPCI-405 */ #define CFG_PCI_SUBSYS_DEVICEID2 0x0406 /* PCI Device ID: CPCI-405-A */ #define CFG_PCI_CLASSCODE 0x0b20 /* PCI Class Code: Processor/PPC*/ #define CFG_PCI_PTM1LA (bd->bi_memstart) /* point to sdram */ #define CFG_PCI_PTM1MS (~(bd->bi_memsize - 1) | 1) /* memsize, enable hard-wired to 1 */ #define CFG_PCI_PTM1PCI 0x00000000 /* Host: use this pci address */ #define CFG_PCI_PTM2LA 0xffc00000 /* point to flash */ #define CFG_PCI_PTM2MS 0xffc00001 /* 4MB, enable */ #define CFG_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */ /*----------------------------------------------------------------------- * IDE/ATA stuff *----------------------------------------------------------------------- */ #undef CONFIG_IDE_8xx_DIRECT /* no pcmcia interface required */ #undef CONFIG_IDE_LED /* no led for ide supported */ #define CONFIG_IDE_RESET 1 /* reset for ide supported */ #define CFG_IDE_MAXBUS 1 /* max. 1 IDE busses */ #define CFG_IDE_MAXDEVICE (CFG_IDE_MAXBUS*1) /* max. 1 drives per IDE bus */ #define CFG_ATA_BASE_ADDR 0xF0100000 #define CFG_ATA_IDE0_OFFSET 0x0000 #define CFG_ATA_DATA_OFFSET 0x0000 /* Offset for data I/O */ #define CFG_ATA_REG_OFFSET 0x0000 /* Offset for normal register accesses */ #define CFG_ATA_ALT_OFFSET 0x0000 /* Offset for alternate registers */ /*----------------------------------------------------------------------- * Start addresses for the final memory configuration * (Set up by the startup code) * Please note that CFG_SDRAM_BASE _must_ start at 0 */ #define CFG_SDRAM_BASE 0x00000000 #define CFG_FLASH_BASE 0xFFFC0000 #define CFG_MONITOR_BASE CFG_FLASH_BASE #define CFG_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Monitor */ #define CFG_MALLOC_LEN (128 * 1024) /* Reserve 128 kB for malloc() */ /* * For booting Linux, the board info and command line data * have to be in the first 8 MB of memory, since this is * the maximum mapped by the Linux kernel during initialization. */ #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ /*----------------------------------------------------------------------- * FLASH organization */ #define CFG_MAX_FLASH_BANKS 2 /* max number of memory banks */ #define CFG_MAX_FLASH_SECT 256 /* max number of sectors on one chip */ #define CFG_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */ #define CFG_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */ #define CFG_FLASH_WORD_SIZE unsigned short /* flash word size (width) */ #define CFG_FLASH_ADDR0 0x5555 /* 1st address for flash config cycles */ #define CFG_FLASH_ADDR1 0x2AAA /* 2nd address for flash config cycles */ /* * The following defines are added for buggy IOP480 byte interface. * All other boards should use the standard values (CPCI405 etc.) */ #define CFG_FLASH_READ0 0x0000 /* 0 is standard */ #define CFG_FLASH_READ1 0x0001 /* 1 is standard */ #define CFG_FLASH_READ2 0x0002 /* 2 is standard */ #define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */ /* * JFFS2 partitions */ /* No command line, one static partition */ #undef CONFIG_JFFS2_CMDLINE #define CONFIG_JFFS2_DEV "nor0" #define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF #define CONFIG_JFFS2_PART_OFFSET 0x00000000 /* mtdparts command line support */ /* Use first bank for JFFS2, second bank contains U-Boot. * * Note: fake mtd_id's used, no linux mtd map file. */ /* #define CONFIG_JFFS2_CMDLINE #define MTDIDS_DEFAULT "nor0=cpci405dt-0" #define MTDPARTS_DEFAULT "mtdparts=cpci405dt-0:-(jffs2)" */ #if 0 /* Use NVRAM for environment variables */ /*----------------------------------------------------------------------- * NVRAM organization */ #define CFG_ENV_IS_IN_NVRAM 1 /* use NVRAM for environment vars */ #define CFG_ENV_SIZE 0x0ff8 /* Size of Environment vars */ #define CFG_ENV_ADDR \ (CFG_NVRAM_BASE_ADDR+CFG_NVRAM_SIZE-(CFG_ENV_SIZE+8)) /* Env */ #else /* Use EEPROM for environment variables */ #define CFG_ENV_IS_IN_EEPROM 1 /* use EEPROM for environment vars */ #define CFG_ENV_OFFSET 0x000 /* environment starts at the beginning of the EEPROM */ #define CFG_ENV_SIZE 0x800 /* 2048 bytes may be used for env vars*/ /* total size of a CAT24WC16 is 2048 bytes */ #endif #define CFG_NVRAM_BASE_ADDR 0xf0200000 /* NVRAM base address */ #define CFG_NVRAM_SIZE (32*1024) /* NVRAM size */ #define CFG_VXWORKS_MAC_PTR (CFG_NVRAM_BASE_ADDR+0x6900) /* VxWorks eth-addr*/ /*----------------------------------------------------------------------- * I2C EEPROM (CAT24WC16) for environment */ #define CONFIG_HARD_I2C /* I2c with hardware support */ #define CFG_I2C_SPEED 400000 /* I2C speed and slave address */ #define CFG_I2C_SLAVE 0x7F #define CFG_I2C_EEPROM_ADDR 0x50 /* EEPROM CAT28WC08 */ #define CFG_I2C_EEPROM_ADDR_LEN 1 /* Bytes of address */ /* mask of address bits that overflow into the "EEPROM chip address" */ #define CFG_I2C_EEPROM_ADDR_OVERFLOW 0x07 #define CFG_EEPROM_PAGE_WRITE_BITS 4 /* The Catalyst CAT24WC08 has */ /* 16 byte page write mode using*/ /* last 4 bits of the address */ #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */ #define CFG_EEPROM_PAGE_WRITE_ENABLE /* * Init Memory Controller: * * BR0/1 and OR0/1 (FLASH) */ #define FLASH_BASE0_PRELIM 0xFF800000 /* FLASH bank #0 */ #define FLASH_BASE1_PRELIM 0xFFC00000 /* FLASH bank #1 */ /*----------------------------------------------------------------------- * External Bus Controller (EBC) Setup */ /* Memory Bank 0 (Flash Bank 0) initialization */ #define CFG_EBC_PB0AP 0x92015480 #define CFG_EBC_PB0CR 0xFFC5A000 /* BAS=0xFFC,BS=4MB,BU=R/W,BW=16bit */ /* Memory Bank 1 (Flash Bank 1) initialization */ #define CFG_EBC_PB1AP 0x92015480 #define CFG_EBC_PB1CR 0xFF85A000 /* BAS=0xFF8,BS=4MB,BU=R/W,BW=16bit */ /* Memory Bank 2 (CAN0, 1) initialization */ #define CFG_EBC_PB2AP 0x010053C0 /* BWT=2,WBN=1,WBF=1,TH=1,RE=1,SOR=1,BEM=1 */ #define CFG_EBC_PB2CR 0xF0018000 /* BAS=0xF00,BS=1MB,BU=R/W,BW=8bit */ #define CFG_LED_ADDR 0xF0000380 /* Memory Bank 3 (CompactFlash IDE) initialization */ #define CFG_EBC_PB3AP 0x010053C0 /* BWT=2,WBN=1,WBF=1,TH=1,RE=1,SOR=1,BEM=1 */ #define CFG_EBC_PB3CR 0xF011A000 /* BAS=0xF01,BS=1MB,BU=R/W,BW=16bit */ /* Memory Bank 4 (NVRAM/RTC) initialization */ /*#define CFG_EBC_PB4AP 0x01805280 / * TWT=3,WBN=1,WBF=1,TH=1,SOR=1 */ #define CFG_EBC_PB4AP 0x01805680 /* TWT=3,WBN=1,WBF=1,TH=3,SOR=1 */ #define CFG_EBC_PB4CR 0xF0218000 /* BAS=0xF02,BS=1MB,BU=R/W,BW=8bit */ /* Memory Bank 5 (optional Quart) initialization */ #define CFG_EBC_PB5AP 0x04005B80 /* TWT=8,WBN=1,WBF=1,TH=5,RE=1,SOR=1*/ #define CFG_EBC_PB5CR 0xF0318000 /* BAS=0xF03,BS=1MB,BU=R/W,BW=8bit */ /* Memory Bank 6 (FPGA internal) initialization */ #define CFG_EBC_PB6AP 0x010053C0 /* BWT=2,WBN=1,WBF=1,TH=1,RE=1,SOR=1,BEM=1 */ #define CFG_EBC_PB6CR 0xF041A000 /* BAS=0xF01,BS=1MB,BU=R/W,BW=16bit */ #define CFG_FPGA_BASE_ADDR 0xF0400000 /*----------------------------------------------------------------------- * FPGA stuff */ /* FPGA internal regs */ #define CFG_FPGA_MODE 0x00 #define CFG_FPGA_STATUS 0x02 #define CFG_FPGA_TS 0x04 #define CFG_FPGA_TS_LOW 0x06 #define CFG_FPGA_TS_CAP0 0x10 #define CFG_FPGA_TS_CAP0_LOW 0x12 #define CFG_FPGA_TS_CAP1 0x14 #define CFG_FPGA_TS_CAP1_LOW 0x16 #define CFG_FPGA_TS_CAP2 0x18 #define CFG_FPGA_TS_CAP2_LOW 0x1a #define CFG_FPGA_TS_CAP3 0x1c #define CFG_FPGA_TS_CAP3_LOW 0x1e /* FPGA Mode Reg */ #define CFG_FPGA_MODE_CF_RESET 0x0001 #define CFG_FPGA_MODE_DUART_RESET 0x0002 #define CFG_FPGA_MODE_ENABLE_OUTPUT 0x0004 /* only set on CPCI-405 Ver 3 */ #define CFG_FPGA_MODE_TS_IRQ_ENABLE 0x0100 #define CFG_FPGA_MODE_TS_IRQ_CLEAR 0x1000 #define CFG_FPGA_MODE_TS_CLEAR 0x2000 /* FPGA Status Reg */ #define CFG_FPGA_STATUS_DIP0 0x0001 #define CFG_FPGA_STATUS_DIP1 0x0002 #define CFG_FPGA_STATUS_DIP2 0x0004 #define CFG_FPGA_STATUS_FLASH 0x0008 #define CFG_FPGA_STATUS_TS_IRQ 0x1000 #define CFG_FPGA_SPARTAN2 1 /* using Xilinx Spartan 2 now */ #define CFG_FPGA_MAX_SIZE 32*1024 /* 32kByte is enough for XC2S15 */ /* FPGA program pin configuration */ #define CFG_FPGA_PRG 0x04000000 /* FPGA program pin (ppc output) */ #define CFG_FPGA_CLK 0x02000000 /* FPGA clk pin (ppc output) */ #define CFG_FPGA_DATA 0x01000000 /* FPGA data pin (ppc output) */ #define CFG_FPGA_INIT 0x00010000 /* FPGA init pin (ppc input) */ #define CFG_FPGA_DONE 0x00008000 /* FPGA done pin (ppc input) */ /*----------------------------------------------------------------------- * Definitions for initial stack pointer and data area (in data cache) */ #define CFG_INIT_DCACHE_CS 7 /* use cs # 7 for data cache memory */ #define CFG_INIT_RAM_ADDR 0x40000000 /* use data cache */ #define CFG_INIT_RAM_END 0x2000 /* End of used area in RAM */ #define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */ #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE) #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET /* * Internal Definitions * * Boot Flags */ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ #endif /* __CONFIG_H */ 40' href='#n340'>340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059
%PDF-1.2
%
1 0 obj<</Producer(htmldoc 1.8.11 Copyright 1997-2001 Easy Software Products, All Rights Reserved.)/CreationDate(D:20010424184435Z)/Title(SAMBA Project Documentation)/Creator(Modular DocBook HTML Stylesheet Version 1.57)>>endobj
2 0 obj<</Type/Encoding/Differences[ 32/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/minus/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 128/Euro 130/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE 145/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe 159/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]>>endobj
3 0 obj<</Type/Font/Subtype/Type1/BaseFont/Courier/Encoding 2 0 R>>endobj
4 0 obj<</Type/Font/Subtype/Type1/BaseFont/Courier-Bold/Encoding 2 0 R>>endobj
5 0 obj<</Type/Font/Subtype/Type1/BaseFont/Courier-Oblique/Encoding 2 0 R>>endobj
6 0 obj<</Type/Font/Subtype/Type1/BaseFont/Courier-BoldOblique/Encoding 2 0 R>>endobj
7 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-Roman/Encoding 2 0 R>>endobj
8 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-Bold/Encoding 2 0 R>>endobj
9 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-Italic/Encoding 2 0 R>>endobj
10 0 obj<</Type/Font/Subtype/Type1/BaseFont/Helvetica/Encoding 2 0 R>>endobj
11 0 obj<</Type/Font/Subtype/Type1/BaseFont/Helvetica-Bold/Encoding 2 0 R>>endobj
12 0 obj<</Type/Font/Subtype/Type1/BaseFont/Symbol>>endobj
13 0 obj<</S/URI/URI(http://www.samba.org/)>>endobj
14 0 obj<</Subtype/Link/Rect[188.7 476.2 290.2 489.2]/Border[0 0 0]/A 13 0 R>>endobj
15 0 obj<</S/URI/URI(mailto:jerry@samba.org)>>endobj
16 0 obj<</Subtype/Link/Rect[72.0 463.0 148.4 476.0]/Border[0 0 0]/A 15 0 R>>endobj
17 0 obj[14 0 R
16 0 R
]endobj
18 0 obj<</S/URI/URI(http://www.samba.org/)>>endobj
19 0 obj<</Subtype/Link/Rect[369.9 587.8 471.0 600.8]/Border[0 0 0]/A 18 0 R>>endobj
20 0 obj[19 0 R
]endobj
21 0 obj<</Subtype/Link/Rect[295.1 319.4 385.6 332.4]/Border[0 0 0]/Dest[440 0 R/XYZ null 656 0]>>endobj
22 0 obj[21 0 R
]endobj
23 0 obj<</S/URI/URI(http://www.microsoft.com/NTServer/nts/downloads/winfeatures/NTSDistrFile/AdminGuide.asp)>>endobj
24 0 obj<</Subtype/Link/Rect[72.0 590.2 183.5 603.2]/Border[0 0 0]/A 23 0 R>>endobj
25 0 obj<</S/URI/URI(#HOSTMSDFS)>>endobj
26 0 obj<</Subtype/Link/Rect[347.8 511.0 420.4 524.0]/Border[0 0 0]/A 25 0 R>>endobj
27 0 obj<</S/URI/URI(#MSDFSROOT)>>endobj
28 0 obj<</Subtype/Link/Rect[383.6 497.8 456.2 510.8]/Border[0 0 0]/A 27 0 R>>endobj
29 0 obj[24 0 R
26 0 R
28 0 R
]endobj
30 0 obj<</S/URI/URI(http://imprints.sourceforge.net)>>endobj
31 0 obj<</Subtype/Link/Rect[146.5 548.2 280.3 561.2]/Border[0 0 0]/A 30 0 R>>endobj
32 0 obj<</S/URI/URI(http://msdn.microsoft.com/)>>endobj
33 0 obj<</Subtype/Link/Rect[221.4 521.8 341.1 534.8]/Border[0 0 0]/A 32 0 R>>endobj
34 0 obj<</Subtype/Link/Rect[460.9 252.2 541.6 265.2]/Border[0 0 0]/Dest[470 0 R/XYZ null 528 0]>>endobj
35 0 obj[31 0 R
33 0 R
34 0 R
]endobj
36 0 obj<</S/URI/URI(#WRITELIST)>>endobj
37 0 obj<</Subtype/Link/Rect[91.9 663.4 157.9 676.4]/Border[0 0 0]/A 36 0 R>>endobj
38 0 obj<</S/URI/URI(conf.5.html)>>endobj
39 0 obj<</Subtype/Link/Rect[192.7 650.2 291.3 663.2]/Border[0 0 0]/A 38 0 R>>endobj
40 0 obj<</S/URI/URI(#GUESTOK)>>endobj
41 0 obj<</Subtype/Link/Rect[163.3 623.8 228.6 636.8]/Border[0 0 0]/A 40 0 R>>endobj
42 0 obj<</S/URI/URI(#MAPTOGUEST)>>endobj
43 0 obj<</Subtype/Link/Rect[401.4 518.2 492.0 531.2]/Border[0 0 0]/A 42 0 R>>endobj
44 0 obj<</S/URI/URI(#MAPTOGUEST)>>endobj
45 0 obj<</Subtype/Link/Rect[108.0 505.0 130.0 518.0]/Border[0 0 0]/A 44 0 R>>endobj
46 0 obj<</S/URI/URI(#PRINTERADMIN)>>endobj
47 0 obj<</Subtype/Link/Rect[433.8 233.0 526.2 246.0]/Border[0 0 0]/A 46 0 R>>endobj
48 0 obj[37 0 R
39 0 R
41 0 R
43 0 R
45 0 R
47 0 R
]endobj
49 0 obj<</S/URI/URI(rpcclient.1.html)>>endobj
50 0 obj<</Subtype/Link/Rect[239.1 342.2 382.1 355.2]/Border[0 0 0]/A 49 0 R>>endobj
51 0 obj[50 0 R
]endobj
52 0 obj<</S/URI/URI(#SHOWADDPRINTERWIZARD)>>endobj
53 0 obj<</Subtype/Link/Rect[108.0 584.6 306.0 597.6]/Border[0 0 0]/A 52 0 R>>endobj
54 0 obj<</S/URI/URI(#ADDPRINTERCOMMAND)>>endobj
55 0 obj<</Subtype/Link/Rect[456.6 558.2 522.6 571.2]/Border[0 0 0]/A 54 0 R>>endobj
56 0 obj<</S/URI/URI(#ADDPRINTERCOMMAND)>>endobj
57 0 obj<</Subtype/Link/Rect[72.0 545.0 118.2 558.0]/Border[0 0 0]/A 56 0 R>>endobj
58 0 obj<</S/URI/URI(#DELETEPRINTERCOMMAND)>>endobj
59 0 obj<</Subtype/Link/Rect[189.3 439.4 334.5 452.4]/Border[0 0 0]/A 58 0 R>>endobj
60 0 obj<</S/URI/URI(#ENUMPORTSCOMMAND)>>endobj
61 0 obj<</Subtype/Link/Rect[451.4 262.2 510.8 275.2]/Border[0 0 0]/A 60 0 R>>endobj
62 0 obj<</S/URI/URI(#ENUMPORTSCOMMAND)>>endobj
63 0 obj<</Subtype/Link/Rect[72.0 249.0 118.2 262.0]/Border[0 0 0]/A 62 0 R>>endobj
64 0 obj<</S/URI/URI(http://imprints.sourceforge.net/)>>endobj
65 0 obj<</Subtype/Link/Rect[303.3 164.2 442.9 177.2]/Border[0 0 0]/A 64 0 R>>endobj
66 0 obj[53 0 R
55 0 R
57 0 R
59 0 R
61 0 R
63 0 R
65 0 R
]endobj
67 0 obj<</S/URI/URI(http://imprints.sourceforge.net/)>>endobj
68 0 obj<</Subtype/Link/Rect[108.0 83.0 244.9 96.0]/Border[0 0 0]/A 67 0 R>>endobj
69 0 obj[68 0 R
]endobj
70 0 obj<</S/URI/URI(smbpasswd.8.html)>>endobj
71 0 obj<</Subtype/Link/Rect[221.4 416.2 287.7 429.2]/Border[0 0 0]/A 70 0 R>>endobj
72 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
73 0 obj<</Subtype/Link/Rect[353.1 99.4 425.7 112.4]/Border[0 0 0]/A 72 0 R>>endobj
74 0 obj<</S/URI/URI(#SECURITY)>>endobj
75 0 obj<</Subtype/Link/Rect[169.1 59.8 241.7 72.8]/Border[0 0 0]/A 74 0 R>>endobj
76 0 obj[71 0 R
73 0 R
75 0 R
]endobj
77 0 obj<</S/URI/URI(#WORKGROUP)>>endobj
78 0 obj<</Subtype/Link/Rect[146.2 694.6 225.4 707.6]/Border[0 0 0]/A 77 0 R>>endobj
79 0 obj<</S/URI/URI(#ENCRYPTPASSWORDS)>>endobj
80 0 obj<</Subtype/Link/Rect[224.7 615.4 343.5 628.4]/Border[0 0 0]/A 79 0 R>>endobj
81 0 obj<</S/URI/URI(#PASSWORDSERVER)>>endobj
82 0 obj<</Subtype/Link/Rect[188.7 575.8 307.5 588.8]/Border[0 0 0]/A 81 0 R>>endobj
83 0 obj[78 0 R
80 0 R
82 0 R
]endobj
84 0 obj<</S/URI/URI(#SECURITYEQUALSSERVER)>>endobj
85 0 obj<</Subtype/Link/Rect[277.9 651.4 354.1 664.4]/Border[0 0 0]/A 84 0 R>>endobj
86 0 obj<</S/URI/URI(winbind.html)>>endobj
87 0 obj<</Subtype/Link/Rect[153.9 598.6 222.3 611.6]/Border[0 0 0]/A 86 0 R>>endobj
88 0 obj<</S/URI/URI(http://www.linuxworld.com)>>endobj
89 0 obj<</Subtype/Link/Rect[443.5 281.8 500.6 294.8]/Border[0 0 0]/A 88 0 R>>endobj
90 0 obj<</S/URI/URI(http://www.linuxworld.com/linuxworld/lw-1998-10/lw-10-samba.html)>>endobj
91 0 obj<</Subtype/Link/Rect[72.0 268.6 189.3 281.6]/Border[0 0 0]/A 90 0 R>>endobj
92 0 obj[85 0 R
87 0 R
89 0 R
91 0 R
]endobj
93 0 obj<</S/URI/URI(UNIX_INSTALL.html)>>endobj
94 0 obj<</Subtype/Link/Rect[446.0 273.4 547.7 286.4]/Border[0 0 0]/A 93 0 R>>endobj
95 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
96 0 obj<</Subtype/Link/Rect[72.0 247.0 173.4 260.0]/Border[0 0 0]/A 95 0 R>>endobj
97 0 obj[94 0 R
96 0 R
]endobj
98 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
99 0 obj<</Subtype/Link/Rect[468.3 677.8 549.6 690.8]/Border[0 0 0]/A 98 0 R>>endobj
100 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
101 0 obj<</Subtype/Link/Rect[72.0 664.6 92.8 677.6]/Border[0 0 0]/A 100 0 R>>endobj
102 0 obj<</S/URI/URI(#NETBIOSNAME)>>endobj
103 0 obj<</Subtype/Link/Rect[94.6 591.2 159.4 602.2]/Border[0 0 0]/A 102 0 R>>endobj
104 0 obj<</S/URI/URI(#WORKGROUP)>>endobj
105 0 obj<</Subtype/Link/Rect[94.6 580.4 143.2 591.4]/Border[0 0 0]/A 104 0 R>>endobj
106 0 obj<</S/URI/URI(#OSLEVEL)>>endobj
107 0 obj<</Subtype/Link/Rect[94.6 548.0 137.8 559.0]/Border[0 0 0]/A 106 0 R>>endobj
108 0 obj<</S/URI/URI(#PERFERREDMASTER)>>endobj
109 0 obj<</Subtype/Link/Rect[94.6 537.2 181.0 548.2]/Border[0 0 0]/A 108 0 R>>endobj
110 0 obj<</S/URI/URI(#DOMAINMASTER)>>endobj
111 0 obj<</Subtype/Link/Rect[94.6 526.4 164.8 537.4]/Border[0 0 0]/A 110 0 R>>endobj
112 0 obj<</S/URI/URI(#LOCALMASTER)>>endobj
113 0 obj<</Subtype/Link/Rect[94.6 515.6 159.4 526.6]/Border[0 0 0]/A 112 0 R>>endobj
114 0 obj<</S/URI/URI(#SECURITYEQUALSUSER)>>endobj
115 0 obj<</Subtype/Link/Rect[94.6 483.2 137.8 494.2]/Border[0 0 0]/A 114 0 R>>endobj
116 0 obj<</S/URI/URI(#ENCRYPTPASSWORDS)>>endobj
117 0 obj<</Subtype/Link/Rect[94.6 450.8 186.4 461.8]/Border[0 0 0]/A 116 0 R>>endobj
118 0 obj<</S/URI/URI(#DOMAINLOGONS)>>endobj
119 0 obj<</Subtype/Link/Rect[94.6 418.4 164.8 429.4]/Border[0 0 0]/A 118 0 R>>endobj
120 0 obj<</S/URI/URI(#LOGONPATH)>>endobj
121 0 obj<</Subtype/Link/Rect[94.6 386.0 148.6 397.0]/Border[0 0 0]/A 120 0 R>>endobj
122 0 obj<</S/URI/URI(#LOGONDRIVE)>>endobj
123 0 obj<</Subtype/Link/Rect[94.6 342.8 154.0 353.8]/Border[0 0 0]/A 122 0 R>>endobj
124 0 obj<</S/URI/URI(#LOGONHOME)>>endobj
125 0 obj<</Subtype/Link/Rect[94.6 332.0 148.6 343.0]/Border[0 0 0]/A 124 0 R>>endobj
126 0 obj<</S/URI/URI(#LOGONSCRIPT)>>endobj
127 0 obj<</Subtype/Link/Rect[94.6 288.8 159.4 299.8]/Border[0 0 0]/A 126 0 R>>endobj
128 0 obj<</S/URI/URI(#PATH)>>endobj
129 0 obj<</Subtype/Link/Rect[94.6 245.6 116.2 256.6]/Border[0 0 0]/A 128 0 R>>endobj
130 0 obj<</S/URI/URI(#WRITEABLE)>>endobj
131 0 obj<</Subtype/Link/Rect[94.6 234.8 143.2 245.8]/Border[0 0 0]/A 130 0 R>>endobj
132 0 obj<</S/URI/URI(#WRITELIST)>>endobj
133 0 obj<</Subtype/Link/Rect[94.6 224.0 148.6 235.0]/Border[0 0 0]/A 132 0 R>>endobj
134 0 obj<</S/URI/URI(#PATH)>>endobj
135 0 obj<</Subtype/Link/Rect[94.6 180.8 116.2 191.8]/Border[0 0 0]/A 134 0 R>>endobj
136 0 obj<</S/URI/URI(#WRITEABLE)>>endobj
137 0 obj<</Subtype/Link/Rect[94.6 170.0 143.2 181.0]/Border[0 0 0]/A 136 0 R>>endobj
138 0 obj<</S/URI/URI(#CREATEMASK)>>endobj
139 0 obj<</Subtype/Link/Rect[94.6 159.2 154.0 170.2]/Border[0 0 0]/A 138 0 R>>endobj
140 0 obj<</S/URI/URI(#DIRECTORYMASK)>>endobj
141 0 obj<</Subtype/Link/Rect[94.6 148.4 170.2 159.4]/Border[0 0 0]/A 140 0 R>>endobj
142 0 obj<</S/URI/URI(ENCRYPTION.html)>>endobj
143 0 obj<</Subtype/Link/Rect[108.0 82.6 200.6 95.6]/Border[0 0 0]/A 142 0 R>>endobj
144 0 obj[99 0 R
101 0 R
103 0 R
105 0 R
107 0 R
109 0 R
111 0 R
113 0 R
115 0 R
117 0 R
119 0 R
121 0 R
123 0 R
125 0 R
127 0 R
129 0 R
131 0 R
133 0 R
135 0 R
137 0 R
139 0 R
141 0 R
143 0 R
]endobj
145 0 obj<</S/URI/URI(#DOMAINADMONUSERS)>>endobj
146 0 obj<</Subtype/Link/Rect[505.2 668.2 538.2 681.2]/Border[0 0 0]/A 145 0 R>>endobj
147 0 obj<</S/URI/URI(#DOMAINADMONUSERS)>>endobj
148 0 obj<</Subtype/Link/Rect[72.0 655.0 124.9 668.0]/Border[0 0 0]/A 147 0 R>>endobj
149 0 obj<</S/URI/URI(#DOMAINADMINGROUP)>>endobj
150 0 obj<</Subtype/Link/Rect[146.2 655.0 240.7 668.0]/Border[0 0 0]/A 149 0 R>>endobj
151 0 obj[146 0 R
148 0 R
150 0 R
]endobj
152 0 obj<</S/URI/URI(#ADDUSERSCRIPT)>>endobj
153 0 obj<</Subtype/Link/Rect[304.2 707.8 371.1 720.8]/Border[0 0 0]/A 152 0 R>>endobj
154 0 obj[153 0 R
]endobj
155 0 obj<</S/URI/URI(http://www.microsoft.com/ntserver/management/deployment/planguide/prof_policies.asp)>>endobj
156 0 obj<</Subtype/Link/Rect[164.2 464.6 409.3 477.6]/Border[0 0 0]/A 155 0 R>>endobj
157 0 obj[156 0 R
]endobj
158 0 obj<</S/URI/URI(ftp://ftp.microsoft.com/Softlib/MSLFILES/NEXUS.EXE)>>endobj
159 0 obj<</Subtype/Link/Rect[251.9 562.6 504.0 575.6]/Border[0 0 0]/A 158 0 R>>endobj
160 0 obj<</S/URI/URI(ftp://ftp.microsoft.com/Softlib/MSLFILES/SRVTOOLS.EXE)>>endobj
161 0 obj<</Subtype/Link/Rect[176.2 523.0 448.5 536.0]/Border[0 0 0]/A 160 0 R>>endobj
162 0 obj<</S/URI/URI(http://www.tcpdump.org/)>>endobj
163 0 obj<</Subtype/Link/Rect[316.1 121.4 422.1 134.4]/Border[0 0 0]/A 162 0 R>>endobj
164 0 obj<</S/URI/URI(http://www.ethereal.com/)>>endobj
165 0 obj<</Subtype/Link/Rect[343.3 108.2 452.6 121.2]/Border[0 0 0]/A 164 0 R>>endobj
166 0 obj[159 0 R
161 0 R
163 0 R
165 0 R
]endobj
167 0 obj<</S/URI/URI(http://samba.org)>>endobj
168 0 obj<</Subtype/Link/Rect[200.3 161.0 274.8 174.0]/Border[0 0 0]/A 167 0 R>>endobj
169 0 obj<</S/URI/URI(http://www.skippy.net/linux/smb-howto.html)>>endobj
170 0 obj<</Subtype/Link/Rect[336.8 121.4 541.7 134.4]/Border[0 0 0]/A 169 0 R>>endobj
171 0 obj<</S/URI/URI(http://bioserve.latrobe.edu.au/samba)>>endobj
172 0 obj<</Subtype/Link/Rect[108.0 95.0 267.8 108.0]/Border[0 0 0]/A 171 0 R>>endobj
173 0 obj<</S/URI/URI(http://samba.org/cifs/)>>endobj
174 0 obj<</Subtype/Link/Rect[248.9 81.8 345.4 94.8]/Border[0 0 0]/A 173 0 R>>endobj
175 0 obj<</S/URI/URI(http://mailhost.cb1.com/~lkcl/ntdom/)>>endobj
176 0 obj<</Subtype/Link/Rect[208.2 68.6 375.2 81.6]/Border[0 0 0]/A 175 0 R>>endobj
177 0 obj[168 0 R
170 0 R
172 0 R
174 0 R
176 0 R
]endobj
178 0 obj<</S/URI/URI(ftp://ftp.microsoft.com/developr/drg/CIFS/)>>endobj
179 0 obj<</Subtype/Link/Rect[244.3 721.0 435.9 734.0]/Border[0 0 0]/A 178 0 R>>endobj
180 0 obj<</S/URI/URI(http://samba.org)>>endobj
181 0 obj<</Subtype/Link/Rect[325.0 623.0 396.8 636.0]/Border[0 0 0]/A 180 0 R>>endobj
182 0 obj<</S/URI/URI(http://www.samba-tng.org/)>>endobj
183 0 obj<</Subtype/Link/Rect[265.1 583.4 386.8 596.4]/Border[0 0 0]/A 182 0 R>>endobj
184 0 obj<</S/URI/URI(http://lists.samba.org/)>>endobj
185 0 obj<</Subtype/Link/Rect[72.0 161.0 164.3 174.0]/Border[0 0 0]/A 184 0 R>>endobj
186 0 obj<</S/URI/URI(http://lists.samba.org/mailman/roster/samba-ntdom)>>endobj
187 0 obj<</Subtype/Link/Rect[237.9 147.8 259.6 160.8]/Border[0 0 0]/A 186 0 R>>endobj
188 0 obj[179 0 R
181 0 R
183 0 R
185 0 R
187 0 R
]endobj
189 0 obj<</S/URI/URI(#NTACLSUPPORT)>>endobj
190 0 obj<</Subtype/Link/Rect[342.7 533.8 441.7 546.8]/Border[0 0 0]/A 189 0 R>>endobj
191 0 obj[190 0 R
]endobj
192 0 obj<</S/URI/URI(#SECURITYMASK)>>endobj
193 0 obj<</Subtype/Link/Rect[88.2 668.2 180.6 681.2]/Border[0 0 0]/A 192 0 R>>endobj
194 0 obj<</S/URI/URI(#CREATEMASK)>>endobj
195 0 obj<</Subtype/Link/Rect[358.9 589.0 438.1 602.0]/Border[0 0 0]/A 194 0 R>>endobj
196 0 obj<</S/URI/URI(#FORCESECURITYMODE)>>endobj
197 0 obj<</Subtype/Link/Rect[427.0 536.2 526.0 549.2]/Border[0 0 0]/A 196 0 R>>endobj
198 0 obj<</S/URI/URI(#FORCESECURITYMODE)>>endobj
199 0 obj<</Subtype/Link/Rect[72.0 523.0 98.4 536.0]/Border[0 0 0]/A 198 0 R>>endobj
200 0 obj<</S/URI/URI(#FORCECREATEMODE)>>endobj
201 0 obj<</Subtype/Link/Rect[358.9 443.8 477.7 456.8]/Border[0 0 0]/A 200 0 R>>endobj
202 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
203 0 obj<</Subtype/Link/Rect[72.0 166.6 151.2 179.6]/Border[0 0 0]/A 202 0 R>>endobj
204 0 obj[193 0 R
195 0 R
197 0 R
199 0 R
201 0 R
203 0 R
]endobj
205 0 obj<</S/URI/URI(http://carol.wins.uva.nl/~leeuw/samba/warp.html)>>endobj
206 0 obj<</Subtype/Link/Rect[331.1 607.0 550.0 620.0]/Border[0 0 0]/A 205 0 R>>endobj
207 0 obj<</S/URI/URI(ftp://ftp.microsoft.com/BusSys/Clients/LANMAN.OS2/)>>endobj
208 0 obj<</Subtype/Link/Rect[72.0 241.4 319.2 254.4]/Border[0 0 0]/A 207 0 R>>endobj
209 0 obj<</S/URI/URI(http://carol.wins.uva.nl/~leeuw/lanman.html)>>endobj
210 0 obj<</Subtype/Link/Rect[346.1 241.4 544.2 254.4]/Border[0 0 0]/A 209 0 R>>endobj
211 0 obj<</S/URI/URI(ftp://ftp.cdrom.com/pub/os2/network/ndis/)>>endobj
212 0 obj<</Subtype/Link/Rect[175.9 117.8 366.2 130.8]/Border[0 0 0]/A 211 0 R>>endobj
213 0 obj[206 0 R
208 0 R
210 0 R
212 0 R
]endobj
214 0 obj<</S/URI/URI(http://carol.wins.uva.nl/~leeuw/samba/fix.html)>>endobj
215 0 obj<</Subtype/Link/Rect[225.7 661.0 434.8 674.0]/Border[0 0 0]/A 214 0 R>>endobj
216 0 obj[215 0 R
]endobj
217 0 obj<</Subtype/Link/Rect[72.0 684.0 277.3 697.0]/Border[0 0 0]/Dest[413 0 R/XYZ null 798 0]>>endobj
218 0 obj<</Subtype/Link/Rect[108.0 670.8 249.2 683.8]/Border[0 0 0]/Dest[413 0 R/XYZ null 730 0]>>endobj
219 0 obj<</Subtype/Link/Rect[108.0 657.6 255.0 670.6]/Border[0 0 0]/Dest[413 0 R/XYZ null 593 0]>>endobj
220 0 obj<</Subtype/Link/Rect[108.0 644.4 257.7 657.4]/Border[0 0 0]/Dest[413 0 R/XYZ null 178 0]>>endobj
221 0 obj<</Subtype/Link/Rect[108.0 631.2 309.0 644.2]/Border[0 0 0]/Dest[416 0 R/XYZ null 739 0]>>endobj
222 0 obj<</Subtype/Link/Rect[108.0 618.0 316.7 631.0]/Border[0 0 0]/Dest[416 0 R/XYZ null 379 0]>>endobj
223 0 obj<</Subtype/Link/Rect[108.0 604.8 284.9 617.8]/Border[0 0 0]/Dest[416 0 R/XYZ null 268 0]>>endobj
224 0 obj<</Subtype/Link/Rect[108.0 591.6 280.0 604.6]/Border[0 0 0]/Dest[419 0 R/XYZ null 768 0]>>endobj
225 0 obj<</Subtype/Link/Rect[108.0 578.4 328.6 591.4]/Border[0 0 0]/Dest[419 0 R/XYZ null 266 0]>>endobj
226 0 obj<</Subtype/Link/Rect[108.0 565.2 364.9 578.2]/Border[0 0 0]/Dest[422 0 R/XYZ null 686 0]>>endobj
227 0 obj<</Subtype/Link/Rect[108.0 552.0 315.8 565.0]/Border[0 0 0]/Dest[422 0 R/XYZ null 509 0]>>endobj
228 0 obj<</Subtype/Link/Rect[108.0 538.8 514.3 551.8]/Border[0 0 0]/Dest[422 0 R/XYZ null 332 0]>>endobj
229 0 obj<</Subtype/Link/Rect[108.0 525.6 259.4 538.6]/Border[0 0 0]/Dest[425 0 R/XYZ null 768 0]>>endobj
230 0 obj<</Subtype/Link/Rect[108.0 512.4 236.0 525.4]/Border[0 0 0]/Dest[425 0 R/XYZ null 577 0]>>endobj
231 0 obj<</Subtype/Link/Rect[108.0 499.2 186.5 512.2]/Border[0 0 0]/Dest[425 0 R/XYZ null 505 0]>>endobj
232 0 obj<</Subtype/Link/Rect[108.0 486.0 267.2 499.0]/Border[0 0 0]/Dest[425 0 R/XYZ null 394 0]>>endobj
233 0 obj<</Subtype/Link/Rect[108.0 472.8 295.6 485.8]/Border[0 0 0]/Dest[428 0 R/XYZ null 739 0]>>endobj
234 0 obj<</Subtype/Link/Rect[108.0 459.6 177.7 472.6]/Border[0 0 0]/Dest[428 0 R/XYZ null 615 0]>>endobj
235 0 obj<</Subtype/Link/Rect[108.0 446.4 232.3 459.4]/Border[0 0 0]/Dest[431 0 R/XYZ null 768 0]>>endobj
236 0 obj<</Subtype/Link/Rect[108.0 433.2 232.6 446.2]/Border[0 0 0]/Dest[431 0 R/XYZ null 683 0]>>endobj
237 0 obj<</Subtype/Link/Rect[72.0 406.8 371.8 419.8]/Border[0 0 0]/Dest[434 0 R/XYZ null 798 0]>>endobj
238 0 obj<</Subtype/Link/Rect[108.0 393.6 181.6 406.6]/Border[0 0 0]/Dest[434 0 R/XYZ null 706 0]>>endobj
239 0 obj<</Subtype/Link/Rect[108.0 380.4 210.7 393.4]/Border[0 0 0]/Dest[434 0 R/XYZ null 569 0]>>endobj
240 0 obj<</Subtype/Link/Rect[108.0 367.2 268.7 380.2]/Border[0 0 0]/Dest[437 0 R/XYZ null 699 0]>>endobj
241 0 obj<</Subtype/Link/Rect[108.0 354.0 277.0 367.0]/Border[0 0 0]/Dest[437 0 R/XYZ null 220 0]>>endobj
242 0 obj<</Subtype/Link/Rect[108.0 340.8 316.7 353.8]/Border[0 0 0]/Dest[440 0 R/XYZ null 768 0]>>endobj
243 0 obj<</Subtype/Link/Rect[108.0 327.6 215.2 340.6]/Border[0 0 0]/Dest[440 0 R/XYZ null 656 0]>>endobj
244 0 obj<</Subtype/Link/Rect[108.0 314.4 246.4 327.4]/Border[0 0 0]/Dest[443 0 R/XYZ null 399 0]>>endobj
245 0 obj<</Subtype/Link/Rect[108.0 301.2 362.5 314.2]/Border[0 0 0]/Dest[446 0 R/XYZ null 475 0]>>endobj
246 0 obj<</Subtype/Link/Rect[72.0 274.8 402.3 287.8]/Border[0 0 0]/Dest[449 0 R/XYZ null 798 0]>>endobj
247 0 obj<</Subtype/Link/Rect[108.0 261.6 179.2 274.6]/Border[0 0 0]/Dest[449 0 R/XYZ null 706 0]>>endobj
248 0 obj<</Subtype/Link/Rect[108.0 248.4 161.2 261.4]/Border[0 0 0]/Dest[452 0 R/XYZ null 673 0]>>endobj
249 0 obj<</Subtype/Link/Rect[72.0 222.0 277.1 235.0]/Border[0 0 0]/Dest[455 0 R/XYZ null 798 0]>>endobj
250 0 obj<</Subtype/Link/Rect[108.0 208.8 181.6 221.8]/Border[0 0 0]/Dest[455 0 R/XYZ null 730 0]>>endobj
251 0 obj<</Subtype/Link/Rect[108.0 195.6 189.0 208.6]/Border[0 0 0]/Dest[455 0 R/XYZ null 474 0]>>endobj
252 0 obj<</Subtype/Link/Rect[108.0 182.4 209.7 195.4]/Border[0 0 0]/Dest[455 0 R/XYZ null 244 0]>>endobj
253 0 obj<</Subtype/Link/Rect[108.0 169.2 294.4 182.2]/Border[0 0 0]/Dest[461 0 R/XYZ null 768 0]>>endobj
254 0 obj<</Subtype/Link/Rect[108.0 156.0 287.3 169.0]/Border[0 0 0]/Dest[461 0 R/XYZ null 445 0]>>endobj
255 0 obj<</Subtype/Link/Rect[108.0 142.8 350.9 155.8]/Border[0 0 0]/Dest[464 0 R/XYZ null 727 0]>>endobj
256 0 obj<</Subtype/Link/Rect[108.0 129.6 242.1 142.6]/Border[0 0 0]/Dest[464 0 R/XYZ null 444 0]>>endobj
257 0 obj<</Subtype/Link/Rect[108.0 116.4 220.1 129.4]/Border[0 0 0]/Dest[464 0 R/XYZ null 254 0]>>endobj
258 0 obj<</Subtype/Link/Rect[108.0 103.2 214.3 116.2]/Border[0 0 0]/Dest[467 0 R/XYZ null 768 0]>>endobj
259 0 obj<</Subtype/Link/Rect[108.0 90.0 281.2 103.0]/Border[0 0 0]/Dest[467 0 R/XYZ null 630 0]>>endobj
260 0 obj<</Subtype/Link/Rect[108.0 76.8 222.3 89.8]/Border[0 0 0]/Dest[467 0 R/XYZ null 532 0]>>endobj
261 0 obj<</Subtype/Link/Rect[108.0 63.6 234.5 76.6]/Border[0 0 0]/Dest[467 0 R/XYZ null 421 0]>>endobj
262 0 obj[217 0 R
218 0 R
219 0 R
220 0 R
221 0 R
222 0 R
223 0 R
224 0 R
225 0 R
226 0 R
227 0 R
228 0 R
229 0 R
230 0 R
231 0 R
232 0 R
233 0 R
234 0 R
235 0 R
236 0 R
237 0 R
238 0 R
239 0 R
240 0 R
241 0 R
242 0 R
243 0 R
244 0 R
245 0 R
246 0 R
247 0 R
248 0 R
249 0 R
250 0 R
251 0 R
252 0 R
253 0 R
254 0 R
255 0 R
256 0 R
257 0 R
258 0 R
259 0 R
260 0 R
261 0 R
]endobj
263 0 obj<</Subtype/Link/Rect[108.0 684.0 302.9 697.0]/Border[0 0 0]/Dest[470 0 R/XYZ null 528 0]>>endobj
264 0 obj<</Subtype/Link/Rect[72.0 657.6 272.9 670.6]/Border[0 0 0]/Dest[473 0 R/XYZ null 798 0]>>endobj
265 0 obj<</Subtype/Link/Rect[108.0 644.4 299.9 657.4]/Border[0 0 0]/Dest[473 0 R/XYZ null 730 0]>>endobj
266 0 obj<</Subtype/Link/Rect[108.0 631.2 288.0 644.2]/Border[0 0 0]/Dest[476 0 R/XYZ null 356 0]>>endobj
267 0 obj<</Subtype/Link/Rect[108.0 618.0 307.9 631.0]/Border[0 0 0]/Dest[479 0 R/XYZ null 768 0]>>endobj
268 0 obj<</Subtype/Link/Rect[72.0 591.6 424.6 604.6]/Border[0 0 0]/Dest[482 0 R/XYZ null 798 0]>>endobj
269 0 obj<</Subtype/Link/Rect[108.0 578.4 181.0 591.4]/Border[0 0 0]/Dest[482 0 R/XYZ null 706 0]>>endobj
270 0 obj<</Subtype/Link/Rect[108.0 565.2 316.1 578.2]/Border[0 0 0]/Dest[485 0 R/XYZ null 768 0]>>endobj
271 0 obj<</Subtype/Link/Rect[108.0 552.0 432.8 565.0]/Border[0 0 0]/Dest[488 0 R/XYZ null 647 0]>>endobj
272 0 obj<</Subtype/Link/Rect[108.0 538.8 261.4 551.8]/Border[0 0 0]/Dest[491 0 R/XYZ null 621 0]>>endobj
273 0 obj<</Subtype/Link/Rect[108.0 525.6 252.8 538.6]/Border[0 0 0]/Dest[494 0 R/XYZ null 567 0]>>endobj
274 0 obj<</Subtype/Link/Rect[108.0 512.4 246.4 525.4]/Border[0 0 0]/Dest[497 0 R/XYZ null 528 0]>>endobj
275 0 obj<</Subtype/Link/Rect[108.0 499.2 213.7 512.2]/Border[0 0 0]/Dest[500 0 R/XYZ null 237 0]>>endobj
276 0 obj<</Subtype/Link/Rect[108.0 486.0 194.5 499.0]/Border[0 0 0]/Dest[503 0 R/XYZ null 726 0]>>endobj
277 0 obj<</Subtype/Link/Rect[108.0 472.8 431.0 485.8]/Border[0 0 0]/Dest[506 0 R/XYZ null 768 0]>>endobj
278 0 obj<</Subtype/Link/Rect[72.0 446.4 423.1 459.4]/Border[0 0 0]/Dest[512 0 R/XYZ null 798 0]>>endobj
279 0 obj<</Subtype/Link/Rect[108.0 433.2 164.5 446.2]/Border[0 0 0]/Dest[512 0 R/XYZ null 706 0]>>endobj
280 0 obj<</Subtype/Link/Rect[108.0 420.0 181.6 433.0]/Border[0 0 0]/Dest[512 0 R/XYZ null 569 0]>>endobj
281 0 obj<</Subtype/Link/Rect[108.0 406.8 233.6 419.8]/Border[0 0 0]/Dest[512 0 R/XYZ null 246 0]>>endobj
282 0 obj<</Subtype/Link/Rect[108.0 393.6 188.3 406.6]/Border[0 0 0]/Dest[515 0 R/XYZ null 581 0]>>endobj
283 0 obj<</Subtype/Link/Rect[108.0 380.4 222.0 393.4]/Border[0 0 0]/Dest[515 0 R/XYZ null 417 0]>>endobj
284 0 obj<</Subtype/Link/Rect[108.0 367.2 288.6 380.2]/Border[0 0 0]/Dest[515 0 R/XYZ null 292 0]>>endobj
285 0 obj<</Subtype/Link/Rect[108.0 354.0 230.8 367.0]/Border[0 0 0]/Dest[518 0 R/XYZ null 768 0]>>endobj
286 0 obj<</Subtype/Link/Rect[108.0 340.8 288.9 353.8]/Border[0 0 0]/Dest[518 0 R/XYZ null 326 0]>>endobj
287 0 obj<</Subtype/Link/Rect[108.0 327.6 269.3 340.6]/Border[0 0 0]/Dest[521 0 R/XYZ null 686 0]>>endobj
288 0 obj<</Subtype/Link/Rect[108.0 314.4 203.0 327.4]/Border[0 0 0]/Dest[521 0 R/XYZ null 496 0]>>endobj
289 0 obj<</Subtype/Link/Rect[108.0 301.2 259.9 314.2]/Border[0 0 0]/Dest[521 0 R/XYZ null 345 0]>>endobj
290 0 obj<</Subtype/Link/Rect[108.0 288.0 178.0 301.0]/Border[0 0 0]/Dest[521 0 R/XYZ null 155 0]>>endobj
291 0 obj<</Subtype/Link/Rect[108.0 274.8 177.4 287.8]/Border[0 0 0]/Dest[524 0 R/XYZ null 581 0]>>endobj
292 0 obj<</Subtype/Link/Rect[72.0 248.4 413.9 261.4]/Border[0 0 0]/Dest[527 0 R/XYZ null 798 0]>>endobj
293 0 obj<</Subtype/Link/Rect[108.0 235.2 447.4 248.2]/Border[0 0 0]/Dest[527 0 R/XYZ null 706 0]>>endobj
294 0 obj<</Subtype/Link/Rect[108.0 222.0 319.1 235.0]/Border[0 0 0]/Dest[527 0 R/XYZ null 525 0]>>endobj
295 0 obj<</Subtype/Link/Rect[108.0 208.8 231.1 221.8]/Border[0 0 0]/Dest[527 0 R/XYZ null 348 0]>>endobj
296 0 obj<</Subtype/Link/Rect[108.0 195.6 292.2 208.6]/Border[0 0 0]/Dest[530 0 R/XYZ null 686 0]>>endobj
297 0 obj<</Subtype/Link/Rect[108.0 182.4 208.5 195.4]/Border[0 0 0]/Dest[530 0 R/XYZ null 443 0]>>endobj
298 0 obj<</Subtype/Link/Rect[108.0 169.2 233.6 182.2]/Border[0 0 0]/Dest[530 0 R/XYZ null 187 0]>>endobj
299 0 obj<</Subtype/Link/Rect[108.0 156.0 301.4 169.0]/Border[0 0 0]/Dest[533 0 R/XYZ null 673 0]>>endobj
300 0 obj<</Subtype/Link/Rect[108.0 142.8 394.8 155.8]/Border[0 0 0]/Dest[533 0 R/XYZ null 232 0]>>endobj
301 0 obj<</Subtype/Link/Rect[108.0 129.6 386.9 142.6]/Border[0 0 0]/Dest[539 0 R/XYZ null 594 0]>>endobj
302 0 obj<</Subtype/Link/Rect[72.0 103.2 223.3 116.2]/Border[0 0 0]/Dest[542 0 R/XYZ null 798 0]>>endobj
303 0 obj<</Subtype/Link/Rect[108.0 90.0 153.5 103.0]/Border[0 0 0]/Dest[542 0 R/XYZ null 730 0]>>endobj
304 0 obj<</Subtype/Link/Rect[108.0 76.8 493.5 89.8]/Border[0 0 0]/Dest[542 0 R/XYZ null 700 0]>>endobj
305 0 obj<</Subtype/Link/Rect[108.0 63.6 498.7 76.6]/Border[0 0 0]/Dest[542 0 R/XYZ null 348 0]>>endobj
306 0 obj[263 0 R
264 0 R
265 0 R
266 0 R
267 0 R
268 0 R
269 0 R
270 0 R
271 0 R
272 0 R
273 0 R
274 0 R
275 0 R
276 0 R
277 0 R
278 0 R
279 0 R
280 0 R
281 0 R
282 0 R
283 0 R
284 0 R
285 0 R
286 0 R
287 0 R
288 0 R
289 0 R
290 0 R
291 0 R
292 0 R
293 0 R
294 0 R
295 0 R
296 0 R
297 0 R
298 0 R
299 0 R
300 0 R
301 0 R
302 0 R
303 0 R
304 0 R
305 0 R
]endobj
307 0 obj<</Subtype/Link/Rect[108.0 684.0 450.2 697.0]/Border[0 0 0]/Dest[545 0 R/XYZ null 768 0]>>endobj
308 0 obj<</Subtype/Link/Rect[108.0 670.8 419.9 683.8]/Border[0 0 0]/Dest[545 0 R/XYZ null 639 0]>>endobj
309 0 obj[307 0 R
308 0 R
]endobj
310 0 obj<</Dests 311 0 R>>endobj
311 0 obj<</Kids[312 0 R]>>endobj
312 0 obj<</Limits[(aen1011)(smbpasswdfileformat)]/Names[(aen1011)313 0 R(aen1050)314 0 R(aen1074)315 0 R(aen1092)316 0 R(aen1096)317 0 R(aen1109)318 0 R(aen1116)319 0 R(aen1120)320 0 R(aen1125)321 0 R(aen1129)322 0 R(aen1145)323 0 R(aen1153)324 0 R(aen1157)325 0 R(aen116)326 0 R(aen1160)327 0 R(aen1166)328 0 R(aen1178)329 0 R(aen1181)330 0 R(aen1192)331 0 R(aen1201)332 0 R(aen1212)333 0 R(aen1232)334 0 R(aen1247)335 0 R(aen1261)336 0 R(aen1268)337 0 R(aen1290)338 0 R(aen132)339 0 R(aen1354)340 0 R(aen1364)341 0 R(aen1375)342 0 R(aen1377)343 0 R(aen1392)344 0 R(aen1401)345 0 R(aen1405)346 0 R(aen141)347 0 R(aen15)348 0 R(aen157)349 0 R(aen17)350 0 R(aen171)351 0 R(aen176)352 0 R(aen180)353 0 R(aen183)354 0 R(aen192)355 0 R(aen196)356 0 R(aen206)357 0 R(aen209)358 0 R(aen212)359 0 R(aen223)360 0 R(aen227)361 0 R(aen238)362 0 R(aen25)363 0 R(aen257)364 0 R(aen264)365 0 R(aen273)366 0 R(aen325)367 0 R(aen364)368 0 R(aen379)369 0 R(aen390)370 0 R(aen4)371 0 R(aen425)372 0 R(aen434)373 0 R(aen445)374 0 R(aen462)375 0 R(aen472)376 0 R(aen507)377 0 R(aen520)378 0 R(aen53)379 0 R(aen531)380 0 R(aen556)381 0 R(aen564)382 0 R(aen568)383 0 R(aen57)384 0 R(aen578)385 0 R(aen581)386 0 R(aen585)387 0 R(aen607)388 0 R(aen639)389 0 R(aen657)390 0 R(aen71)391 0 R(aen721)392 0 R(aen726)393 0 R(aen742)394 0 R(aen753)395 0 R(aen77)396 0 R(aen790)397 0 R(aen833)398 0 R(aen87)399 0 R(aen872)400 0 R(aen9)401 0 R(aen900)402 0 R(aen940)403 0 R(aen987)404 0 R(body.html)405 0 R(migration)406 0 R(samba-project-documentation)407 0 R(smbpasswdfileformat)408 0 R]>>endobj
313 0 obj<</D[500 0 R/XYZ null 726 null]>>endobj
314 0 obj<</D[503 0 R/XYZ null 768 null]>>endobj
315 0 obj<</D[509 0 R/XYZ null 798 null]>>endobj
316 0 obj<</D[509 0 R/XYZ null 706 null]>>endobj
317 0 obj<</D[509 0 R/XYZ null 569 null]>>endobj
318 0 obj<</D[509 0 R/XYZ null 246 null]>>endobj
319 0 obj<</D[512 0 R/XYZ null 581 null]>>endobj
320 0 obj<</D[512 0 R/XYZ null 417 null]>>endobj
321 0 obj<</D[512 0 R/XYZ null 292 null]>>endobj
322 0 obj<</D[515 0 R/XYZ null 768 null]>>endobj
323 0 obj<</D[515 0 R/XYZ null 326 null]>>endobj
324 0 obj<</D[518 0 R/XYZ null 686 null]>>endobj
325 0 obj<</D[518 0 R/XYZ null 496 null]>>endobj
326 0 obj<</D[416 0 R/XYZ null 266 null]>>endobj
327 0 obj<</D[518 0 R/XYZ null 345 null]>>endobj
328 0 obj<</D[518 0 R/XYZ null 155 null]>>endobj
329 0 obj<</D[521 0 R/XYZ null 581 null]>>endobj
330 0 obj<</D[524 0 R/XYZ null 798 null]>>endobj
331 0 obj<</D[524 0 R/XYZ null 706 null]>>endobj
332 0 obj<</D[524 0 R/XYZ null 525 null]>>endobj
333 0 obj<</D[524 0 R/XYZ null 348 null]>>endobj
334 0 obj<</D[527 0 R/XYZ null 686 null]>>endobj
335 0 obj<</D[527 0 R/XYZ null 443 null]>>endobj
336 0 obj<</D[527 0 R/XYZ null 187 null]>>endobj
337 0 obj<</D[530 0 R/XYZ null 673 null]>>endobj
338 0 obj<</D[530 0 R/XYZ null 232 null]>>endobj
339 0 obj<</D[419 0 R/XYZ null 686 null]>>endobj
340 0 obj<</D[536 0 R/XYZ null 594 null]>>endobj
341 0 obj<</D[539 0 R/XYZ null 798 null]>>endobj
342 0 obj<</D[539 0 R/XYZ null 730 null]>>endobj
343 0 obj<</D[539 0 R/XYZ null 700 null]>>endobj
344 0 obj<</D[539 0 R/XYZ null 348 null]>>endobj
345 0 obj<</D[542 0 R/XYZ null 768 null]>>endobj
346 0 obj<</D[542 0 R/XYZ null 639 null]>>endobj
347 0 obj<</D[419 0 R/XYZ null 509 null]>>endobj
348 0 obj<</D[410 0 R/XYZ null 798 null]>>endobj
349 0 obj<</D[419 0 R/XYZ null 332 null]>>endobj
350 0 obj<</D[410 0 R/XYZ null 730 null]>>endobj
351 0 obj<</D[422 0 R/XYZ null 768 null]>>endobj
352 0 obj<</D[422 0 R/XYZ null 577 null]>>endobj
353 0 obj<</D[422 0 R/XYZ null 505 null]>>endobj
354 0 obj<</D[422 0 R/XYZ null 394 null]>>endobj
355 0 obj<</D[425 0 R/XYZ null 739 null]>>endobj
356 0 obj<</D[425 0 R/XYZ null 615 null]>>endobj
357 0 obj<</D[428 0 R/XYZ null 768 null]>>endobj
358 0 obj<</D[428 0 R/XYZ null 683 null]>>endobj
359 0 obj<</D[431 0 R/XYZ null 798 null]>>endobj
360 0 obj<</D[431 0 R/XYZ null 706 null]>>endobj
361 0 obj<</D[431 0 R/XYZ null 569 null]>>endobj
362 0 obj<</D[434 0 R/XYZ null 699 null]>>endobj
363 0 obj<</D[410 0 R/XYZ null 593 null]>>endobj
364 0 obj<</D[434 0 R/XYZ null 220 null]>>endobj
365 0 obj<</D[437 0 R/XYZ null 768 null]>>endobj
366 0 obj<</D[437 0 R/XYZ null 656 null]>>endobj
367 0 obj<</D[440 0 R/XYZ null 399 null]>>endobj
368 0 obj<</D[443 0 R/XYZ null 475 null]>>endobj
369 0 obj<</D[446 0 R/XYZ null 798 null]>>endobj
370 0 obj<</D[446 0 R/XYZ null 706 null]>>endobj
371 0 obj<</D[407 0 R/XYZ null 647 null]>>endobj
372 0 obj<</D[449 0 R/XYZ null 673 null]>>endobj
373 0 obj<</D[452 0 R/XYZ null 798 null]>>endobj
374 0 obj<</D[452 0 R/XYZ null 730 null]>>endobj
375 0 obj<</D[452 0 R/XYZ null 474 null]>>endobj
376 0 obj<</D[452 0 R/XYZ null 244 null]>>endobj
377 0 obj<</D[458 0 R/XYZ null 768 null]>>endobj
378 0 obj<</D[458 0 R/XYZ null 445 null]>>endobj
379 0 obj<</D[410 0 R/XYZ null 178 null]>>endobj
380 0 obj<</D[461 0 R/XYZ null 727 null]>>endobj
381 0 obj<</D[461 0 R/XYZ null 444 null]>>endobj
382 0 obj<</D[461 0 R/XYZ null 254 null]>>endobj
383 0 obj<</D[464 0 R/XYZ null 768 null]>>endobj
384 0 obj<</D[413 0 R/XYZ null 739 null]>>endobj
385 0 obj<</D[464 0 R/XYZ null 630 null]>>endobj
386 0 obj<</D[464 0 R/XYZ null 532 null]>>endobj
387 0 obj<</D[464 0 R/XYZ null 421 null]>>endobj
388 0 obj<</D[467 0 R/XYZ null 528 null]>>endobj
389 0 obj<</D[470 0 R/XYZ null 798 null]>>endobj
390 0 obj<</D[470 0 R/XYZ null 730 null]>>endobj
391 0 obj<</D[413 0 R/XYZ null 379 null]>>endobj
392 0 obj<</D[473 0 R/XYZ null 356 null]>>endobj
393 0 obj<</D[476 0 R/XYZ null 768 null]>>endobj
394 0 obj<</D[479 0 R/XYZ null 798 null]>>endobj
395 0 obj<</D[479 0 R/XYZ null 706 null]>>endobj
396 0 obj<</D[413 0 R/XYZ null 268 null]>>endobj
397 0 obj<</D[482 0 R/XYZ null 768 null]>>endobj
398 0 obj<</D[485 0 R/XYZ null 647 null]>>endobj
399 0 obj<</D[416 0 R/XYZ null 768 null]>>endobj
400 0 obj<</D[488 0 R/XYZ null 621 null]>>endobj
401 0 obj<</D[407 0 R/XYZ null 616 null]>>endobj
402 0 obj<</D[491 0 R/XYZ null 567 null]>>endobj
403 0 obj<</D[494 0 R/XYZ null 528 null]>>endobj
404 0 obj<</D[497 0 R/XYZ null 237 null]>>endobj
405 0 obj<</D[413 0 R/XYZ null 698 null]>>endobj
406 0 obj<</D[467 0 R/XYZ null 528 null]>>endobj
407 0 obj<</D[407 0 R/XYZ null 753 null]>>endobj
408 0 obj<</D[437 0 R/XYZ null 656 null]>>endobj
409 0 obj<</Type/Pages/MediaBox[0 0 595 792]/Count 49/Kids[410 0 R
548 0 R
551 0 R
554 0 R
413 0 R
416 0 R
419 0 R
422 0 R
425 0 R
428 0 R
431 0 R
434 0 R
437 0 R
440 0 R
443 0 R
446 0 R
449 0 R
452 0 R
455 0 R
458 0 R
461 0 R
464 0 R
467 0 R
470 0 R
473 0 R
476 0 R
479 0 R
482 0 R
485 0 R
488 0 R
491 0 R
494 0 R
497 0 R
500 0 R
503 0 R
506 0 R
509 0 R
512 0 R
515 0 R
518 0 R
521 0 R
524 0 R
527 0 R
530 0 R
533 0 R
536 0 R
539 0 R
542 0 R
545 0 R
]>>endobj
410 0 obj<</Type/Page/Parent 409 0 R/Contents 411 0 R/Resources<</ProcSet[/PDF/Text]/Font<</F4 7 0 R/F8 10 0 R/F9 11 0 R>>>>/Annots 17 0 R>>endobj
411 0 obj<</Length 412 0 R/Filter/FlateDecode>>stream
xuAs0oz*3b9p"80
gl+H2{V!M;~I?#Yih@#p&+"y^//2zGÃ.z\7.J𥷳X̹xIu~ˇ<nM364+tgeaQ;ArH"yXZ