SerNet. Samba Status Update. Munich 13. March Volker Lendecke SerNet Samba Team. Network Service in a Service Network
|
|
|
- Chloe Park
- 10 years ago
- Views:
Transcription
1 Samba Status Update Munich 13. March 2008 Volker Lendecke SerNet Samba Team 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 1
2 Volker Lendecke Co-founder SerNet - Service Network GmbH Free Software as a successful business model Network Security for the industry and the public sector Samba-Support/Development in Germany For almost 20 years concerned with Free Software First patches to Samba in 1994 Consultant for industry in IT questions Co-founder emlix GmbH (Embedded Systems) 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 2
3 What is Samba? Interoperability between Windows and Unix systems Most protocols Windows speaks today SMB (File Sharing), Printing, Browsing, Authentication Samba makes unix machines show up in Network Neighborhood Samba runs on most Unixes these days Main development platform is Linux Solaris, AIX, HP/UX, Stratus V/OS, Tru64, etc... 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 3
4 Samba 3 Stable version of Samba, production code Solid file and print server NT and Active Directory domain member NT4-compatible Domain Controller Security and access control model based on Unix Flexible posix-based VFS modules to change file access semantics Current version: a 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 4
5 Samba 4 Started in 2003 by Andrew Tridgell as a new VFS system with the goal to support cluster file systems Complete re-write of Samba Target: 100% semantics of Windows Main feature today: Active DirectoryDomain controller Most useful component for development: smbtorture, a very comprehensive SMB test suite 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 5
6 Samba 3.2 License change: GPLv3 This caused the naming change from 3.0 to will only be maintained for security updates When will 3.2 come? It's long overdue New Release Manager: Karolin Seeger 3.2.0pre2 was released March 4, she's actively pushing us to get it out soon 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 6
7 IPv6 NetBIOS over TCP (RFC1001/1002) only specifies IPv4 RFC1002 name resolution naturally embeds IPaddresses With AD and CIFS, DNS has become the primary name resolution Nobody is going to change RFC1002 Samba 3.2 listens on IPv6 interfaces now Main changes: Interface enumeration and name resolution for Samba as a client (getaddrinfo) 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 7
8 Memory usage The thumb-rule is that you need 2-3MB real RAM for an active, connected client Quite a lot for embedded systems (the 50 Euro NAS hard drive) Number of clients on large systems mainly limited by RAM usage, there are numbers from competitors that advertise less than 100k per client The footprint for an idle client was reduced by 50% 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 8
9 Memory handling Smbd used to allocate static buffers for the largest possible SMB request: 128k incoming, 128k outgoing 3.2: allocation on demand All of smbd internally assumed to have 128k available, many internal changes Many other buffers now malloc'ed on demand, not by maximum use 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 9
10 No static pstring buffers Pstring: Rest in peace :-) All file names used to be stored in 1k buffers The typical file name is a lot shorter than 1k Everything malloc'ed on demand now Malloc started to show up high in profiling Changes to talloc to use one pool per SMB request without calling malloc 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 10
11 Malloc implementation For some requests, we do have to allocate much memory Glibc malloc is not nice to forked processes Smbd parent does quite a bit of memory allocation which is never changed in the child Allocations in the child cause write access to parent malloc internal structures, causing copy on write where smbd does not write itself Playing around with a malloc of our own 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 11
12 Registry configuration Parsing and writing smb.conf files with GUI tools is awkward at best Samba 3 has to implement a registry, clients expect to find certain keys to determine the server type Registry data model matches exactly smb.conf format, it was designed as a.ini file replacement HKLM\Software\Samba\smbconf Enabled only if config backend = registry is enabled in the smb.conf text file 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 12
13 Cluster support Samba 3.0 was heavily modified to enable sharing of cluster file systems correctly via CIFS Product shipped by IBM right now based on a heavily modified Ctdb.samba.org has all Samba-related components 3.2 contains the relevant changes Heavy, serious testing needs to be done on the cluster feature of 3.2, that's why we mark it as experimental for the release 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 13
14 AD LDAP signing Policies on W2k3 domain controllers can require that all LDAP access needs to be authenticated and integrity protected Cyrus SASL is the standard OpenLDAP way to provide this, but it is hard to configure Current OpenLDAP libraries allow to intercept the network traffic Samba 3.2 winbind does the SASL integrity wrapping itself 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 14
15 LDB Ldb is a lightweight library providing an LDAP-like data model on top of tdb Same idea as SQLite for SQL Main feature: Multi-indexed tdb Samba needs to maintain its internal user database As a start, group mapping has been converted to ldb In the future, maybe more will be converted 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 15
16 SMB transport encryption All SMB authentication variants provide a session key as one result This is used to encrypt the password changes RPC can be encrypted Normal SMB traffic (file content) is plain text Samba 3.2 re-uses the RPC encryption routines to encrypt the whole SMB data stream Currently only smbclient->smbd Now we have to persuade MS to use this :-) 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 16
17 RPC interface generation Many important sub-protocols in the SMB world are DCE/RPC based Marshalling of function call arguments has been done with manual code Real RPC implementations use IDL Samba4 provides the Perl-based IDL compiler IDL Contrary to MIDL (the MS tool), PIDL generates readable code Lots of Samba 3.2 code is converted, much ugly code is gone 03/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 17
18 Questions/comments? Volker Lendecke, SerNet Service Network GmbH Bahnhofsallee 1b Göttingen Tel: Fax: /2008, Volker Lendecke, SerNet Service Network GmbH, Seite 18
SerNet. Samba Status Update. Linuxkongress Hamburg October 10, 2008. Volker Lendecke SerNet Samba Team. Network Service in a Service Network
Samba Status Update Linuxkongress Hamburg October 10, 2008 Volker Lendecke SerNet Samba Team 10/2008, Volker Lendecke, SerNet Service Network GmbH, Seite 1 Volker Lendecke Co-founder SerNet - Service Network
SerNet. Clustered Samba. Nürnberg April 29, 2009. Volker Lendecke SerNet Samba Team. Network Service in a Service Network
Clustered Samba Nürnberg April 29, 2009 Volker Lendecke SerNet Samba Team 04/2009, Volker Lendecke, SerNet Service Network GmbH, Seite 1 Volker Lendecke Co-founder SerNet - Service Network GmbH Free Software
Samba 4 AD + Fileserver
Samba 4 AD + Fileserver Linuxtag 2013 Volker Lendecke Samba Team Volker Lendecke Co-founder - Service Network GmbH Free Software as a successful business model Network Security for the industry and the
Scalable NAS Cluster With Samba And CTDB Source Talk Tage 2010
Scalable NAS Cluster With Samba And CTDB Source Talk Tage 2010 Michael Adam [email protected] SerNet / Samba Team 2010-08-31 Outline Outline 1 Introduction 2 Cluster Challenges Introduction Challenges For
Clustered CIFS For Everybody Clustering Samba With CTDB. LinuxTag 2009
Clustered CIFS For Everybody Clustering Samba With CTDB LinuxTag 2009 Michael Adam [email protected] 2009-06-24 Contents 1 Cluster Challenges 2 1.1 The Ideas............................... 2 1.2 Challenges
Integration with Active Directory. Jeremy Allison Samba Team
Integration with Active Directory Jeremy Allison Samba Team Benefits of using Active Directory Unlike the earlier Microsoft Windows NT 4.x Domain directory service which used proprietary DCE/RPC calls,
Using Samba to play nice with Windows. Bill Moran Potential Technologies
Using Samba to play nice with Windows Bill Moran Potential Technologies SMB (Server Messenger Block) Now called CIFS (Common Internet File System) Historically one of Microsoft's core network protocls,
A COMPARISON BETWEEN THE SAMBA3 AND LIKEWISE LWIOD FILE SERVERS
A COMPARISON BETWEEN THE SAMBA3 AND LIKEWISE LWIOD FILE SERVERS May 7, 2010 Outline Overview Architecture Feature Set Administrator Perspective Developer Perspective Overview 18 years development GPLv3
Samba File Sharing 1 of 17. File Sharing. Hal Miller & Leeland Artra. Notes:
Samba File Sharing 1 of 17 File Sharing By Hal Miller & Leeland Artra Samba File Sharing 2 of 17 Presentation Overview What is Samba What is SMB What is CIFS Samba Parts Trouble Shooting Discussion of
Univention Corporate Server. Operation of a Samba domain based on Windows NT domain services
Univention Corporate Server Operation of a Samba domain based on Windows NT domain services 2 Table of Contents 1. Components of a Samba domain... 4 2. Installation... 5 3. Services of a Samba domain...
Samba and Vista with IPv6
Samba and Vista with IPv6 Dr David Holder CEng MIET MIEEE [email protected] - All rights reserved Quick Poll Who is using IPv6? Who is using IPv6 in a production environment? Who wants to use IPv6
Samba. Samba. Samba 2.2.x. Limitations of Samba 2.2.x 1. Interoperating with Windows. Implements Microsoft s SMB protocol
Samba Samba Interoperating with Windows Nick Urbanik Copyright Conditions: GNU FDL (seehttp://www.gnu.org/licenses/fdl.html) A computing department Implements Microsoft s SMB protocol
Samba 4.2. Cebit 2015 Hannover
Samba 4.2 Cebit 2015 Hannover Volker Lendecke Samba Team / SerNet 2015-03-19 vl Samba 4.2 (2 / 12) SerNet SLA based support for more than 650 customers firewalls, VPN, certificates, audits based on open
Integrating UNIX and Linux with Active Directory. John H Terpstra
Integrating UNIX and Linux with Active Directory John H Terpstra CTO, PrimaStasys Inc. [email protected] Slide 1 Agenda Definition of the Integration Problem Technical Background Review of Solution Choices
Integrating Red Hat Enterprise Linux 6 with Microsoft Active Directory Presentation
Integrating Red Hat Enterprise Linux 6 with Microsoft Active Directory Presentation Agenda Overview Components Considerations Configurations Futures Summary What is needed? Thorough understanding components,
Samba in the Enterprise : Samba 3.0 and beyond
Samba in the Enterprise : Samba 3.0 and beyond By Jeremy Allison [email protected] [email protected] Where we are now : Samba 2.2 The current Samba is a credible replacement for a Windows server providing
Samba on HP StorageWorks Enterprise File Services (EFS) Clustered File System Software
Samba on HP StorageWorks Enterprise File Services (EFS) Clustered File System Software Installation and integration guide Abstract... 2 Introduction... 2 Application overview... 2 Application configuration...
Implementing Active Directory Hurdles, Obstacles, and the Finish Line. Jim McDonough Samba Team IBM Linux Technology Center April 6, 2004
Implementing Active Directory Hurdles, Obstacles, and the Finish Line Jim McDonough Samba Team IBM Linux Technology Center April 6, 2004 IBM Interest Alternative to Active Directory Common request from
OpenChange overview and current server implementation
OpenChange overview and current server implementation 1 Introduction What is OpenChange? + Open Source implementation of Microsoft Exchange protocols under unix/linux + Exchange server replacement under
Active Directory network protocols and traffic
HERVÉ SCHAUER CONSULTANTS Cabinet de Consultants en Sécurité Informatique depuis 1989 Spécialisé sur Unix, Windows, TCP/IP et Internet Windows Security OSSIR group 13th September S 2004 Active Directory
Active Directory network protocols and traffic
samba experience 2005 Göttingen, Germany 4 th May 2005 Active Directory network protocols and traffic Jean-Baptiste Marchand Jean-Baptiste Marchand Introduction Agenda Active
FreeIPA Cross Forest Trusts
Alexander Bokovoy Andreas Schneider May 10th, 2012 1 FreeIPA What is FreeIPA? Cross Forest Trusts 2 Samba 3 Demo Talloc Tutorial Pavel Brezina wrote Talloc tutorial! http://talloc.samba.org/
Samba's AD DC: Samba 4.2 and Beyond. Presented by Andrew Bartlett of Catalyst // 2014-09
Samba's AD DC: Samba 4.2 and Beyond Presented by Andrew Bartlett of Catalyst // 2014-09 About me Andrew Bartlett Samba Team member since 2001 Working on the AD DC since 2006 These views are my own, but
The syslog-ng Premium Edition 5LTS
The syslog-ng Premium Edition 5LTS PRODUCT DESCRIPTION Copyright 2000-2013 BalaBit IT Security All rights reserved. www.balabit.com Introduction The syslog-ng Premium Edition enables enterprises to collect,
Understanding MAPI. Julien Kerihuel, <[email protected]>
Understanding MAPI Julien Kerihuel, Contents Introduction MAPI Overview MAPI Concepts Introduction Introduction This introduction provides a quick overview of the underlying
Julien Kerihuel. <[email protected]> OpenChange Project
Linux MAPI programming over ExchangeRPC Julien Kerihuel OpenChange Project 1 Opening Exchange to a wider world 2 1 OpenChange Goals The OpenChange Project aims to provide a
Migration of Windows Intranet domain to Linux Domain Moving Linux to a Wider World
Journal of Basic and Applied Engineering Research pp. 55-59 Krishi Sanskriti Publications http://www.krishisanskriti.org/jbaer.html Migration of Windows Intranet domain to Linux Domain Moving Linux to
Samba as an Active Directory Domain Controller
Samba as an Active Directory Domain Controller Gregory Havens II Texas A&M University [email protected] Anthony Liguori Rutgers University [email protected] C. Donour Sizemore University of Chicago
The syslog-ng Premium Edition 5F2
The syslog-ng Premium Edition 5F2 PRODUCT DESCRIPTION Copyright 2000-2014 BalaBit IT Security All rights reserved. www.balabit.com Introduction The syslog-ng Premium Edition enables enterprises to collect,
IBM Cloud Manager with OpenStack
IBM Cloud Manager with OpenStack Download Trial Guide Cloud Solutions Team: Cloud Solutions Beta [email protected] Page 1 Table of Contents Chapter 1: Introduction...3 Development cycle release scope...3
ACE Management Server Deployment Guide VMware ACE 2.0
Technical Note ACE Management Server Deployment Guide VMware ACE 2.0 This technical note provides guidelines for the deployment of VMware ACE Management Servers, including capacity planning and best practices.
Common Internet File System
Common Internet File System Hari Muzumdar September, 2009 Technical Update Days, Germany, 2009 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without
OpenVMS Update & OpenVMS Common Internet File System based on SAMBA
OpenVMS Update & OpenVMS Common Internet File System based on SAMBA Jim Janetos OpenVMS Base Operating System Lab Manager [email protected] 2007 Hewlett-Packard Development Company, L.P. The information
Using Single Sign-on with Samba. Appendices. Glossary. Using Single Sign-on with Samba. SonicOS Enhanced
SonicOS Enhanced Using Single Sign-on with Samba Using Single Sign-on with Samba Introduction Recommended Versions Caveats SonicWALL Single Sign-on in Windows SonicWALL Single Sign-on with Samba Checking
Automatic Configuration and Service Discovery for Networked Smart Devices
Automatic Configuration and Service Discovery for Networked Smart Devices Günter Obiltschnig Applied Informatics Software Engineering GmbH St. Peter 33 9184 St. Jakob im Rosental Austria Tel: +43 4253
Parallels Plesk Panel
Parallels Plesk Panel Copyright Notice Parallels Holdings, Ltd. c/o Parallels International GMbH Vordergasse 49 CH8200 Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Copyright 1999-2011
SMB3 in Samba. Multi-Channel and Beyond. Michael Adam 2016-04-20. Red Hat / samba.org
SMB3 in Samba Multi-Channel and Beyond Michael Adam Red Hat / samba.org 2016-04-20 Michael Adam SMB3 in Samba (2/44) agenda History of SMB History of Samba SMB 2+ SMB 2+ in Samba SMB3 Multi-Channel Outlook:
STERLING SECURE PROXY. Raj Kumar Integration Management, Inc. [email protected]
STERLING SECURE PROXY Raj Kumar Integration Management, Inc. [email protected] Agenda Terminology Proxy Definition Sterling Secure Proxy Overview Architecture Components Architecture Diagram
Hardware and Software Requirements for Installing California.pro
Hardware and Requirements for Installing California.pro This document lists the hardware and software requirements to install and run California.pro. Workstation with SQL Server Recommended: 64-Bit Windows
Security with LDAP. Andrew Findlay. February 2002. Skills 1st Ltd www.skills-1st.co.uk. [email protected]
Security with LDAP Andrew Findlay Skills 1st Ltd www.skills-1st.co.uk February 2002 Security with LDAP Applications of LDAP White Pages NIS (Network Information System) Authentication Lots of hype How
"Charting the Course... Enterprise Linux Networking Services Course Summary
Course Summary Description This an expansive course that covers a wide range of network services useful to every organization. Special attention is paid to the concepts needed to implement these services
Work No. 1 Samba. What is Samba?
Work No. 1 Samba What is Samba? Samba is an implementation of a Server Message Block (SMB) protocol server that can be run on almost every variant of UNIX in existence. Samba is an open source project,
NT4 PDC Migration to Samba 3
NT4 PDC Migration to Samba 3 John (Jan) H Terpstra, Samba Team [email protected] SambaXP Conference 2003, Göttingen, Germany http: // samba.org/~jht/nt4migration 1 Agenda Understanding Site Objectives Know
1 hours, 30 minutes, 38 seconds Heavy scan. All scanned network resources. Copyright 2001, FTP access obtained
home Network Vulnerabilities Detail Report Grouped by Vulnerability Report Generated by: Symantec NetRecon 3.5 Licensed to: X Serial Number: 0182037567 Machine Scanned from: ZEUS (192.168.1.100) Scan Date:
Ensure that the server where you install the Primary Server software meets the following requirements: Item Requirements Additional Details
ZENworks 11 SP3 System December 2014 The following sections provide the Novell ZENworks 11 SP3 requirements for hardware and software: Section 1, Primary Server, on page 1 Section 2, Managed Device, on
Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE
Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE A P P L I C A T I O N V E R S I O N : 8. 0 Dear User! Thank you for choosing our product. We hope that this documentation will help you in your
STEALTHbits Technologies, Inc. StealthAUDIT v5.1 System Requirements and Installation Notes
STEALTHbits Technologies, Inc. StealthAUDIT v5.1 System Requirements and Installation Notes June 2011 Table of Contents Overview... 3 Installation Overview... 3 Hosting System Requirements... 4 Recommended
Testing Samba for Bigger Environments Samba / Linux / OpenLDAP at the german federal parliament
Peter H. Ganten [email protected] Testing Samba for Bigger Environments Samba / Linux / OpenLDAP at the german federal parliament Agenda 1. Advertisment for the speakers company (very short, I promise)
Samba 4 Status Update
Samba 4 Status Update or: some lessons in project management Jelmer Vernooij Samba Team November 6, 2011 Agenda 1 Protocol background 2 Samba Versions Samba 3 Samba 4 3 Branching issues Conflict Reconciliation
MQ Authenticate User Security Exit Overview
MQ Authenticate User Security Exit Overview Capitalware Inc. Unit 11, 1673 Richmond Street, PMB524 London, Ontario N6G2N3 Canada [email protected] http://www.capitalware.com Table of Contents 1INTRODUCTION...1
Functions of NOS Overview of NOS Characteristics Differences Between PC and a NOS Multiuser, Multitasking, and Multiprocessor Systems NOS Server
Functions of NOS Overview of NOS Characteristics Differences Between PC and a NOS Multiuser, Multitasking, and Multiprocessor Systems NOS Server Hardware Windows Windows NT 4.0 Linux Server Software and
Agenda. NT4 PDC Migration to Samba-3. Site Objectives. Samba-3 is NOT MS Windows NT. John H Terpstra, Samba-Team [email protected]
NT4 PDC Migration to Samba-3 John H Terpstra, Samba-Team [email protected] SambaXP Conference 2003, Göttingen, Germany http: // samba.org/~jht/nt4migration Agenda Understanding Site Objectives Know the impact
ANNEXURE-1 TO THE TENDER ENQUIRY NO.: DPS/AMPU/MIC/1896. Network Security Software Nessus- Technical Details
Sub: Supply, Installation, setup and testing of Tenable Network Security Nessus vulnerability scanner professional version 6 or latest for scanning the LAN, VLAN, VPN and IPs with 3 years License/Subscription
SAMBA VI: As a Domain Controller
Page 1 of 8 DocIndex Search Main - DocIndex - Connectivity SAMBA VI: As a Domain Controller Running A Linux Primary Domain Controller Joining Windows Machines To The Domain Making Your Life Easier Going
Features - Media Management
Page 1 of 14 Features - Media Management TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - MEDIAAGENT INSTALLATION Install the MediaAgent - Windows Install the MediaAgent - Solaris Install the MediaAgent
Network File System (NFS) Pradipta De [email protected]
Network File System (NFS) Pradipta De [email protected] Today s Topic Network File System Type of Distributed file system NFS protocol NFS cache consistency issue CSE506: Ext Filesystem 2 NFS
Centrify-Enabled Samba
CENTRIFY CORP. Centrify-Enabled Samba DECEMBER 2009 The easy-to-manage enterprise solution for Active Directory-enabled Samba file sharing ABSTRACT Samba is one of the most popular open source technologies
Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation.
NETWORK OPERATING SYSTEM Introduction Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation. Network operating
Solaris CIFS Service CIFS. Alan Wright [email protected]
Solaris CIFS Service CIFS Alan Wright [email protected] Solaris CIFS Service Windows Interoperability opensolaris First-class Solaris Citizen kernel based protocol (a la NFS) file system (vfs and zfs) support
theguard! ApplicationManager Version 4.1
theguard! ApplicationManager Version 4.1 March 23, 2009 The ApplicationManager is a three-tier client-server application, so there are system requirements for various zones. The following documentation
Storage / SAN / NAS. Jarle Bjørgeengen University of Oslo / USIT. October 18, 2011
Storage / SAN / NAS Jarle Bjørgeengen University of Oslo / USIT October 18, 2011 I m available in room PS223 on Fridays... except those weeks I have lectures other weekdays... like this week. Discuss topics
Lab Tasks 1. Configuring a Slave Name Server 2. Configure rndc for Secure named Control
Khóa học bao trùm tất cả các vấn đề về dịch vụ mạng trong doanh nghiệp bao gồm: khái niệm DNS, triển khai DNS sử dụng Bind; khái niệm LDAP và sử dụng OpenLDAP; dịch vụ Web với Apache; dịch vụ FTP với vsftpd;
Using SUSE Linux Enterprise Desktop with Microsoft * Active Directory Infrastructure
Technical White Paper DESKTOP www.novell.com Using SUSE Linux Enterprise Desktop with Microsoft * Active Directory Infrastructure * Using SUSE Linux Enterprise Desktop with Microsoft Active Directory Infrastructure
MEGA Web Application Architecture Overview MEGA 2009 SP4
Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.
Collax Active Directory
Collax Active Directory Howto This howto describes the configuration of a Collax server for joining a Windows Active Directory Service (ADS) domain. Furthermore, this howto focuses on how to set up the
ICANWK504A Design and implement an integrated server solution
ICANWK504A Design and implement an integrated server solution Release: 1 ICANWK504A Design and implement an integrated server solution Modification History Release Release 1 Comments This Unit first released
SAMBA AND SMB3: ARE WE THERE YET? Ira Cooper Principal Software Engineer Red Hat Samba Team
SAMBA AND SMB3: ARE WE THERE YET? Ira Cooper Principal Software Engineer Red Hat Samba Team September 22, 2015 NO FLASH PHOTOGRAPHY SLIDES ARE ONLINE GLOSSARY What does that acronym mean? SMB Server Message
Installing The SysAidTM Server Locally
Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.
TIBCO Spotfire Platform IT Brief
Platform IT Brief This IT brief outlines features of the system: Communication security, load balancing and failover, authentication options, and recommended practices for licenses and access. It primarily
Setting Up Scan to SMB on TaskALFA series MFP s.
Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and
NETASQ SSO Agent Installation and deployment
NETASQ SSO Agent Installation and deployment Document version: 1.3 Reference: naentno_sso_agent Page 1 / 20 Copyright NETASQ 2013 General information 3 Principle 3 Requirements 3 Active Directory user
Default configuration for the Workstation service and the Server service
Article ID: 887429 - Last Review: November 30, 2007 - Revision: 2.4 Overview of Message Block signing INTRODUCTION This article describes Message Block (SMB) signing. SMB signing is a security mechanism
Managing Celerra for the Windows Environment
Managing Celerra for the Windows Environment P/N 300-002-679 Rev A01 March 2006 Contents Introduction..................................................3 Windows and multiprotocol documentation....................3
Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability
Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability Overview... 3 Installing Bridgit Software... 4 Installing Bridgit Software Services... 4 Creating a Server Cluster... 4 Using
Quick Start - NetApp File Archiver
Quick Start - NetApp File Archiver TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS GETTING STARTED Upgrade Configuration Archive Recover Page 1 of 14 Overview - NetApp File Archiver Agent TABLE OF CONTENTS
Considerations In Developing Firewall Selection Criteria. Adeptech Systems, Inc.
Considerations In Developing Firewall Selection Criteria Adeptech Systems, Inc. Table of Contents Introduction... 1 Firewall s Function...1 Firewall Selection Considerations... 1 Firewall Types... 2 Packet
User Management Resource Administrator. Managing LDAP directory services with UMRA
User Management Resource Administrator Managing LDAP directory services with UMRA Copyright 2005, Tools4Ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted
Dante a BSD licensed SOCKS implementation. Inferno Nettverk A/S. Bergen Linux User Group 2005-11-24
Dante a BSD licensed SOCKS implementation Inferno Nettverk A/S Bergen Linux User Group 2005-11-24 1 / 21 Background (1) Inferno Nettverk A/S started as security consulting company goal: sell OpenBSD based
CSE 265: System and Network Administration
CSE 265: System and Network Administration Making mixed environments work Sharing Resources Common authentication Network name resolution Printers Files Making Windows look like Linux and vice versa Add
Centova Cast. Reseller Usage Guide. Published May 04, 2015 Copyright 2015, Centova Technologies Inc. Centova Technologies Inc. www.centova.
Centova Cast Reseller Usage Guide Published May 04, 2015 Copyright 2015, Centova Technologies Inc. Centova Technologies Inc. www.centova.com Contents 1 Introduction 2 2 Installing and Upgrading Centova
automates system administration for homogeneous and heterogeneous networks
IT SERVICES SOLUTIONS SOFTWARE IT Services CONSULTING Operational Concepts Security Solutions Linux Cluster Computing automates system administration for homogeneous and heterogeneous networks System Management
Deploying IPv6-only Samba 4 Environments
Deploying IPv6-only Samba 4 Environments Samba XP 2015 Dr David Holder CEng FIET MIEEE [email protected] http://www.erion.co.uk Deploying IPv6-only Samba 4 Environments Why IPv6 and why IPv6-only?
OpenLDAP Configuration and Tuning in the Enterprise
OpenLDAP Configuration and Tuning in the Enterprise HEPiX at SLAC Fall 2005 Robert Petkus RHIC/USATLAS Computing Facility Brookhaven National Laboratory Directory Services at the RCF/ACF Prior to adoption
owncloud Architecture Overview
owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data
Running SMB3.x over RDMA on Linux platforms
Running SMB3.x over RDMA on Linux platforms Mark Rabinovich Visuality Systems John Kim Mellanox Technologies Prehistory NQ CIFS is an implementation of SMB client/server for the embedded world: Consumer
Avira AntiVir MailGate 3.2 Release Notes
Release Notes 1. Features 1.1 Assigning recipient addresses to groups either by using Active Directory or a plain text file 1.1.1 Using a Active Directory server MailGate communicates with Active Directory
The Simple High Available Linux File Server. Schlomo Schapiro Principal Consultant Leitung Virtualisierung & Open Source
The Simple High Available Linux File Server Schlomo Schapiro Principal Consultant Leitung Virtualisierung & Open Source 18.04.2008 Agenda Background Information Possible Solutions The Simple High Available
AIMS Installation and Licensing Guide
AIMS Installation and Licensing Guide Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Toll Free: 800-609-8610 Direct: 925-217-5170 FAX: 925-217-0853 Email: [email protected] Limited Warranty
