summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix install of data files.Simo Sorce2014-03-131-4/+16
| | | | | | | Move doc and examples under appropriate directory. Crate data directry for templates and ui static files. Signed-off-by: Simo Sorce <simo@redhat.com>
* Better handling of configuration fileSimo Sorce2014-03-131-1/+11
| | | | | | | allow to pass it on the command line or to look for it in well known locations. Signed-off-by: Simo Sorce <simo@redhat.com>
* Improve exceptions for saml2 providersSimo Sorce2014-03-023-20/+26
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add ability to strip domain/realm per providerSimo Sorce2014-03-022-2/+9
| | | | | | | | | This allows to return (hopefully) the same name whether the user authenticated via ESSO or form based authentication. Crude for now, may be augmented with some regex configuration in the future. Signed-off-by: Simo Sorce <simo@redhat.com>
* Unsplit checking functionsSimo Sorce2014-03-021-12/+6
| | | | | | Easier to deal with stuff if they are a single validation function. Signed-off-by: Simo Sorce <simo@redhat.com>
* Add a way to return the email address of the userSimo Sorce2014-03-023-0/+20
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add way to return Kerberos nameid if availableSimo Sorce2014-03-022-3/+8
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add way to save user data after loginSimo Sorce2014-03-021-1/+7
| | | | | | | The login manager that successfully authenticated the user can now pass data to be stored in the user facility of the session. Signed-off-by: Simo Sorce <simo@redhat.com>
* Create a user facility in the sessionSimo Sorce2014-03-021-9/+13
| | | | | | | This way all identification data about the user can be managed in a single place and be erased/replaced at login time. Signed-off-by: Simo Sorce <simo@redhat.com>
* Check the NameID policy during authenticationSimo Sorce2014-03-022-7/+33
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add Service Provider classSimo Sorce2014-02-264-4/+153
| | | | | | This class allows to represent a service provider and its associated policy Signed-off-by: Simo Sorce <simo@redhat.com>
* Add authentication exception supportSimo Sorce2014-02-261-5/+30
| | | | | | This also add code to return an error code to the SP. Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial SAML2 providerSimo Sorce2014-02-245-2/+379
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add way to tell if the session is anonymousSimo Sorce2014-02-241-0/+6
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add provider plugins loaderSimo Sorce2014-02-246-1/+166
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Use cherrypy handlers to render error pagesSimo Sorce2014-02-247-34/+92
| | | | | | | Replaces custom code to render 401 Unauthorized page as well as adds 400 and 500 handlers Signed-off-by: Simo Sorce <simo@redhat.com>
* Better session management at loginSimo Sorce2014-02-241-8/+16
| | | | | | | | | Save data bout the prformed authentication Do not destroy the whole session at login, providers may need to store data before the user is authenticate and retrieve it later if authentication ws successful. Signed-off-by: Simo Sorce <simo@redhat.com>
* Improve handing of session dataSimo Sorce2014-02-241-2/+31
| | | | | | | Add functions to store data in an organized way so that multiple plugins can store data w/o stomping on each other. Signed-off-by: Simo Sorce <simo@redhat.com>
* Add _debug facility to the Page classSimo Sorce2014-02-242-7/+7
| | | | | | | Use this instead of th misleading "_log" name. These really are just debugging statements not normal logging. Signed-off-by: Simo Sorce <simo@redhat.com>
* Move default template arguments to its own functionSimo Sorce2014-02-241-1/+11
| | | | | | | This way it is clearer what the defaults are, plus subclasses can override the defaults if they so choose. Signed-off-by: Simo Sorce <simo@redhat.com>
* Log available login managersSimo Sorce2014-02-241-0/+3
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix master-admin template upper left corner hrefSimo Sorce2014-02-241-1/+1
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add initial design documentSimo Sorce2014-02-241-0/+57
| | | | | | | For now, very high level direction of the project and intended high level architecture. Signed-off-by: Simo Sorce <simo@redhat.com>
* Apply patternfly to administration pagesPetr Vobornik2014-02-174-78/+110
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Initialize plugins in order defined in DBPetr Vobornik2014-02-171-3/+3
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Krb pagePetr Vobornik2014-02-171-20/+7
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* PAM pagePetr Vobornik2014-02-172-55/+83
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Login root pagePetr Vobornik2014-02-171-24/+6
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Unauthorized pagePetr Vobornik2014-02-174-3/+43
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Root pagesPetr Vobornik2014-02-173-66/+43
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Master templatePetr Vobornik2014-02-171-0/+28
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Signed-off-by: Simo Sorce <simo@redhat.com>
* Add imagesPetr Vobornik2014-02-174-0/+68
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Signed-off-by: Simo Sorce <simo@redhat.com>
* Remove old CSSPetr Vobornik2014-02-171-42/+0
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Regenerate CSSPetr Vobornik2014-02-172-0/+2
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Make CSS from LESSPetr Vobornik2014-02-171-0/+13
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add own stylesPetr Vobornik2014-02-173-0/+232
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add 3rd party Javascript librariesPetr Vobornik2014-02-173-0/+11
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add PatternFly filesPetr Vobornik2014-02-178-0/+1045
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add Boostrap filesPetr Vobornik2014-02-1740-0/+7395
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add help text to be shown on form based login pageSimo Sorce2014-01-272-0/+13
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add infrastructure to configure serverSimo Sorce2014-01-247-2/+215
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add sample apache configurationSimo Sorce2014-01-241-0/+26
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add Kerberos Negotiate auth pluginSimo Sorce2014-01-242-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | This plugin depends on the proper configuration of mod_auth_kerb The mod_auth_kerb plugin should be configured with a <Location> directive like the folowing: <Location /idp/login/krb/negotiate> AuthType Kerberos AuthName "Kerberos Login" KrbMethodNegotiate on KrbMethodK5Passwd off KrbServiceName HTTP KrbAuthRealms $REALM_NAME Krb5KeyTab $KEYTAB_NAME KrbSaveCredentials off KrbConstrainedDelegation off Require valid-user ErrorDocument 401 /idp/login/krb/unauthorized </Location> Signed-off-by: Simo Sorce <simo@redhat.com>
* Add sample pam based login pluginSimo Sorce2014-01-242-0/+147
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Implement login plugin infrastructureSimo Sorce2014-01-2410-24/+239
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Better infrastructure to load pluginsSimo Sorce2014-01-244-37/+167
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Use pep8 checkPetr Vobornik2014-01-247-7/+16
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Signed-off-by: Simo Sorce <simo@redhat.com>
* Use pylint checkPetr Vobornik2014-01-245-8/+21
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Fix ImportsSimo Sorce2014-01-244-16/+14
| | | | | | Based on patches by Petr Voborni Signed-off-by: Simo Sorce <simo@redhat.com>
* Add missing packagesPetr Vobornik2014-01-241-2/+1
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
#n1180'>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
%PDF-1.2
%âãÏÓ
1 0 obj<</Producer(htmldoc 1.8.11 Copyright 1997-2001 Easy Software Products, All Rights Reserved.)/CreationDate(D:20010308075358Z)/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/Times-BoldItalic/Encoding 2 0 R>>endobj
11 0 obj<</Type/Font/Subtype/Type1/BaseFont/Helvetica/Encoding 2 0 R>>endobj
12 0 obj<</Type/Font/Subtype/Type1/BaseFont/Helvetica-Bold/Encoding 2 0 R>>endobj
13 0 obj<</Type/Font/Subtype/Type1/BaseFont/Symbol>>endobj
14 0 obj<</Subtype/Link/Rect[83.0 625.4 223.9 638.4]/Border[0 0 0]/Dest[314 0 R/XYZ null 798 0]>>endobj
15 0 obj<</Subtype/Link/Rect[108.0 612.2 230.5 625.2]/Border[0 0 0]/Dest[317 0 R/XYZ null 798 0]>>endobj
16 0 obj<</Subtype/Link/Rect[108.0 599.0 235.7 612.0]/Border[0 0 0]/Dest[320 0 R/XYZ null 798 0]>>endobj
17 0 obj<</Subtype/Link/Rect[108.0 585.8 239.1 598.8]/Border[0 0 0]/Dest[323 0 R/XYZ null 798 0]>>endobj
18 0 obj<</Subtype/Link/Rect[108.0 572.6 290.4 585.6]/Border[0 0 0]/Dest[326 0 R/XYZ null 798 0]>>endobj
19 0 obj<</Subtype/Link/Rect[108.0 559.4 296.2 572.4]/Border[0 0 0]/Dest[329 0 R/XYZ null 798 0]>>endobj
20 0 obj<</Subtype/Link/Rect[108.0 546.2 265.7 559.2]/Border[0 0 0]/Dest[332 0 R/XYZ null 798 0]>>endobj
21 0 obj<</Subtype/Link/Rect[144.0 533.0 288.5 546.0]/Border[0 0 0]/Dest[332 0 R/XYZ null 611 0]>>endobj
22 0 obj<</Subtype/Link/Rect[144.0 519.8 338.9 532.8]/Border[0 0 0]/Dest[335 0 R/XYZ null 783 0]>>endobj
23 0 obj<</Subtype/Link/Rect[108.0 506.6 348.2 519.6]/Border[0 0 0]/Dest[338 0 R/XYZ null 798 0]>>endobj
24 0 obj<</Subtype/Link/Rect[108.0 493.4 294.7 506.4]/Border[0 0 0]/Dest[341 0 R/XYZ null 798 0]>>endobj
25 0 obj<</Subtype/Link/Rect[108.0 480.2 484.1 493.2]/Border[0 0 0]/Dest[344 0 R/XYZ null 798 0]>>endobj
26 0 obj<</Subtype/Link/Rect[108.0 467.0 232.6 480.0]/Border[0 0 0]/Dest[347 0 R/XYZ null 798 0]>>endobj
27 0 obj<</Subtype/Link/Rect[144.0 453.8 240.3 466.8]/Border[0 0 0]/Dest[347 0 R/XYZ null 585 0]>>endobj
28 0 obj<</Subtype/Link/Rect[144.0 440.6 188.9 453.6]/Border[0 0 0]/Dest[347 0 R/XYZ null 510 0]>>endobj
29 0 obj<</Subtype/Link/Rect[144.0 427.4 270.2 440.4]/Border[0 0 0]/Dest[347 0 R/XYZ null 395 0]>>endobj
30 0 obj<</Subtype/Link/Rect[144.0 414.2 298.6 427.2]/Border[0 0 0]/Dest[350 0 R/XYZ null 741 0]>>endobj
31 0 obj<</Subtype/Link/Rect[144.0 401.0 179.4 414.0]/Border[0 0 0]/Dest[350 0 R/XYZ null 613 0]>>endobj
32 0 obj<</Subtype/Link/Rect[144.0 387.8 236.0 400.8]/Border[0 0 0]/Dest[353 0 R/XYZ null 783 0]>>endobj
33 0 obj<</Subtype/Link/Rect[144.0 374.6 238.1 387.6]/Border[0 0 0]/Dest[353 0 R/XYZ null 694 0]>>endobj
34 0 obj<</Subtype/Link/Rect[83.0 361.4 313.4 374.4]/Border[0 0 0]/Dest[356 0 R/XYZ null 798 0]>>endobj
35 0 obj<</Subtype/Link/Rect[108.0 348.2 163.0 361.2]/Border[0 0 0]/Dest[359 0 R/XYZ null 798 0]>>endobj
36 0 obj<</Subtype/Link/Rect[108.0 335.0 190.8 348.0]/Border[0 0 0]/Dest[362 0 R/XYZ null 798 0]>>endobj
37 0 obj<</Subtype/Link/Rect[108.0 321.8 247.6 334.8]/Border[0 0 0]/Dest[365 0 R/XYZ null 798 0]>>endobj
38 0 obj<</Subtype/Link/Rect[144.0 308.6 282.4 321.6]/Border[0 0 0]/Dest[365 0 R/XYZ null 203 0]>>endobj
39 0 obj<</Subtype/Link/Rect[144.0 295.4 325.9 308.4]/Border[0 0 0]/Dest[368 0 R/XYZ null 701 0]>>endobj
40 0 obj<</Subtype/Link/Rect[108.0 282.2 194.2 295.2]/Border[0 0 0]/Dest[371 0 R/XYZ null 798 0]>>endobj
41 0 obj<</Subtype/Link/Rect[108.0 269.0 225.3 282.0]/Border[0 0 0]/Dest[377 0 R/XYZ null 798 0]>>endobj
42 0 obj<</Subtype/Link/Rect[108.0 255.8 344.5 268.8]/Border[0 0 0]/Dest[380 0 R/XYZ null 798 0]>>endobj
43 0 obj<</Subtype/Link/Rect[83.0 242.6 344.5 255.6]/Border[0 0 0]/Dest[383 0 R/XYZ null 798 0]>>endobj
44 0 obj<</Subtype/Link/Rect[108.0 229.4 160.6 242.4]/Border[0 0 0]/Dest[386 0 R/XYZ null 798 0]>>endobj
45 0 obj<</Subtype/Link/Rect[144.0 216.2 169.1 229.2]/Border[0 0 0]/Dest[389 0 R/XYZ null 783 0]>>endobj
46 0 obj<</Subtype/Link/Rect[83.0 203.0 225.4 216.0]/Border[0 0 0]/Dest[392 0 R/XYZ null 798 0]>>endobj
47 0 obj<</Subtype/Link/Rect[108.0 189.8 163.0 202.8]/Border[0 0 0]/Dest[395 0 R/XYZ null 798 0]>>endobj
48 0 obj<</Subtype/Link/Rect[108.0 176.6 170.3 189.6]/Border[0 0 0]/Dest[398 0 R/XYZ null 798 0]>>endobj
49 0 obj<</Subtype/Link/Rect[108.0 163.4 199.7 176.4]/Border[0 0 0]/Dest[407 0 R/XYZ null 798 0]>>endobj
50 0 obj<</Subtype/Link/Rect[144.0 150.2 222.8 163.2]/Border[0 0 0]/Dest[407 0 R/XYZ null 664 0]>>endobj
51 0 obj<</Subtype/Link/Rect[144.0 137.0 294.6 150.0]/Border[0 0 0]/Dest[407 0 R/XYZ null 457 0]>>endobj
52 0 obj<</Subtype/Link/Rect[144.0 123.8 230.8 136.8]/Border[0 0 0]/Dest[407 0 R/XYZ null 355 0]>>endobj
53 0 obj<</Subtype/Link/Rect[144.0 110.6 243.6 123.6]/Border[0 0 0]/Dest[407 0 R/XYZ null 240 0]>>endobj
54 0 obj<</Subtype/Link/Rect[108.0 97.4 282.5 110.4]/Border[0 0 0]/Dest[413 0 R/XYZ null 798 0]>>endobj
55 0 obj<</Subtype/Link/Rect[83.0 84.2 223.6 97.2]/Border[0 0 0]/Dest[416 0 R/XYZ null 798 0]>>endobj
56 0 obj<</Subtype/Link/Rect[108.0 71.0 280.0 84.0]/Border[0 0 0]/Dest[419 0 R/XYZ null 798 0]>>endobj
57 0 obj[14 0 R
15 0 R
16 0 R
17 0 R
18 0 R
19 0 R
20 0 R
21 0 R
22 0 R
23 0 R
24 0 R
25 0 R
26 0 R
27 0 R
28 0 R
29 0 R
30 0 R
31 0 R
32 0 R
33 0 R
34 0 R
35 0 R
36 0 R
37 0 R
38 0 R
39 0 R
40 0 R
41 0 R
42 0 R
43 0 R
44 0 R
45 0 R
46 0 R
47 0 R
48 0 R
49 0 R
50 0 R
51 0 R
52 0 R
53 0 R
54 0 R
55 0 R
56 0 R
]endobj
58 0 obj<</Subtype/Link/Rect[108.0 721.0 290.5 734.0]/Border[0 0 0]/Dest[425 0 R/XYZ null 798 0]>>endobj
59 0 obj<</Subtype/Link/Rect[83.0 707.8 360.5 720.8]/Border[0 0 0]/Dest[428 0 R/XYZ null 798 0]>>endobj
60 0 obj<</Subtype/Link/Rect[108.0 694.6 145.3 707.6]/Border[0 0 0]/Dest[431 0 R/XYZ null 798 0]>>endobj
61 0 obj<</Subtype/Link/Rect[108.0 681.4 163.0 694.4]/Border[0 0 0]/Dest[434 0 R/XYZ null 798 0]>>endobj
62 0 obj<</Subtype/Link/Rect[108.0 668.2 213.1 681.2]/Border[0 0 0]/Dest[437 0 R/XYZ null 798 0]>>endobj
63 0 obj<</Subtype/Link/Rect[144.0 655.0 197.5 668.0]/Border[0 0 0]/Dest[437 0 R/XYZ null 426 0]>>endobj
64 0 obj<</Subtype/Link/Rect[108.0 641.8 199.7 654.8]/Border[0 0 0]/Dest[440 0 R/XYZ null 798 0]>>endobj
65 0 obj<</Subtype/Link/Rect[144.0 628.6 297.7 641.6]/Border[0 0 0]/Dest[440 0 R/XYZ null 651 0]>>endobj
66 0 obj<</Subtype/Link/Rect[144.0 615.4 236.9 628.4]/Border[0 0 0]/Dest[440 0 R/XYZ null 444 0]>>endobj
67 0 obj<</Subtype/Link/Rect[144.0 602.2 297.4 615.2]/Border[0 0 0]/Dest[443 0 R/XYZ null 662 0]>>endobj
68 0 obj<</Subtype/Link/Rect[144.0 589.0 279.0 602.0]/Border[0 0 0]/Dest[443 0 R/XYZ null 349 0]>>endobj
69 0 obj<</Subtype/Link/Rect[144.0 575.8 211.5 588.8]/Border[0 0 0]/Dest[446 0 R/XYZ null 783 0]>>endobj
70 0 obj<</Subtype/Link/Rect[108.0 562.6 243.1 575.6]/Border[0 0 0]/Dest[449 0 R/XYZ null 798 0]>>endobj
71 0 obj<</Subtype/Link/Rect[108.0 549.4 158.1 562.4]/Border[0 0 0]/Dest[452 0 R/XYZ null 798 0]>>endobj
72 0 obj<</Subtype/Link/Rect[108.0 536.2 158.1 549.2]/Border[0 0 0]/Dest[455 0 R/XYZ null 798 0]>>endobj
73 0 obj<</Subtype/Link/Rect[83.0 523.0 353.1 536.0]/Border[0 0 0]/Dest[458 0 R/XYZ null 798 0]>>endobj
74 0 obj<</Subtype/Link/Rect[108.0 509.8 425.2 522.8]/Border[0 0 0]/Dest[461 0 R/XYZ null 798 0]>>endobj
75 0 obj<</Subtype/Link/Rect[108.0 496.6 299.3 509.6]/Border[0 0 0]/Dest[464 0 R/XYZ null 798 0]>>endobj
76 0 obj<</Subtype/Link/Rect[108.0 483.4 209.5 496.4]/Border[0 0 0]/Dest[467 0 R/XYZ null 798 0]>>endobj
77 0 obj<</Subtype/Link/Rect[108.0 470.2 271.8 483.2]/Border[0 0 0]/Dest[470 0 R/XYZ null 798 0]>>endobj
78 0 obj<</Subtype/Link/Rect[144.0 457.0 218.2 470.0]/Border[0 0 0]/Dest[470 0 R/XYZ null 532 0]>>endobj
79 0 obj<</Subtype/Link/Rect[144.0 443.8 243.3 456.8]/Border[0 0 0]/Dest[470 0 R/XYZ null 272 0]>>endobj
80 0 obj<</Subtype/Link/Rect[108.0 430.6 280.9 443.6]/Border[0 0 0]/Dest[476 0 R/XYZ null 798 0]>>endobj
81 0 obj<</Subtype/Link/Rect[108.0 417.4 380.5 430.4]/Border[0 0 0]/Dest[479 0 R/XYZ null 798 0]>>endobj
82 0 obj<</Subtype/Link/Rect[108.0 404.2 370.8 417.2]/Border[0 0 0]/Dest[485 0 R/XYZ null 798 0]>>endobj
83 0 obj[58 0 R
59 0 R
60 0 R
61 0 R
62 0 R
63 0 R
64 0 R
65 0 R
66 0 R
67 0 R
68 0 R
69 0 R
70 0 R
71 0 R
72 0 R
73 0 R
74 0 R
75 0 R
76 0 R
77 0 R
78 0 R
79 0 R
80 0 R
81 0 R
82 0 R
]endobj
84 0 obj<</S/URI/URI(http://www.samba.org/)>>endobj
85 0 obj<</Subtype/Link/Rect[369.9 617.8 471.0 630.8]/Border[0 0 0]/A 84 0 R>>endobj
86 0 obj[85 0 R
]endobj
87 0 obj<</Subtype/Link/Rect[295.1 514.6 385.6 527.6]/Border[0 0 0]/Dest[371 0 R/XYZ null 798 0]>>endobj
88 0 obj[87 0 R
]endobj
89 0 obj<</S/URI/URI(http://www.microsoft.com/NTServer/nts/downloads/winfeatures/NTSDistrFile/AdminGuide.asp)>>endobj
90 0 obj<</Subtype/Link/Rect[72.0 644.2 183.5 657.2]/Border[0 0 0]/A 89 0 R>>endobj
91 0 obj<</S/URI/URI(#HOSTMSDFS)>>endobj
92 0 obj<</Subtype/Link/Rect[391.2 578.2 463.8 591.2]/Border[0 0 0]/A 91 0 R>>endobj
93 0 obj<</S/URI/URI(#MSDFSROOT)>>endobj
94 0 obj<</Subtype/Link/Rect[445.7 565.0 518.3 578.0]/Border[0 0 0]/A 93 0 R>>endobj
95 0 obj[90 0 R
92 0 R
94 0 R
]endobj
96 0 obj<</S/URI/URI(http://imprints.sourceforge.net)>>endobj
97 0 obj<</Subtype/Link/Rect[484.1 551.8 558.9 564.8]/Border[0 0 0]/A 96 0 R>>endobj
98 0 obj<</S/URI/URI(http://msdn.microsoft.com/)>>endobj
99 0 obj<</Subtype/Link/Rect[108.0 499.0 210.7 512.0]/Border[0 0 0]/A 98 0 R>>endobj
100 0 obj[97 0 R
99 0 R
]endobj
101 0 obj<</Subtype/Link/Rect[462.9 451.4 543.6 464.4]/Border[0 0 0]/Dest[413 0 R/XYZ null 798 0]>>endobj
102 0 obj<</S/URI/URI(#WRITELIST)>>endobj
103 0 obj<</Subtype/Link/Rect[91.9 281.2 164.5 294.2]/Border[0 0 0]/A 102 0 R>>endobj
104 0 obj<</S/URI/URI(conf.5.html)>>endobj
105 0 obj<</Subtype/Link/Rect[192.7 268.0 294.1 281.0]/Border[0 0 0]/A 104 0 R>>endobj
106 0 obj<</S/URI/URI(#GUESTOK)>>endobj
107 0 obj<</Subtype/Link/Rect[163.3 241.6 231.3 254.6]/Border[0 0 0]/A 106 0 R>>endobj
108 0 obj<</S/URI/URI(#MAPTOGUEST)>>endobj
109 0 obj<</Subtype/Link/Rect[427.4 149.2 545.5 162.2]/Border[0 0 0]/A 108 0 R>>endobj
110 0 obj[101 0 R
103 0 R
105 0 R
107 0 R
109 0 R
]endobj
111 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
112 0 obj<</Subtype/Link/Rect[433.8 467.6 526.2 480.6]/Border[0 0 0]/A 111 0 R>>endobj
113 0 obj[112 0 R
]endobj
114 0 obj<</S/URI/URI(http://imprints.sourceforge.net/)>>endobj
115 0 obj<</Subtype/Link/Rect[303.3 670.6 442.9 683.6]/Border[0 0 0]/A 114 0 R>>endobj
116 0 obj[115 0 R
]endobj
117 0 obj<</S/URI/URI(smbpasswd.8.html)>>endobj
118 0 obj<</Subtype/Link/Rect[221.4 446.2 287.7 459.2]/Border[0 0 0]/A 117 0 R>>endobj
119 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
120 0 obj<</Subtype/Link/Rect[353.1 169.0 425.7 182.0]/Border[0 0 0]/A 119 0 R>>endobj
121 0 obj<</S/URI/URI(#SECURITY)>>endobj
122 0 obj<</Subtype/Link/Rect[169.1 129.4 241.7 142.4]/Border[0 0 0]/A 121 0 R>>endobj
123 0 obj<</S/URI/URI(#WORKGROUP)>>endobj
124 0 obj<</Subtype/Link/Rect[146.2 76.6 225.4 89.6]/Border[0 0 0]/A 123 0 R>>endobj
125 0 obj[118 0 R
120 0 R
122 0 R
124 0 R
]endobj
126 0 obj<</S/URI/URI(#ENCRYPTPASSWORDS)>>endobj
127 0 obj<</Subtype/Link/Rect[224.7 668.2 343.5 681.2]/Border[0 0 0]/A 126 0 R>>endobj
128 0 obj<</S/URI/URI(#PASSWORDSERVER)>>endobj
129 0 obj<</Subtype/Link/Rect[188.7 628.6 307.5 641.6]/Border[0 0 0]/A 128 0 R>>endobj
130 0 obj[127 0 R
129 0 R
]endobj
131 0 obj<</S/URI/URI(#SECURITYEQUALSERVER)>>endobj
132 0 obj<</Subtype/Link/Rect[277.9 644.2 354.1 657.2]/Border[0 0 0]/A 131 0 R>>endobj
133 0 obj<</S/URI/URI(http://www.linuxworld.com)>>endobj
134 0 obj<</Subtype/Link/Rect[443.5 327.4 500.6 340.4]/Border[0 0 0]/A 133 0 R>>endobj
135 0 obj<</S/URI/URI(http://www.linuxworld.com/linuxworld/lw-1998-10/lw-10-samba.html)>>endobj
136 0 obj<</Subtype/Link/Rect[72.0 314.2 189.3 327.2]/Border[0 0 0]/A 135 0 R>>endobj
137 0 obj[132 0 R
134 0 R
136 0 R
]endobj
138 0 obj<</S/URI/URI(#NTACLSUPPOR)>>endobj
139 0 obj<</Subtype/Link/Rect[342.7 580.6 441.7 593.6]/Border[0 0 0]/A 138 0 R>>endobj
140 0 obj[139 0 R
]endobj
141 0 obj<</S/URI/URI(#SECURITYMASK)>>endobj
142 0 obj<</Subtype/Link/Rect[88.2 501.4 180.6 514.4]/Border[0 0 0]/A 141 0 R>>endobj
143 0 obj<</S/URI/URI(#CREATEMASK)>>endobj
144 0 obj<</Subtype/Link/Rect[358.9 422.2 438.1 435.2]/Border[0 0 0]/A 143 0 R>>endobj
145 0 obj<</S/URI/URI(#FORCESECURITYMODE)>>endobj
146 0 obj<</Subtype/Link/Rect[427.0 369.4 526.0 382.4]/Border[0 0 0]/A 145 0 R>>endobj
147 0 obj<</S/URI/URI(#FORCESECURITYMODE)>>endobj
148 0 obj<</Subtype/Link/Rect[72.0 356.2 98.4 369.2]/Border[0 0 0]/A 147 0 R>>endobj
149 0 obj<</S/URI/URI(#FORCECREATEMODE)>>endobj
150 0 obj<</Subtype/Link/Rect[358.9 277.0 477.7 290.0]/Border[0 0 0]/A 149 0 R>>endobj
151 0 obj[142 0 R
144 0 R
146 0 R
148 0 R
150 0 R
]endobj
152 0 obj<</S/URI/URI(smb.conf.5.html)>>endobj
153 0 obj<</Subtype/Link/Rect[72.0 655.0 151.2 668.0]/Border[0 0 0]/A 152 0 R>>endobj
154 0 obj[153 0 R
]endobj
155 0 obj<</Subtype/Link/Rect[72.0 684.0 223.5 697.0]/Border[0 0 0]/Dest[308 0 R/XYZ null 798 0]>>endobj
156 0 obj<</Subtype/Link/Rect[108.0 670.8 174.9 683.8]/Border[0 0 0]/Dest[308 0 R/XYZ null 730 0]>>endobj
157 0 obj<</Subtype/Link/Rect[72.0 644.4 277.3 657.4]/Border[0 0 0]/Dest[314 0 R/XYZ null 798 0]>>endobj
158 0 obj<</Subtype/Link/Rect[72.0 618.0 201.9 631.0]/Border[0 0 0]/Dest[317 0 R/XYZ null 798 0]>>endobj
159 0 obj<</Subtype/Link/Rect[72.0 591.6 207.1 604.6]/Border[0 0 0]/Dest[320 0 R/XYZ null 798 0]>>endobj
160 0 obj<</Subtype/Link/Rect[72.0 565.2 212.2 578.2]/Border[0 0 0]/Dest[323 0 R/XYZ null 798 0]>>endobj
161 0 obj<</Subtype/Link/Rect[72.0 538.8 265.4 551.8]/Border[0 0 0]/Dest[326 0 R/XYZ null 798 0]>>endobj
162 0 obj<</Subtype/Link/Rect[72.0 512.4 272.4 525.4]/Border[0 0 0]/Dest[329 0 R/XYZ null 798 0]>>endobj
163 0 obj<</Subtype/Link/Rect[72.0 486.0 242.5 499.0]/Border[0 0 0]/Dest[332 0 R/XYZ null 798 0]>>endobj
164 0 obj<</Subtype/Link/Rect[108.0 472.8 252.5 485.8]/Border[0 0 0]/Dest[332 0 R/XYZ null 611 0]>>endobj
165 0 obj<</Subtype/Link/Rect[108.0 459.6 301.1 472.6]/Border[0 0 0]/Dest[335 0 R/XYZ null 783 0]>>endobj
166 0 obj<</Subtype/Link/Rect[72.0 433.2 325.6 446.2]/Border[0 0 0]/Dest[338 0 R/XYZ null 798 0]>>endobj
167 0 obj<</Subtype/Link/Rect[72.0 406.8 271.5 419.8]/Border[0 0 0]/Dest[341 0 R/XYZ null 798 0]>>endobj
168 0 obj<</Subtype/Link/Rect[72.0 380.4 476.9 393.4]/Border[0 0 0]/Dest[344 0 R/XYZ null 798 0]>>endobj
169 0 obj<</Subtype/Link/Rect[72.0 354.0 208.9 367.0]/Border[0 0 0]/Dest[347 0 R/XYZ null 798 0]>>endobj
170 0 obj<</Subtype/Link/Rect[108.0 340.8 203.0 353.8]/Border[0 0 0]/Dest[347 0 R/XYZ null 585 0]>>endobj
171 0 obj<</Subtype/Link/Rect[108.0 327.6 153.5 340.6]/Border[0 0 0]/Dest[347 0 R/XYZ null 510 0]>>endobj
172 0 obj<</Subtype/Link/Rect[108.0 314.4 234.2 327.4]/Border[0 0 0]/Dest[347 0 R/XYZ null 395 0]>>endobj
173 0 obj<</Subtype/Link/Rect[108.0 301.2 262.6 314.2]/Border[0 0 0]/Dest[350 0 R/XYZ null 741 0]>>endobj
174 0 obj<</Subtype/Link/Rect[108.0 288.0 144.7 301.0]/Border[0 0 0]/Dest[350 0 R/XYZ null 613 0]>>endobj
175 0 obj<</Subtype/Link/Rect[108.0 274.8 199.3 287.8]/Border[0 0 0]/Dest[353 0 R/XYZ null 783 0]>>endobj
176 0 obj<</Subtype/Link/Rect[108.0 261.6 199.6 274.6]/Border[0 0 0]/Dest[353 0 R/XYZ null 694 0]>>endobj
177 0 obj<</Subtype/Link/Rect[72.0 235.2 371.8 248.2]/Border[0 0 0]/Dest[356 0 R/XYZ null 798 0]>>endobj
178 0 obj<</Subtype/Link/Rect[72.0 208.8 131.9 221.8]/Border[0 0 0]/Dest[359 0 R/XYZ null 798 0]>>endobj
179 0 obj<</Subtype/Link/Rect[72.0 182.4 159.7 195.4]/Border[0 0 0]/Dest[362 0 R/XYZ null 798 0]>>endobj
180 0 obj<</Subtype/Link/Rect[72.0 156.0 223.8 169.0]/Border[0 0 0]/Dest[365 0 R/XYZ null 798 0]>>endobj
181 0 obj<</Subtype/Link/Rect[108.0 142.8 249.5 155.8]/Border[0 0 0]/Dest[365 0 R/XYZ null 203 0]>>endobj
182 0 obj<</Subtype/Link/Rect[108.0 129.6 289.2 142.6]/Border[0 0 0]/Dest[368 0 R/XYZ null 701 0]>>endobj
183 0 obj<</Subtype/Link/Rect[72.0 103.2 164.3 116.2]/Border[0 0 0]/Dest[371 0 R/XYZ null 798 0]>>endobj
184 0 obj<</Subtype/Link/Rect[72.0 76.8 199.1 89.8]/Border[0 0 0]/Dest[377 0 R/XYZ null 798 0]>>endobj
185 0 obj[155 0 R
156 0 R
157 0 R
158 0 R
159 0 R
160 0 R
161 0 R
162 0 R
163 0 R
164 0 R
165 0 R
166 0 R
167 0 R
168 0 R
169 0 R
170 0 R
171 0 R
172 0 R
173 0 R
174 0 R
175 0 R
176 0 R
177 0 R
178 0 R
179 0 R
180 0 R
181 0 R
182 0 R
183 0 R
184 0 R
]endobj
186 0 obj<</Subtype/Link/Rect[72.0 684.0 326.9 697.0]/Border[0 0 0]/Dest[380 0 R/XYZ null 798 0]>>endobj
187 0 obj<</Subtype/Link/Rect[72.0 657.6 402.3 670.6]/Border[0 0 0]/Dest[383 0 R/XYZ null 798 0]>>endobj
188 0 obj<</Subtype/Link/Rect[72.0 631.2 128.8 644.2]/Border[0 0 0]/Dest[386 0 R/XYZ null 798 0]>>endobj
189 0 obj<</Subtype/Link/Rect[108.0 618.0 133.7 631.0]/Border[0 0 0]/Dest[389 0 R/XYZ null 783 0]>>endobj
190 0 obj<</Subtype/Link/Rect[72.0 591.6 277.1 604.6]/Border[0 0 0]/Dest[392 0 R/XYZ null 798 0]>>endobj
191 0 obj<</Subtype/Link/Rect[72.0 565.2 131.9 578.2]/Border[0 0 0]/Dest[395 0 R/XYZ null 798 0]>>endobj
192 0 obj<</Subtype/Link/Rect[72.0 538.8 138.6 551.8]/Border[0 0 0]/Dest[398 0 R/XYZ null 798 0]>>endobj
193 0 obj<</Subtype/Link/Rect[72.0 512.4 171.6 525.4]/Border[0 0 0]/Dest[407 0 R/XYZ null 798 0]>>endobj
194 0 obj<</Subtype/Link/Rect[108.0 499.2 186.8 512.2]/Border[0 0 0]/Dest[407 0 R/XYZ null 664 0]>>endobj
195 0 obj<</Subtype/Link/Rect[108.0 486.0 253.7 499.0]/Border[0 0 0]/Dest[407 0 R/XYZ null 457 0]>>endobj
196 0 obj<</Subtype/Link/Rect[108.0 472.8 194.8 485.8]/Border[0 0 0]/Dest[407 0 R/XYZ null 355 0]>>endobj
197 0 obj<</Subtype/Link/Rect[108.0 459.6 207.0 472.6]/Border[0 0 0]/Dest[407 0 R/XYZ null 240 0]>>endobj
198 0 obj<</Subtype/Link/Rect[72.0 433.2 256.8 446.2]/Border[0 0 0]/Dest[413 0 R/XYZ null 798 0]>>endobj
199 0 obj<</Subtype/Link/Rect[72.0 406.8 272.9 419.8]/Border[0 0 0]/Dest[416 0 R/XYZ null 798 0]>>endobj
200 0 obj<</Subtype/Link/Rect[72.0 380.4 254.4 393.4]/Border[0 0 0]/Dest[419 0 R/XYZ null 798 0]>>endobj
201 0 obj<</Subtype/Link/Rect[72.0 354.0 266.2 367.0]/Border[0 0 0]/Dest[425 0 R/XYZ null 798 0]>>endobj
202 0 obj<</Subtype/Link/Rect[72.0 327.6 423.1 340.6]/Border[0 0 0]/Dest[428 0 R/XYZ null 798 0]>>endobj
203 0 obj<</Subtype/Link/Rect[72.0 301.2 112.9 314.2]/Border[0 0 0]/Dest[431 0 R/XYZ null 798 0]>>endobj
204 0 obj<</Subtype/Link/Rect[72.0 274.8 131.9 287.8]/Border[0 0 0]/Dest[434 0 R/XYZ null 798 0]>>endobj
205 0 obj<</Subtype/Link/Rect[72.0 248.4 186.3 261.4]/Border[0 0 0]/Dest[437 0 R/XYZ null 798 0]>>endobj
206 0 obj<</Subtype/Link/Rect[108.0 235.2 160.8 248.2]/Border[0 0 0]/Dest[437 0 R/XYZ null 426 0]>>endobj
207 0 obj<</Subtype/Link/Rect[72.0 208.8 172.9 221.8]/Border[0 0 0]/Dest[440 0 R/XYZ null 798 0]>>endobj
208 0 obj<</Subtype/Link/Rect[108.0 195.6 261.1 208.6]/Border[0 0 0]/Dest[440 0 R/XYZ null 651 0]>>endobj
209 0 obj<</Subtype/Link/Rect[108.0 182.4 203.3 195.4]/Border[0 0 0]/Dest[440 0 R/XYZ null 444 0]>>endobj
210 0 obj<</Subtype/Link/Rect[108.0 169.2 261.4 182.2]/Border[0 0 0]/Dest[443 0 R/XYZ null 662 0]>>endobj
211 0 obj<</Subtype/Link/Rect[108.0 156.0 241.8 169.0]/Border[0 0 0]/Dest[443 0 R/XYZ null 349 0]>>endobj
212 0 obj<</Subtype/Link/Rect[108.0 142.8 175.5 155.8]/Border[0 0 0]/Dest[446 0 R/XYZ null 783 0]>>endobj
213 0 obj<</Subtype/Link/Rect[72.0 116.4 215.6 129.4]/Border[0 0 0]/Dest[449 0 R/XYZ null 798 0]>>endobj
214 0 obj<</Subtype/Link/Rect[72.0 90.0 126.4 103.0]/Border[0 0 0]/Dest[452 0 R/XYZ null 798 0]>>endobj
215 0 obj<</Subtype/Link/Rect[72.0 63.6 124.6 76.6]/Border[0 0 0]/Dest[455 0 R/XYZ null 798 0]>>endobj
216 0 obj[186 0 R
187 0 R
188 0 R
189 0 R
190 0 R
191 0 R
192 0 R
193 0 R
194 0 R
195 0 R
196 0 R
197 0 R
198 0 R
199 0 R
200 0 R
201 0 R
202 0 R
203 0 R
204 0 R
205 0 R
206 0 R
207 0 R
208 0 R
209 0 R
210 0 R
211 0 R
212 0 R
213 0 R
214 0 R
215 0 R
]endobj
217 0 obj<</Subtype/Link/Rect[72.0 684.0 413.9 697.0]/Border[0 0 0]/Dest[458 0 R/XYZ null 798 0]>>endobj
218 0 obj<</Subtype/Link/Rect[72.0 657.6 407.5 670.6]/Border[0 0 0]/Dest[461 0 R/XYZ null 798 0]>>endobj
219 0 obj<</Subtype/Link/Rect[72.0 631.2 273.7 644.2]/Border[0 0 0]/Dest[464 0 R/XYZ null 798 0]>>endobj
220 0 obj<</Subtype/Link/Rect[72.0 604.8 179.6 617.8]/Border[0 0 0]/Dest[467 0 R/XYZ null 798 0]>>endobj
221 0 obj<</Subtype/Link/Rect[72.0 578.4 245.5 591.4]/Border[0 0 0]/Dest[470 0 R/XYZ null 798 0]>>endobj
222 0 obj<</Subtype/Link/Rect[108.0 565.2 181.0 578.2]/Border[0 0 0]/Dest[470 0 R/XYZ null 532 0]>>endobj
223 0 obj<</Subtype/Link/Rect[108.0 552.0 206.1 565.0]/Border[0 0 0]/Dest[470 0 R/XYZ null 272 0]>>endobj
224 0 obj<</Subtype/Link/Rect[72.0 525.6 255.9 538.6]/Border[0 0 0]/Dest[476 0 R/XYZ null 798 0]>>endobj
225 0 obj<</Subtype/Link/Rect[72.0 499.2 364.1 512.2]/Border[0 0 0]/Dest[479 0 R/XYZ null 798 0]>>endobj
226 0 obj<</Subtype/Link/Rect[72.0 472.8 354.3 485.8]/Border[0 0 0]/Dest[485 0 R/XYZ null 798 0]>>endobj
227 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
]endobj
228 0 obj<</Dests 229 0 R>>endobj
229 0 obj<</Kids[230 0 R]>>endobj
230 0 obj<</Limits[(aen10)(smbpasswdfileformat)]/Names[(aen10)231 0 R(aen111)232 0 R(aen12)233 0 R(aen127)234 0 R(aen136)235 0 R(aen152)236 0 R(aen166)237 0 R(aen171)238 0 R(aen175)239 0 R(aen178)240 0 R(aen187)241 0 R(aen191)242 0 R(aen20)243 0 R(aen201)244 0 R(aen204)245 0 R(aen207)246 0 R(aen218)247 0 R(aen222)248 0 R(aen233)249 0 R(aen252)250 0 R(aen259)251 0 R(aen268)252 0 R(aen320)253 0 R(aen359)254 0 R(aen374)255 0 R(aen385)256 0 R(aen4)257 0 R(aen419)258 0 R(aen428)259 0 R(aen439)260 0 R(aen456)261 0 R(aen48)262 0 R(aen510)263 0 R(aen514)264 0 R(aen52)265 0 R(aen524)266 0 R(aen527)267 0 R(aen531)268 0 R(aen553)269 0 R(aen581)270 0 R(aen592)271 0 R(aen655)272 0 R(aen66)273 0 R(aen669)274 0 R(aen687)275 0 R(aen691)276 0 R(aen704)277 0 R(aen711)278 0 R(aen715)279 0 R(aen72)280 0 R(aen720)281 0 R(aen724)282 0 R(aen740)283 0 R(aen748)284 0 R(aen752)285 0 R(aen755)286 0 R(aen761)287 0 R(aen773)288 0 R(aen776)289 0 R(aen787)290 0 R(aen796)291 0 R(aen807)292 0 R(aen82)293 0 R(aen827)294 0 R(aen842)295 0 R(aen856)296 0 R(aen863)297 0 R(aen885)298 0 R(aen949)299 0 R(migration)300 0 R(samba-doc.html)301 0 R(samba-project-documentation)302 0 R(smbpasswdfileformat)303 0 R]>>endobj
231 0 obj<</D[311 0 R/XYZ null 798 null]>>endobj
232 0 obj<</D[332 0 R/XYZ null 783 null]>>endobj
233 0 obj<</D[314 0 R/XYZ null 798 null]>>endobj
234 0 obj<</D[335 0 R/XYZ null 798 null]>>endobj
235 0 obj<</D[338 0 R/XYZ null 798 null]>>endobj
236 0 obj<</D[341 0 R/XYZ null 798 null]>>endobj
237 0 obj<</D[344 0 R/XYZ null 798 null]>>endobj
238 0 obj<</D[344 0 R/XYZ null 585 null]>>endobj
239 0 obj<</D[344 0 R/XYZ null 510 null]>>endobj
240 0 obj<</D[344 0 R/XYZ null 395 null]>>endobj
241 0 obj<</D[347 0 R/XYZ null 741 null]>>endobj
242 0 obj<</D[347 0 R/XYZ null 613 null]>>endobj
243 0 obj<</D[317 0 R/XYZ null 798 null]>>endobj
244 0 obj<</D[350 0 R/XYZ null 783 null]>>endobj
245 0 obj<</D[350 0 R/XYZ null 694 null]>>endobj
246 0 obj<</D[353 0 R/XYZ null 798 null]>>endobj
247 0 obj<</D[356 0 R/XYZ null 798 null]>>endobj
248 0 obj<</D[359 0 R/XYZ null 798 null]>>endobj
249 0 obj<</D[362 0 R/XYZ null 798 null]>>endobj
250 0 obj<</D[362 0 R/XYZ null 203 null]>>endobj
251 0 obj<</D[365 0 R/XYZ null 701 null]>>endobj
252 0 obj<</D[368 0 R/XYZ null 798 null]>>endobj
253 0 obj<</D[374 0 R/XYZ null 798 null]>>endobj
254 0 obj<</D[377 0 R/XYZ null 798 null]>>endobj
255 0 obj<</D[380 0 R/XYZ null 798 null]>>endobj
256 0 obj<</D[383 0 R/XYZ null 798 null]>>endobj
257 0 obj<</D[305 0 R/XYZ null 730 null]>>endobj
258 0 obj<</D[386 0 R/XYZ null 783 null]>>endobj
259 0 obj<</D[389 0 R/XYZ null 798 null]>>endobj
260 0 obj<</D[392 0 R/XYZ null 798 null]>>endobj
261 0 obj<</D[395 0 R/XYZ null 798 null]>>endobj
262 0 obj<</D[320 0 R/XYZ null 798 null]>>endobj
263 0 obj<</D[404 0 R/XYZ null 798 null]>>endobj
264 0 obj<</D[404 0 R/XYZ null 664 null]>>endobj
265 0 obj<</D[323 0 R/XYZ null 798 null]>>endobj
266 0 obj<</D[404 0 R/XYZ null 457 null]>>endobj
267 0 obj<</D[404 0 R/XYZ null 355 null]>>endobj
268 0 obj<</D[404 0 R/XYZ null 240 null]>>endobj
269 0 obj<</D[410 0 R/XYZ null 798 null]>>endobj
270 0 obj<</D[413 0 R/XYZ null 798 null]>>endobj
271 0 obj<</D[416 0 R/XYZ null 798 null]>>endobj
272 0 obj<</D[422 0 R/XYZ null 798 null]>>endobj
273 0 obj<</D[326 0 R/XYZ null 798 null]>>endobj
274 0 obj<</D[425 0 R/XYZ null 798 null]>>endobj
275 0 obj<</D[428 0 R/XYZ null 798 null]>>endobj
276 0 obj<</D[431 0 R/XYZ null 798 null]>>endobj
277 0 obj<</D[434 0 R/XYZ null 798 null]>>endobj
278 0 obj<</D[434 0 R/XYZ null 426 null]>>endobj
279 0 obj<</D[437 0 R/XYZ null 798 null]>>endobj
280 0 obj<</D[329 0 R/XYZ null 798 null]>>endobj
281 0 obj<</D[437 0 R/XYZ null 651 null]>>endobj
282 0 obj<</D[437 0 R/XYZ null 444 null]>>endobj
283 0 obj<</D[440 0 R/XYZ null 662 null]>>endobj
284 0 obj<</D[440 0 R/XYZ null 349 null]>>endobj
285 0 obj<</D[443 0 R/XYZ null 783 null]>>endobj
286 0 obj<</D[446 0 R/XYZ null 798 null]>>endobj
287 0 obj<</D[449 0 R/XYZ null 798 null]>>endobj
288 0 obj<</D[452 0 R/XYZ null 798 null]>>endobj
289 0 obj<</D[455 0 R/XYZ null 798 null]>>endobj
290 0 obj<</D[458 0 R/XYZ null 798 null]>>endobj
291 0 obj<</D[461 0 R/XYZ null 798 null]>>endobj
292 0 obj<</D[464 0 R/XYZ null 798 null]>>endobj
293 0 obj<</D[329 0 R/XYZ null 611 null]>>endobj
294 0 obj<</D[467 0 R/XYZ null 798 null]>>endobj
295 0 obj<</D[467 0 R/XYZ null 532 null]>>endobj
296 0 obj<</D[467 0 R/XYZ null 272 null]>>endobj
297 0 obj<</D[473 0 R/XYZ null 798 null]>>endobj
298 0 obj<</D[476 0 R/XYZ null 798 null]>>endobj
299 0 obj<</D[482 0 R/XYZ null 798 null]>>endobj
300 0 obj<</D[410 0 R/XYZ null 798 null]>>endobj
301 0 obj<</D[308 0 R/XYZ null 698 null]>>endobj
302 0 obj<</D[305 0 R/XYZ null 798 null]>>endobj
303 0 obj<</D[368 0 R/XYZ null 798 null]>>endobj
304 0 obj<</Type/Pages/MediaBox[0 0 595 792]/Count 64/Kids[305 0 R
488 0 R
491 0 R
494 0 R
308 0 R
311 0 R
314 0 R
317 0 R
320 0 R
323 0 R
326 0 R
329 0 R
332 0 R
335 0 R
338 0 R
341 0 R
344 0 R
347 0 R
350 0 R
353 0 R
356 0 R
359 0 R
362 0 R
365 0 R
368 0 R
371 0 R
374 0 R
377 0 R
380 0 R
383 0 R
386 0 R
389 0 R
392 0 R
395 0 R
398 0 R
401 0 R
404 0 R
407 0 R
410 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
]>>endobj
305 0 obj<</Type/Page/Parent 304 0 R/Contents 306 0 R/Resources<</ProcSet[/PDF/Text]/Font<</F8 11 0 R/F9 12 0 R>>>>>>endobj
306 0 obj<</Length 307 0 R/Filter/FlateDecode>>stream
x+ä2T0