SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
Best Practices:
Integrating Mac OS X
with Active Directory
Technical White Paper
April 2009
2White Paper
Best Practices: Integrating Mac OS X
with Active Directory
Contents
Page 3	 Apple’s Built-In Solution
Page 5	 How to Integrate Mac OS X with Active Directory
Getting Started
dsconfigad
Testing
Troubleshooting
Common Problems
Passwords
Single Sign-On
Namespace Support
Signed Connections
Page 9	 Deployment Strategies
Managed Preferences
Page 10 	 Home Directories
Page 11	 Conclusion
Page 12	 Additional Resources
3White Paper
Best Practices: Integrating Mac OS X
with Active Directory
Apple’s Built-In Solution
A key component of any modern computing environment, directory services allow
organizations to centralize information about users, groups, and computing resources.
As a network-based repository, directory services consolidate resources, simplify system
management, and reduce support and administration costs. At the same time, directory
services benefit users by enabling them to access enterprise resources from anywhere
on the network. A directory services infrastructure therefore offers advantages for both
administrators and end users.
The full benefits of directory services can only be realized when all desktop, notebook,
and server systems are integrated into the same infrastructure. This goal has been
difficult to achieve in the past due to the proliferation of proprietary directory services
solutions.
With the introduction of the Active Directory (AD) plug-in in Mac OS X v10.3, Apple
made a concerted effort to enable IT administrators to integrate Mac OS X clients and
servers easily into existing Active Directory infrastructures. While every Active Directory
installation is different (especially within the enterprise space), Mac OS X integrates
well with the vast majority of them—and with minimum effort. Whatever combination
of Mac, Windows, and Linux systems your organization uses, you no longer need to
maintain a separate directory or separate user records to support computers running
Mac OS X. Users can move effortlessly between different computers while still adhering
to enterprise policies for strong authentication and password-protected access to
network resources.
When fully integrated, Mac OS X offers a complete managed environment where users
can:
•	Be fully controlled and must abide by the AD password policies
•	Have single sign-on access to the AD network through Kerberos
•	Utilize network-based home directories, local home directories, or a combination
of the two called Portable Home Directories, which are similar to roaming profiles
on Windows
Apple’s support for AD also extends to Mac OS X Server. Integrating a server is just
as easy as integrating a client system. Integrating AD with Mac OS X Server allows
Windows-based departments to take advantage of file sharing and other services in
Mac OS X Server, while using their existing AD infrastructure for identification and
authentication. Secure network services (including network home directories) hosted
on Mac OS X Server also support single sign-on for both Mac OS X and Windows clients.
4White Paper
Best Practices: Integrating Mac OS X
with Active Directory
In addition to Apple’s built-in solutions, third-party products from Centrify, Likewise,
and other vendors allow managed preferences to be stored in the AD domain without
requiring you to extend the schema. The Centrify solution allows you to manage all of
the preferences using native AD tools and has support for smart cards. The Likewise
Enterprise solution enables you to use Workgroup Manager to specify MCX along with
native AD tools.
Apple offers additional resources to help with Active Directory deployments, including:
•	Modifying Active Directory Schema to Support Mac Systems, a white paper providing
information on how to create and apply schema modifications in Active Directory
•	Managing Mac OS X with Workgroup Manager and Active Directory with Extended
Schema, a white paper with detailed information on how to manage Mac systems using
Workgroup Manager
This white paper, Best Practices: Integrating Mac OS X with Active Directory, is designed
to help system administrators integrate the Mac into an existing AD infrastructure.
Because every AD system is unique, don’t hesitate to contact your Apple representative
or Apple Authorized Reseller to talk with you in greater detail regarding Active Directory.
Third-party add-on solutions
If your deployment requires DFS shares or
GPOs, you can choose a third-party product
to extend the capabilities of the Apple
solution.
•	 Group Logic ExtremeZ-IP. With this Apple
Filing Protocol (AFP) server for Windows
servers, Mac clients can access files on a
Windows server using their native file-sharing
protocol, AFP. See www.grouplogic.com.
•	 Centrify DirectControl. This AD plug-in
enables Mac OS X to use AD GPOs without
requiring any schema modification.
See www.centrify.com.
•	 Likewise Enterprise. This AD plug-in enables
Mac OS X to use AD GPOs and Workgroup
Manager without requiring any schema
modification. See www.likewise.com.
•	 Thursby ADmitMac. This directory services
AD plug-in and SMB client supports DFS
shares. See www.thursby.com.
•	 Objective Development Sharity.
This SMB client supports DFS shares.
See www.obdev.at/products/sharity.
5White Paper
Best Practices: Integrating Mac OS X
with Active Directory
How to Integrate Mac OS X
with Active Directory
Getting Started
Using these simple steps, you can configure a Mac client to use DNS and AD to
determine the geometry of your AD domain, find the nearest domain controller, and
create a new computer account in the domain—if there isn’t an existing one with the
computer ID that you have chosen.
On the Mac client, open the Directory Utility (or Directory Access in Mac OS X 10.4
Tiger or earlier) application in the Utilities folder: /Applications/Utilities. If it’s not
already unlocked, click the lock at the bottom left of the window, and authenticate
as a local admin. Choose Active Directory and click Configure.
Leave the advanced options alone for now and enter the name of your Active
Directory domain. The computer’s account in AD will reflect the Computer ID in this
window—make sure it reads correctly before proceeding. Click Bind.
Enter the user name and password of a user who has permission to bind clients to the
Computer OU that you specify. This does not need to be an “admin” user—you may
assign the privilege to any user. Click OK.
dsconfigad
The functionality of the Directory Access graphical user interface (GUI) is also accessi-
ble from the CLI with the dsconfigad command. For example, the following command
would bind a system to AD:
dsconfigad -f -a COMPUTERNAME -forest example.com -domain
example.com -u administrator -p ‘password’
Once you’ve bound a system to the domain, you can use dsconfigad to set the
administrative options that are available in Directory Access:
dsconfigad -preferred ads01.example.com -multidomain disable
-groups domain admins@example.com, enterprise admins@example.com
When using dsconfigad in a script, you must include the cleartext password that was
used to bind to the domain. Typically, an AD user with no other admin privileges is
delegated the responsibility of binding clients to the domain. This user name and
password pair is stored in the script.
Computer accounts
Each Mac system has a unique computer
account in Active Directory. If you clone a
system or integrate NetBoot with AD, all of
the cloned systems are assigned the same
computer account. This means that it’s impor-
tant to take care when changing a computer
account, as any change will break authentica-
tion from all systems using that account.
6White Paper
Best Practices: Integrating Mac OS X
with Active Directory
Once dsconfigad has been used to bind the client to the AD domain, use the dscl
command to add AD to the local system’s authentication and contacts:
dscl /Search -create / SearchPolicy CSPSearchPath
dscl /Search/Contacts -create / SearchPolicy CSPSearchPath
dscl /Search -append / CSPSearchPath /Active Directory/
All Domains
dscl /Search/Contacts -append / CSPSearchPath /Active
Directory/All Domains
Testing
You can quickly test for a successful bind from the command line.
Use the id command to check that the system can use AD to identify users and
groups in the domain. The id command returns only the first 16 groups of which the
user is a member, even though the client system is aware of all groups:
id <AD user shortname>
Next, test authentication using the su command to switch to an AD user:
su <AD user shortname>
You can also use dscl, the DirectoryService command-line tool, to check that the client
can iterate the users in the domain. In a layout similar to a file system, dscl presents all
directory services information of which the system is aware.
Troubleshooting
Start by enabling directory services debug logging:
sudo killall -USR1 DirectoryService
Now when you attempt to bind, you can look at the log to see what is occurring:
/Library/Logs/DirectoryService/DirectoryService.debug.log
When you have accomplished a successful bind, use the same command to disable
the debug logging:
sudo killall -USR1 DirectoryService
For more verbose API-level debugging, you can use a –USR2 command, although
typically this is not necessary. To conserve disk space, a –USR2 DirectoryService
command stops executing after five minutes.
In some cases, you will need to have directory services debugging enabled at login.
To do this, create an empty file that will enable debug logging at boot:
/Library/Preferences/DirectoryService/.DSLogDebugAtStart.
It may also be helpful to examine a packet trace of the client attempting to bind to
the domain. Try capturing traffic for the following ports:
UDP 53	 - DNS
TCP 88	 - Kerberos
TCP 389 	 - LDAP
TCP/UDP 464	 - Kerberos Password Changes (KPasswd)
TCP 3268	 - Global Catalog (LDAP)
7White Paper
Best Practices: Integrating Mac OS X
with Active Directory
For example, to capture traffic over the built-in Ethernet connection to a file called
“capture.out,” you could use the following syntax for tcpdump:
tcpdump –K -i en0 -s 0 -w capture.out port 88 or port 464
or port 53 or port 389 or port 3268
Common Problems
DNS service
Since AD relies on DNS SRV service records, the Mac client must be using the same
DNS servers as all of the Windows clients on the network. Use the dig command to
test that the Mac can read the proper DNS records. In the following example, replace
example.com with the DNS of your AD domain:
dig -t SRV _ldap._tcp.example.com
This should return the IP address of your domain controller. If it doesn’t, your Mac
systems are not using the same server for DNS as the AD clients, or your DNS server
is misconfigured.
Beginning with Mac OS X v10.5 Leopard, the Mac OS X client will attempt to dynami-
cally update DNS records hosted by Active Directory.
.local domains
Since Mac OS X uses the .local domain for Bonjour (link-local addressing), it will
conflict with any .local AD domain. To get around this, add .local to the search domain
settings in the Network preference pane. All .local DNS queries will be unicast to the
DNS servers before being multicast to the network.
Beginning with Mac OS X v10.5.4, the Mac OS X client recognizes .local domains, and
the addition of .local into the search domain settings is not necessary.
Replication
In versions earlier than Mac OS X v10.5, when binding a Mac to a large AD domain, the
computer account may be created on one domain controller while the Mac attempts
to set the computer account’s password on another. If the replication interval between
the two systems is not quick enough, the password set request will fail, and the Mac
will not be bound to the domain.
To address this problem, make sure that the sites are correctly set up and that the
domain controllers within the sites are properly replicating to one another. Another
alternative is to create the computer account in AD before binding the Mac. When
the Mac binds, the Directory Access application will ask if you’d like to use the existing
computer account. This eliminates the chance of a replication error during the bind
process, since replication has already occurred.
This situation has been addressed in Mac OS X v10.5—the client will ensure that the
same server is used for both Kerberos and LDAP connections.
Passwords
Since Mac OS X leverages Kerberos, it inherently supports AD password policies and
enforces restrictions on the length and complexity of passwords on client systems.
Mac users can also change their passwords using the Accounts preference pane in
Mac OS X.
In the days leading up to password expiration, users are notified during login and
other authentication events that their password is about to expire. This gives them the
opportunity to change their password in AD—which will reset the expiration timer—
Site awareness
Apple’s AD plug-in is AD site aware. It queries
the global catalog for site information and
polls the site’s domain controllers. From those
that respond, the plug-in chooses two and
uses them until a network change occurs
or until one of the domain controllers stops
responding.
Similar to a Windows system, the Apple plug-
in creates a computer account in AD during
the bind process. However, the Mac continues
to use this account for all user lookups—
unlike a Windows system, which switches to
using the user credentials once someone has
logged in.
8White Paper
Best Practices: Integrating Mac OS X
with Active Directory
using the Accounts preference pane on the Mac client. When the password is within
24 hours of expiration, users cannot complete login until they have changed their
password.
Beginning with Mac OS X v10.5, the computer account password is cycled. The default
is every 14 days, but you can use the dsconfigad command-line tool to set any interval
that your site’s policy requires.
Single Sign-On
Microsoft and Apple both support MIT’s Kerberos to provide a secure single sign-on
environment. When configured to participate in the AD domain, a Mac uses Kerberos
exclusively for all authentication activities. If desired, the use of NTLMv1 and NTLMv2
can be prohibited on the network with no impact on Apple-provided services inte-
grated with Active Directory.
When an AD user logs in to a Mac, the AD domain controller automatically issues a
Kerberos TGT. When the user attempts to use any service on the domain that supports
Kerberos authentication, the TGT generates a ticket for that service, without requiring
the user to authenticate again.
You can use the normal Kerberos administration tools to view tickets currently issued
to a user. For example, klist from the command line shows the current tickets, and
the Kerberos utility, /System/Library/CoreServices/Kerberos.app, displays the same
information through a graphical interface.
Namespace Support
Mac OS X v10.5 now offers the option of supporting multiple users with the same
shortnames that exist in different domains within the AD forest.
By enabling namespace support, using the dsconfigad command line tool, users will
have to log in using their domain followed by their shortname (DOMAINshortname),
similar to logging in to a Windows system.
Signed Connections
The AD plug-in has the ability to both sign and encrypt the LDAP connections that are
used to communicate with Active Directory. Along with the signed SMB support that
is present in Mac OS X v10.5, you should not have to downgrade your site’s security
policy to accommodate any Mac clients. Additionally, the signed and encrypted LDAP
connections eliminate the need to use LDAP over SSL.
Windows Server 2003 R2
The AD plug-in has been successfully tested
with Windows Server 2003 R2. The domain
can be in either native or mixed mode with-
out any change in the functionality of the
Mac OS X clients.
9White Paper
Best Practices: Integrating Mac OS X
with Active Directory
Managed Preferences
When fully integrated, Mac OS X offers a complete managed environment where users
can be fully controlled and required to abide by AD password policies. Depending
on the level of management your organization requires, there are several options for
managing Mac client preferences.
Do nothing. Apple’s plug-in automatically enables authentication to AD, including full
support of password policies. It also allows you to set up network homes for Mac users
on AD.
Extend the AD schema to handle management. By adding 36 attributes and 10
classes to the AD schema, your AD system can support all Mac OS X management
policies. Just use the normal Mac OS X management tools and target the AD domain.
Use a dual directory. Sometimes known as the “magic triangle,” this scenario adds
Mac OS X Server to the solution. Mac clients integrate with AD and with an Open
Directory domain on Mac OS X Server. AD users and groups are nested inside Open
Directory groups. Mac OS X v10.5 further enhances this scenario with “augmented
records” that allow information from a secondary directory to be added to information
directly from AD for the same record. This solution does not require any change to the
AD schema, but it does require Mac OS X Server.
Deployment Strategies
Managed Client for Mac OS X (MCX)
Because Windows and Mac OS X handle
preferences differently, a Mac is unable to
use GPOs in AD. Instead, Apple has a system
called MCX that accomplishes the same task.
MCX can be stored locally on Mac clients that
have been integrated into AD, but this makes
updates difficult because it involves each
individual computer. It’s also possible to host
the MCX objects in AD, which requires you
to extend the schema. Another solution is to
configure a secondary LDAP directory using
Mac OS X Server and Apple’s Open Directory.
In this scenario, clients still use AD for user
authentication, while Open Directory supplies
managed preferences only.
10White Paper
Best Practices: Integrating Mac OS X
with Active Directory
Home Directories
Regardless of your strategy for managed preferences, you can set up users with local
homes, network homes, or a combination of the two called Portable Home Directories,
which are similar to roaming profiles on Windows.
Local (do nothing). With the default configuration of Apple’s AD plug-in, the user’s
home stays on the local system, without any change to the user record in AD. If a net-
work home is defined in the user record, that share will mount on the desktop when
the user logs in.
Network. To define a network home in the Mac user’s AD record, use a URL in the
form of servershareuser—just as you would for a Windows user. When interpreted
by the AD plug-in on the Mac, the server name will be added to the AD domain,
forming a URL: smb://server.ad.domain/share/user.
Note: If the user’s domain is different from the domain of the user’s home folder, it
may be necessary to put the fully qualified name of the server in the URL. So, instead
of //server/share/user, you would use //server.userad.domain/share/home. Using a Mac
friendly naming convention does not affect the Windows systems on the network.
The Mac user’s network home can be hosted on either Mac OS X Server or on a
Windows server, using either AFP or SMB. You can even host home directories for both
Mac OS X and Windows clients on Mac OS X Server, providing Mac services over AFP
and Windows services over SMB.
Portable Home Directory. In this scenario, the AD user record and the network home
are cached locally on the client system, making it ideal for managing laptop users
when they are away from the network. According to a sync policy, the local system
synchronizes with the remote home folder. For laptops, this typically happens when
they reconnect to the network. Portable Home Directories can also be useful for man-
aging desktop users. You decide how often the client syncs and what files are included
in the sync—and allow them to operate offline the rest of the time.
AFP network homes
It’s also possible to use an afp:// URL for
your homes. In AD, the URL remains in the
standard Universal Naming Convention
(UNC). On the Mac side, however, you can
allow the client to translate the SMB path
into an AFP path.
11White Paper
Best Practices: Integrating Mac OS X
with Active Directory
Conclusion
Apple’s support for Active Directory within Mac OS X enables Mac clients and servers
to integrate smoothly into existing AD environments, and provides the option of
deploying a single directory services infrastructure that can support both Windows
and Mac clients.
If you have any questions about the best practices discussed in this paper, or any
other aspect of integrating Mac OS X systems with Active Directory, please contact
your Apple representative or Apple Authorized Reseller for assistance.
12White Paper
Best Practices: Integrating Mac OS X
with Active Directory
Additional Resources
For more information about integrating Mac OS X clients into AD environments—
including documentation, training, articles, scripts, and discussions—visit the following
sites:
www.apple.com/business/solutions/it/directory.html
www.apple.com/server/resources
www.apple.com/training
You can also reference the following papers for more information:
•	Modifying Active Directory Schema to Support Mac Systems, a white paper providing
information on how to create and apply schema modifications in Active Directory
•	Managing Mac OS X with Workgroup Manager and Active Directory using Extended
Schema, a white paper with detailed information on how to manage Mac systems
using Workgroup Manager
For More Information
For more information, please contact
your Apple representative or Apple
Authorized Reseller.
© 2009 Apple Inc. All rights reserved. Apple, the Apple logo, Bonjour, Mac, Mac OS, Tiger, and Leopard are trademarks of Apple
Inc., registered in the U.S. and other countries. Other product and company names mentioned herein may be trademarks of their
respective companies. April 2009 L334436B

Contenu connexe

Tendances

Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guidewebhostingguy
 
Active Directory Services
Active Directory ServicesActive Directory Services
Active Directory ServicesVarun Arora
 
Active Directory Proposal
Active Directory ProposalActive Directory Proposal
Active Directory ProposalMJ Ferdous
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory DomainNapoleon NV
 
What is active directory
What is active directoryWhat is active directory
What is active directoryAdeel Khurram
 
Introduction to Active Directory
Introduction to Active DirectoryIntroduction to Active Directory
Introduction to Active Directorythoms1i
 
Active directory ii
Active directory   iiActive directory   ii
Active directory iideshvikas
 
Microsoft Active Directory
Microsoft Active DirectoryMicrosoft Active Directory
Microsoft Active Directorythebigredhemi
 
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...Tũi Wichets
 
Designing the active directory logical structure
Designing the active directory logical structureDesigning the active directory logical structure
Designing the active directory logical structureJohn Carlo Catacutan
 
Windows Server 2008 (Active Directory Yenilikleri)
Windows Server 2008 (Active Directory Yenilikleri)Windows Server 2008 (Active Directory Yenilikleri)
Windows Server 2008 (Active Directory Yenilikleri)ÇözümPARK
 
Domain Controller Critical Services
Domain Controller Critical ServicesDomain Controller Critical Services
Domain Controller Critical ServicesJani Sabtriady
 
Active directory ds ws2008 r2
Active directory ds ws2008 r2Active directory ds ws2008 r2
Active directory ds ws2008 r2MICTT Palma
 

Tendances (20)

Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guide
 
Active Directory Services
Active Directory ServicesActive Directory Services
Active Directory Services
 
MCITP
MCITPMCITP
MCITP
 
Active Directory Proposal
Active Directory ProposalActive Directory Proposal
Active Directory Proposal
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory Domain
 
What is active directory
What is active directoryWhat is active directory
What is active directory
 
70 640 Lesson01 Ppt 041009
70 640 Lesson01 Ppt 04100970 640 Lesson01 Ppt 041009
70 640 Lesson01 Ppt 041009
 
Introduction to Active Directory
Introduction to Active DirectoryIntroduction to Active Directory
Introduction to Active Directory
 
Active directory ii
Active directory   iiActive directory   ii
Active directory ii
 
Microsoft Active Directory
Microsoft Active DirectoryMicrosoft Active Directory
Microsoft Active Directory
 
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
 
Designing the active directory logical structure
Designing the active directory logical structureDesigning the active directory logical structure
Designing the active directory logical structure
 
Windows Server 2008 (Active Directory Yenilikleri)
Windows Server 2008 (Active Directory Yenilikleri)Windows Server 2008 (Active Directory Yenilikleri)
Windows Server 2008 (Active Directory Yenilikleri)
 
Mcts chapter 4
Mcts chapter 4Mcts chapter 4
Mcts chapter 4
 
Domain Controller Critical Services
Domain Controller Critical ServicesDomain Controller Critical Services
Domain Controller Critical Services
 
70 640 Lesson05 Ppt 041009
70 640 Lesson05 Ppt 04100970 640 Lesson05 Ppt 041009
70 640 Lesson05 Ppt 041009
 
70 640 Lesson02 Ppt 041009
70 640 Lesson02 Ppt 04100970 640 Lesson02 Ppt 041009
70 640 Lesson02 Ppt 041009
 
70 640 Lesson03 Ppt 041009
70 640 Lesson03 Ppt 04100970 640 Lesson03 Ppt 041009
70 640 Lesson03 Ppt 041009
 
Active directory ds ws2008 r2
Active directory ds ws2008 r2Active directory ds ws2008 r2
Active directory ds ws2008 r2
 
WINDOWS SERVER 2008
WINDOWS SERVER 2008WINDOWS SERVER 2008
WINDOWS SERVER 2008
 

Similaire à เอกสาร แนวทาง การอินติเกรท Mac OS X เข้ากับ ระบบ Active Directory อย่างไร Best Practices How to Integrating Mac OS X with Active Directory Technical White Paper

29041329 interview-questions-for-server-2003
29041329 interview-questions-for-server-200329041329 interview-questions-for-server-2003
29041329 interview-questions-for-server-2003rafiq123
 
Microsoft Active Directory.pptx
Microsoft Active Directory.pptxMicrosoft Active Directory.pptx
Microsoft Active Directory.pptxmasbulosoke
 
Administering computer accounts and resources in active directory
Administering computer accounts and resources in active directoryAdministering computer accounts and resources in active directory
Administering computer accounts and resources in active directoryKavinda Prabhath
 
Ctive directory interview question and answers
Ctive directory interview question and answersCtive directory interview question and answers
Ctive directory interview question and answerssankar palla
 
Computing And Information Technology Programmes Essay
Computing And Information Technology Programmes EssayComputing And Information Technology Programmes Essay
Computing And Information Technology Programmes EssayLucy Nader
 
Azure active directory connect to a single domain
Azure active directory connect to a single domainAzure active directory connect to a single domain
Azure active directory connect to a single domainIntelice Solutions LLC
 
Identity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft AzureIdentity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft AzureSparkhound Inc.
 
PaaS with Docker
PaaS with DockerPaaS with Docker
PaaS with DockerAditya Jain
 
CLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxCLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxSurajThapa79
 
O365-AzureAD Identity management
O365-AzureAD Identity managementO365-AzureAD Identity management
O365-AzureAD Identity managementDavid Pechon
 
2 Configuring Windows Server 2003.pptx
2 Configuring Windows Server 2003.pptx2 Configuring Windows Server 2003.pptx
2 Configuring Windows Server 2003.pptxMitikuAbebe2
 
Cloud Identity and Access Management
Cloud Identity and Access ManagementCloud Identity and Access Management
Cloud Identity and Access ManagementJarek Sokolnicki
 
Control panel by
Control panel byControl panel by
Control panel byNoor Fatima
 
Installing ibm docs on a single server
Installing ibm docs on a single serverInstalling ibm docs on a single server
Installing ibm docs on a single serverRoberto Boccadoro
 

Similaire à เอกสาร แนวทาง การอินติเกรท Mac OS X เข้ากับ ระบบ Active Directory อย่างไร Best Practices How to Integrating Mac OS X with Active Directory Technical White Paper (20)

29041329 interview-questions-for-server-2003
29041329 interview-questions-for-server-200329041329 interview-questions-for-server-2003
29041329 interview-questions-for-server-2003
 
Microsoft Active Directory.pptx
Microsoft Active Directory.pptxMicrosoft Active Directory.pptx
Microsoft Active Directory.pptx
 
Administering computer accounts and resources in active directory
Administering computer accounts and resources in active directoryAdministering computer accounts and resources in active directory
Administering computer accounts and resources in active directory
 
Active Directory
Active DirectoryActive Directory
Active Directory
 
Final domain control policy
Final domain control policy  Final domain control policy
Final domain control policy
 
Ctive directory interview question and answers
Ctive directory interview question and answersCtive directory interview question and answers
Ctive directory interview question and answers
 
Computing And Information Technology Programmes Essay
Computing And Information Technology Programmes EssayComputing And Information Technology Programmes Essay
Computing And Information Technology Programmes Essay
 
Azure active directory connect to a single domain
Azure active directory connect to a single domainAzure active directory connect to a single domain
Azure active directory connect to a single domain
 
John
JohnJohn
John
 
Identity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft AzureIdentity Management for Office 365 and Microsoft Azure
Identity Management for Office 365 and Microsoft Azure
 
PaaS with Docker
PaaS with DockerPaaS with Docker
PaaS with Docker
 
Active Directory
Active DirectoryActive Directory
Active Directory
 
CLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxCLOUD COMPUTING.pptx
CLOUD COMPUTING.pptx
 
O365-AzureAD Identity management
O365-AzureAD Identity managementO365-AzureAD Identity management
O365-AzureAD Identity management
 
2 Configuring Windows Server 2003.pptx
2 Configuring Windows Server 2003.pptx2 Configuring Windows Server 2003.pptx
2 Configuring Windows Server 2003.pptx
 
Windows server Interview question and answers
Windows server Interview question and answersWindows server Interview question and answers
Windows server Interview question and answers
 
Cloud Identity and Access Management
Cloud Identity and Access ManagementCloud Identity and Access Management
Cloud Identity and Access Management
 
AWS Workspaces Overview v2
AWS Workspaces Overview v2AWS Workspaces Overview v2
AWS Workspaces Overview v2
 
Control panel by
Control panel byControl panel by
Control panel by
 
Installing ibm docs on a single server
Installing ibm docs on a single serverInstalling ibm docs on a single server
Installing ibm docs on a single server
 

Plus de Tũi Wichets

อัตรา Rain Rate ในแถบ East-Asia
อัตรา Rain Rate ในแถบ East-Asia อัตรา Rain Rate ในแถบ East-Asia
อัตรา Rain Rate ในแถบ East-Asia Tũi Wichets
 
ขั้นตอนการปรับตำแหน่งจาน Mikrotik mANT 30dBi 5Ghz MIMO ให้ feed สัญญาณ Slant ...
ขั้นตอนการปรับตำแหน่งจาน Mikrotik mANT 30dBi 5Ghz MIMO ให้ feed สัญญาณ Slant ...ขั้นตอนการปรับตำแหน่งจาน Mikrotik mANT 30dBi 5Ghz MIMO ให้ feed สัญญาณ Slant ...
ขั้นตอนการปรับตำแหน่งจาน Mikrotik mANT 30dBi 5Ghz MIMO ให้ feed สัญญาณ Slant ...Tũi Wichets
 
การคอนฟิกส์ OSPF บน Ubiquiti Edge Router
การคอนฟิกส์ OSPF บน Ubiquiti Edge Routerการคอนฟิกส์ OSPF บน Ubiquiti Edge Router
การคอนฟิกส์ OSPF บน Ubiquiti Edge RouterTũi Wichets
 
MTCNA Training outline, Certified Network Associate (MTCNA)
MTCNA Training outline, Certified Network Associate (MTCNA)MTCNA Training outline, Certified Network Associate (MTCNA)
MTCNA Training outline, Certified Network Associate (MTCNA)Tũi Wichets
 
MTCWE Training outline, Course prerequisites – MTCNA certificate
MTCWE Training outline, Course prerequisites – MTCNA certificateMTCWE Training outline, Course prerequisites – MTCNA certificate
MTCWE Training outline, Course prerequisites – MTCNA certificateTũi Wichets
 
MTCRE Training outline, Course prerequisites – MTCNA certificate
MTCRE Training outline, Course prerequisites – MTCNA certificateMTCRE Training outline, Course prerequisites – MTCNA certificate
MTCRE Training outline, Course prerequisites – MTCNA certificateTũi Wichets
 
MTCINE training outline, Course prerequisites – MTCNA and MTCRE certificates
MTCINE training outline, Course prerequisites – MTCNA and MTCRE certificatesMTCINE training outline, Course prerequisites – MTCNA and MTCRE certificates
MTCINE training outline, Course prerequisites – MTCNA and MTCRE certificatesTũi Wichets
 
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน  Ubiquiti NanoStation M5 หรือ บน airOSบล๊อกเวปไซท์ บน Open WRT หรือ บน  Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOSTũi Wichets
 
Introduction to Data Centre 3.0
Introduction to Data Centre 3.0Introduction to Data Centre 3.0
Introduction to Data Centre 3.0Tũi Wichets
 
Windows Server 2012 R2 products & editions comparison
Windows Server 2012 R2 products & editions comparisonWindows Server 2012 R2 products & editions comparison
Windows Server 2012 R2 products & editions comparisonTũi Wichets
 
Settings MikroTik Router and Access Point to schedule AP radio on off via script
Settings MikroTik Router and Access Point to schedule AP radio on off via scriptSettings MikroTik Router and Access Point to schedule AP radio on off via script
Settings MikroTik Router and Access Point to schedule AP radio on off via scriptTũi Wichets
 
แนะนำแนวทางการออกแบบ การปรับแต่ง การรับส่งสัญญาณ airFiber 24 - airFiber Desig...
แนะนำแนวทางการออกแบบ การปรับแต่ง การรับส่งสัญญาณ airFiber 24 - airFiber Desig...แนะนำแนวทางการออกแบบ การปรับแต่ง การรับส่งสัญญาณ airFiber 24 - airFiber Desig...
แนะนำแนวทางการออกแบบ การปรับแต่ง การรับส่งสัญญาณ airFiber 24 - airFiber Desig...Tũi Wichets
 
How to link public addresses (real ip) to private ip or lan ip
How to link public addresses (real ip) to private ip or lan ipHow to link public addresses (real ip) to private ip or lan ip
How to link public addresses (real ip) to private ip or lan ipTũi Wichets
 
FAQ - Rogue AP - What is Rogue Access Point?
FAQ - Rogue AP - What is Rogue Access Point?FAQ - Rogue AP - What is Rogue Access Point?
FAQ - Rogue AP - What is Rogue Access Point?Tũi Wichets
 
Windows server 2012 r2 Hyper-v Component architecture
Windows server 2012 r2 Hyper-v Component architecture Windows server 2012 r2 Hyper-v Component architecture
Windows server 2012 r2 Hyper-v Component architecture Tũi Wichets
 
Gigabit Wi-Fi 802.11AC In Depth
Gigabit Wi-Fi 802.11AC In DepthGigabit Wi-Fi 802.11AC In Depth
Gigabit Wi-Fi 802.11AC In DepthTũi Wichets
 
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)Tũi Wichets
 
SwOS (MikroTik Switch OS) Administration Guide
SwOS (MikroTik Switch OS) Administration GuideSwOS (MikroTik Switch OS) Administration Guide
SwOS (MikroTik Switch OS) Administration GuideTũi Wichets
 
คู่มือเริ่มต้นใช้งานด่วน สำหรับ Excel 2013
คู่มือเริ่มต้นใช้งานด่วน สำหรับ Excel 2013คู่มือเริ่มต้นใช้งานด่วน สำหรับ Excel 2013
คู่มือเริ่มต้นใช้งานด่วน สำหรับ Excel 2013Tũi Wichets
 

Plus de Tũi Wichets (20)

RouterOS Commands
RouterOS CommandsRouterOS Commands
RouterOS Commands
 
อัตรา Rain Rate ในแถบ East-Asia
อัตรา Rain Rate ในแถบ East-Asia อัตรา Rain Rate ในแถบ East-Asia
อัตรา Rain Rate ในแถบ East-Asia
 
ขั้นตอนการปรับตำแหน่งจาน Mikrotik mANT 30dBi 5Ghz MIMO ให้ feed สัญญาณ Slant ...
ขั้นตอนการปรับตำแหน่งจาน Mikrotik mANT 30dBi 5Ghz MIMO ให้ feed สัญญาณ Slant ...ขั้นตอนการปรับตำแหน่งจาน Mikrotik mANT 30dBi 5Ghz MIMO ให้ feed สัญญาณ Slant ...
ขั้นตอนการปรับตำแหน่งจาน Mikrotik mANT 30dBi 5Ghz MIMO ให้ feed สัญญาณ Slant ...
 
การคอนฟิกส์ OSPF บน Ubiquiti Edge Router
การคอนฟิกส์ OSPF บน Ubiquiti Edge Routerการคอนฟิกส์ OSPF บน Ubiquiti Edge Router
การคอนฟิกส์ OSPF บน Ubiquiti Edge Router
 
MTCNA Training outline, Certified Network Associate (MTCNA)
MTCNA Training outline, Certified Network Associate (MTCNA)MTCNA Training outline, Certified Network Associate (MTCNA)
MTCNA Training outline, Certified Network Associate (MTCNA)
 
MTCWE Training outline, Course prerequisites – MTCNA certificate
MTCWE Training outline, Course prerequisites – MTCNA certificateMTCWE Training outline, Course prerequisites – MTCNA certificate
MTCWE Training outline, Course prerequisites – MTCNA certificate
 
MTCRE Training outline, Course prerequisites – MTCNA certificate
MTCRE Training outline, Course prerequisites – MTCNA certificateMTCRE Training outline, Course prerequisites – MTCNA certificate
MTCRE Training outline, Course prerequisites – MTCNA certificate
 
MTCINE training outline, Course prerequisites – MTCNA and MTCRE certificates
MTCINE training outline, Course prerequisites – MTCNA and MTCRE certificatesMTCINE training outline, Course prerequisites – MTCNA and MTCRE certificates
MTCINE training outline, Course prerequisites – MTCNA and MTCRE certificates
 
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน  Ubiquiti NanoStation M5 หรือ บน airOSบล๊อกเวปไซท์ บน Open WRT หรือ บน  Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
 
Introduction to Data Centre 3.0
Introduction to Data Centre 3.0Introduction to Data Centre 3.0
Introduction to Data Centre 3.0
 
Windows Server 2012 R2 products & editions comparison
Windows Server 2012 R2 products & editions comparisonWindows Server 2012 R2 products & editions comparison
Windows Server 2012 R2 products & editions comparison
 
Settings MikroTik Router and Access Point to schedule AP radio on off via script
Settings MikroTik Router and Access Point to schedule AP radio on off via scriptSettings MikroTik Router and Access Point to schedule AP radio on off via script
Settings MikroTik Router and Access Point to schedule AP radio on off via script
 
แนะนำแนวทางการออกแบบ การปรับแต่ง การรับส่งสัญญาณ airFiber 24 - airFiber Desig...
แนะนำแนวทางการออกแบบ การปรับแต่ง การรับส่งสัญญาณ airFiber 24 - airFiber Desig...แนะนำแนวทางการออกแบบ การปรับแต่ง การรับส่งสัญญาณ airFiber 24 - airFiber Desig...
แนะนำแนวทางการออกแบบ การปรับแต่ง การรับส่งสัญญาณ airFiber 24 - airFiber Desig...
 
How to link public addresses (real ip) to private ip or lan ip
How to link public addresses (real ip) to private ip or lan ipHow to link public addresses (real ip) to private ip or lan ip
How to link public addresses (real ip) to private ip or lan ip
 
FAQ - Rogue AP - What is Rogue Access Point?
FAQ - Rogue AP - What is Rogue Access Point?FAQ - Rogue AP - What is Rogue Access Point?
FAQ - Rogue AP - What is Rogue Access Point?
 
Windows server 2012 r2 Hyper-v Component architecture
Windows server 2012 r2 Hyper-v Component architecture Windows server 2012 r2 Hyper-v Component architecture
Windows server 2012 r2 Hyper-v Component architecture
 
Gigabit Wi-Fi 802.11AC In Depth
Gigabit Wi-Fi 802.11AC In DepthGigabit Wi-Fi 802.11AC In Depth
Gigabit Wi-Fi 802.11AC In Depth
 
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
 
SwOS (MikroTik Switch OS) Administration Guide
SwOS (MikroTik Switch OS) Administration GuideSwOS (MikroTik Switch OS) Administration Guide
SwOS (MikroTik Switch OS) Administration Guide
 
คู่มือเริ่มต้นใช้งานด่วน สำหรับ Excel 2013
คู่มือเริ่มต้นใช้งานด่วน สำหรับ Excel 2013คู่มือเริ่มต้นใช้งานด่วน สำหรับ Excel 2013
คู่มือเริ่มต้นใช้งานด่วน สำหรับ Excel 2013
 

Dernier

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Dernier (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

เอกสาร แนวทาง การอินติเกรท Mac OS X เข้ากับ ระบบ Active Directory อย่างไร Best Practices How to Integrating Mac OS X with Active Directory Technical White Paper

  • 1. Best Practices: Integrating Mac OS X with Active Directory Technical White Paper April 2009
  • 2. 2White Paper Best Practices: Integrating Mac OS X with Active Directory Contents Page 3 Apple’s Built-In Solution Page 5 How to Integrate Mac OS X with Active Directory Getting Started dsconfigad Testing Troubleshooting Common Problems Passwords Single Sign-On Namespace Support Signed Connections Page 9 Deployment Strategies Managed Preferences Page 10 Home Directories Page 11 Conclusion Page 12 Additional Resources
  • 3. 3White Paper Best Practices: Integrating Mac OS X with Active Directory Apple’s Built-In Solution A key component of any modern computing environment, directory services allow organizations to centralize information about users, groups, and computing resources. As a network-based repository, directory services consolidate resources, simplify system management, and reduce support and administration costs. At the same time, directory services benefit users by enabling them to access enterprise resources from anywhere on the network. A directory services infrastructure therefore offers advantages for both administrators and end users. The full benefits of directory services can only be realized when all desktop, notebook, and server systems are integrated into the same infrastructure. This goal has been difficult to achieve in the past due to the proliferation of proprietary directory services solutions. With the introduction of the Active Directory (AD) plug-in in Mac OS X v10.3, Apple made a concerted effort to enable IT administrators to integrate Mac OS X clients and servers easily into existing Active Directory infrastructures. While every Active Directory installation is different (especially within the enterprise space), Mac OS X integrates well with the vast majority of them—and with minimum effort. Whatever combination of Mac, Windows, and Linux systems your organization uses, you no longer need to maintain a separate directory or separate user records to support computers running Mac OS X. Users can move effortlessly between different computers while still adhering to enterprise policies for strong authentication and password-protected access to network resources. When fully integrated, Mac OS X offers a complete managed environment where users can: • Be fully controlled and must abide by the AD password policies • Have single sign-on access to the AD network through Kerberos • Utilize network-based home directories, local home directories, or a combination of the two called Portable Home Directories, which are similar to roaming profiles on Windows Apple’s support for AD also extends to Mac OS X Server. Integrating a server is just as easy as integrating a client system. Integrating AD with Mac OS X Server allows Windows-based departments to take advantage of file sharing and other services in Mac OS X Server, while using their existing AD infrastructure for identification and authentication. Secure network services (including network home directories) hosted on Mac OS X Server also support single sign-on for both Mac OS X and Windows clients.
  • 4. 4White Paper Best Practices: Integrating Mac OS X with Active Directory In addition to Apple’s built-in solutions, third-party products from Centrify, Likewise, and other vendors allow managed preferences to be stored in the AD domain without requiring you to extend the schema. The Centrify solution allows you to manage all of the preferences using native AD tools and has support for smart cards. The Likewise Enterprise solution enables you to use Workgroup Manager to specify MCX along with native AD tools. Apple offers additional resources to help with Active Directory deployments, including: • Modifying Active Directory Schema to Support Mac Systems, a white paper providing information on how to create and apply schema modifications in Active Directory • Managing Mac OS X with Workgroup Manager and Active Directory with Extended Schema, a white paper with detailed information on how to manage Mac systems using Workgroup Manager This white paper, Best Practices: Integrating Mac OS X with Active Directory, is designed to help system administrators integrate the Mac into an existing AD infrastructure. Because every AD system is unique, don’t hesitate to contact your Apple representative or Apple Authorized Reseller to talk with you in greater detail regarding Active Directory. Third-party add-on solutions If your deployment requires DFS shares or GPOs, you can choose a third-party product to extend the capabilities of the Apple solution. • Group Logic ExtremeZ-IP. With this Apple Filing Protocol (AFP) server for Windows servers, Mac clients can access files on a Windows server using their native file-sharing protocol, AFP. See www.grouplogic.com. • Centrify DirectControl. This AD plug-in enables Mac OS X to use AD GPOs without requiring any schema modification. See www.centrify.com. • Likewise Enterprise. This AD plug-in enables Mac OS X to use AD GPOs and Workgroup Manager without requiring any schema modification. See www.likewise.com. • Thursby ADmitMac. This directory services AD plug-in and SMB client supports DFS shares. See www.thursby.com. • Objective Development Sharity. This SMB client supports DFS shares. See www.obdev.at/products/sharity.
  • 5. 5White Paper Best Practices: Integrating Mac OS X with Active Directory How to Integrate Mac OS X with Active Directory Getting Started Using these simple steps, you can configure a Mac client to use DNS and AD to determine the geometry of your AD domain, find the nearest domain controller, and create a new computer account in the domain—if there isn’t an existing one with the computer ID that you have chosen. On the Mac client, open the Directory Utility (or Directory Access in Mac OS X 10.4 Tiger or earlier) application in the Utilities folder: /Applications/Utilities. If it’s not already unlocked, click the lock at the bottom left of the window, and authenticate as a local admin. Choose Active Directory and click Configure. Leave the advanced options alone for now and enter the name of your Active Directory domain. The computer’s account in AD will reflect the Computer ID in this window—make sure it reads correctly before proceeding. Click Bind. Enter the user name and password of a user who has permission to bind clients to the Computer OU that you specify. This does not need to be an “admin” user—you may assign the privilege to any user. Click OK. dsconfigad The functionality of the Directory Access graphical user interface (GUI) is also accessi- ble from the CLI with the dsconfigad command. For example, the following command would bind a system to AD: dsconfigad -f -a COMPUTERNAME -forest example.com -domain example.com -u administrator -p ‘password’ Once you’ve bound a system to the domain, you can use dsconfigad to set the administrative options that are available in Directory Access: dsconfigad -preferred ads01.example.com -multidomain disable -groups domain admins@example.com, enterprise admins@example.com When using dsconfigad in a script, you must include the cleartext password that was used to bind to the domain. Typically, an AD user with no other admin privileges is delegated the responsibility of binding clients to the domain. This user name and password pair is stored in the script. Computer accounts Each Mac system has a unique computer account in Active Directory. If you clone a system or integrate NetBoot with AD, all of the cloned systems are assigned the same computer account. This means that it’s impor- tant to take care when changing a computer account, as any change will break authentica- tion from all systems using that account.
  • 6. 6White Paper Best Practices: Integrating Mac OS X with Active Directory Once dsconfigad has been used to bind the client to the AD domain, use the dscl command to add AD to the local system’s authentication and contacts: dscl /Search -create / SearchPolicy CSPSearchPath dscl /Search/Contacts -create / SearchPolicy CSPSearchPath dscl /Search -append / CSPSearchPath /Active Directory/ All Domains dscl /Search/Contacts -append / CSPSearchPath /Active Directory/All Domains Testing You can quickly test for a successful bind from the command line. Use the id command to check that the system can use AD to identify users and groups in the domain. The id command returns only the first 16 groups of which the user is a member, even though the client system is aware of all groups: id <AD user shortname> Next, test authentication using the su command to switch to an AD user: su <AD user shortname> You can also use dscl, the DirectoryService command-line tool, to check that the client can iterate the users in the domain. In a layout similar to a file system, dscl presents all directory services information of which the system is aware. Troubleshooting Start by enabling directory services debug logging: sudo killall -USR1 DirectoryService Now when you attempt to bind, you can look at the log to see what is occurring: /Library/Logs/DirectoryService/DirectoryService.debug.log When you have accomplished a successful bind, use the same command to disable the debug logging: sudo killall -USR1 DirectoryService For more verbose API-level debugging, you can use a –USR2 command, although typically this is not necessary. To conserve disk space, a –USR2 DirectoryService command stops executing after five minutes. In some cases, you will need to have directory services debugging enabled at login. To do this, create an empty file that will enable debug logging at boot: /Library/Preferences/DirectoryService/.DSLogDebugAtStart. It may also be helpful to examine a packet trace of the client attempting to bind to the domain. Try capturing traffic for the following ports: UDP 53 - DNS TCP 88 - Kerberos TCP 389 - LDAP TCP/UDP 464 - Kerberos Password Changes (KPasswd) TCP 3268 - Global Catalog (LDAP)
  • 7. 7White Paper Best Practices: Integrating Mac OS X with Active Directory For example, to capture traffic over the built-in Ethernet connection to a file called “capture.out,” you could use the following syntax for tcpdump: tcpdump –K -i en0 -s 0 -w capture.out port 88 or port 464 or port 53 or port 389 or port 3268 Common Problems DNS service Since AD relies on DNS SRV service records, the Mac client must be using the same DNS servers as all of the Windows clients on the network. Use the dig command to test that the Mac can read the proper DNS records. In the following example, replace example.com with the DNS of your AD domain: dig -t SRV _ldap._tcp.example.com This should return the IP address of your domain controller. If it doesn’t, your Mac systems are not using the same server for DNS as the AD clients, or your DNS server is misconfigured. Beginning with Mac OS X v10.5 Leopard, the Mac OS X client will attempt to dynami- cally update DNS records hosted by Active Directory. .local domains Since Mac OS X uses the .local domain for Bonjour (link-local addressing), it will conflict with any .local AD domain. To get around this, add .local to the search domain settings in the Network preference pane. All .local DNS queries will be unicast to the DNS servers before being multicast to the network. Beginning with Mac OS X v10.5.4, the Mac OS X client recognizes .local domains, and the addition of .local into the search domain settings is not necessary. Replication In versions earlier than Mac OS X v10.5, when binding a Mac to a large AD domain, the computer account may be created on one domain controller while the Mac attempts to set the computer account’s password on another. If the replication interval between the two systems is not quick enough, the password set request will fail, and the Mac will not be bound to the domain. To address this problem, make sure that the sites are correctly set up and that the domain controllers within the sites are properly replicating to one another. Another alternative is to create the computer account in AD before binding the Mac. When the Mac binds, the Directory Access application will ask if you’d like to use the existing computer account. This eliminates the chance of a replication error during the bind process, since replication has already occurred. This situation has been addressed in Mac OS X v10.5—the client will ensure that the same server is used for both Kerberos and LDAP connections. Passwords Since Mac OS X leverages Kerberos, it inherently supports AD password policies and enforces restrictions on the length and complexity of passwords on client systems. Mac users can also change their passwords using the Accounts preference pane in Mac OS X. In the days leading up to password expiration, users are notified during login and other authentication events that their password is about to expire. This gives them the opportunity to change their password in AD—which will reset the expiration timer— Site awareness Apple’s AD plug-in is AD site aware. It queries the global catalog for site information and polls the site’s domain controllers. From those that respond, the plug-in chooses two and uses them until a network change occurs or until one of the domain controllers stops responding. Similar to a Windows system, the Apple plug- in creates a computer account in AD during the bind process. However, the Mac continues to use this account for all user lookups— unlike a Windows system, which switches to using the user credentials once someone has logged in.
  • 8. 8White Paper Best Practices: Integrating Mac OS X with Active Directory using the Accounts preference pane on the Mac client. When the password is within 24 hours of expiration, users cannot complete login until they have changed their password. Beginning with Mac OS X v10.5, the computer account password is cycled. The default is every 14 days, but you can use the dsconfigad command-line tool to set any interval that your site’s policy requires. Single Sign-On Microsoft and Apple both support MIT’s Kerberos to provide a secure single sign-on environment. When configured to participate in the AD domain, a Mac uses Kerberos exclusively for all authentication activities. If desired, the use of NTLMv1 and NTLMv2 can be prohibited on the network with no impact on Apple-provided services inte- grated with Active Directory. When an AD user logs in to a Mac, the AD domain controller automatically issues a Kerberos TGT. When the user attempts to use any service on the domain that supports Kerberos authentication, the TGT generates a ticket for that service, without requiring the user to authenticate again. You can use the normal Kerberos administration tools to view tickets currently issued to a user. For example, klist from the command line shows the current tickets, and the Kerberos utility, /System/Library/CoreServices/Kerberos.app, displays the same information through a graphical interface. Namespace Support Mac OS X v10.5 now offers the option of supporting multiple users with the same shortnames that exist in different domains within the AD forest. By enabling namespace support, using the dsconfigad command line tool, users will have to log in using their domain followed by their shortname (DOMAINshortname), similar to logging in to a Windows system. Signed Connections The AD plug-in has the ability to both sign and encrypt the LDAP connections that are used to communicate with Active Directory. Along with the signed SMB support that is present in Mac OS X v10.5, you should not have to downgrade your site’s security policy to accommodate any Mac clients. Additionally, the signed and encrypted LDAP connections eliminate the need to use LDAP over SSL. Windows Server 2003 R2 The AD plug-in has been successfully tested with Windows Server 2003 R2. The domain can be in either native or mixed mode with- out any change in the functionality of the Mac OS X clients.
  • 9. 9White Paper Best Practices: Integrating Mac OS X with Active Directory Managed Preferences When fully integrated, Mac OS X offers a complete managed environment where users can be fully controlled and required to abide by AD password policies. Depending on the level of management your organization requires, there are several options for managing Mac client preferences. Do nothing. Apple’s plug-in automatically enables authentication to AD, including full support of password policies. It also allows you to set up network homes for Mac users on AD. Extend the AD schema to handle management. By adding 36 attributes and 10 classes to the AD schema, your AD system can support all Mac OS X management policies. Just use the normal Mac OS X management tools and target the AD domain. Use a dual directory. Sometimes known as the “magic triangle,” this scenario adds Mac OS X Server to the solution. Mac clients integrate with AD and with an Open Directory domain on Mac OS X Server. AD users and groups are nested inside Open Directory groups. Mac OS X v10.5 further enhances this scenario with “augmented records” that allow information from a secondary directory to be added to information directly from AD for the same record. This solution does not require any change to the AD schema, but it does require Mac OS X Server. Deployment Strategies Managed Client for Mac OS X (MCX) Because Windows and Mac OS X handle preferences differently, a Mac is unable to use GPOs in AD. Instead, Apple has a system called MCX that accomplishes the same task. MCX can be stored locally on Mac clients that have been integrated into AD, but this makes updates difficult because it involves each individual computer. It’s also possible to host the MCX objects in AD, which requires you to extend the schema. Another solution is to configure a secondary LDAP directory using Mac OS X Server and Apple’s Open Directory. In this scenario, clients still use AD for user authentication, while Open Directory supplies managed preferences only.
  • 10. 10White Paper Best Practices: Integrating Mac OS X with Active Directory Home Directories Regardless of your strategy for managed preferences, you can set up users with local homes, network homes, or a combination of the two called Portable Home Directories, which are similar to roaming profiles on Windows. Local (do nothing). With the default configuration of Apple’s AD plug-in, the user’s home stays on the local system, without any change to the user record in AD. If a net- work home is defined in the user record, that share will mount on the desktop when the user logs in. Network. To define a network home in the Mac user’s AD record, use a URL in the form of servershareuser—just as you would for a Windows user. When interpreted by the AD plug-in on the Mac, the server name will be added to the AD domain, forming a URL: smb://server.ad.domain/share/user. Note: If the user’s domain is different from the domain of the user’s home folder, it may be necessary to put the fully qualified name of the server in the URL. So, instead of //server/share/user, you would use //server.userad.domain/share/home. Using a Mac friendly naming convention does not affect the Windows systems on the network. The Mac user’s network home can be hosted on either Mac OS X Server or on a Windows server, using either AFP or SMB. You can even host home directories for both Mac OS X and Windows clients on Mac OS X Server, providing Mac services over AFP and Windows services over SMB. Portable Home Directory. In this scenario, the AD user record and the network home are cached locally on the client system, making it ideal for managing laptop users when they are away from the network. According to a sync policy, the local system synchronizes with the remote home folder. For laptops, this typically happens when they reconnect to the network. Portable Home Directories can also be useful for man- aging desktop users. You decide how often the client syncs and what files are included in the sync—and allow them to operate offline the rest of the time. AFP network homes It’s also possible to use an afp:// URL for your homes. In AD, the URL remains in the standard Universal Naming Convention (UNC). On the Mac side, however, you can allow the client to translate the SMB path into an AFP path.
  • 11. 11White Paper Best Practices: Integrating Mac OS X with Active Directory Conclusion Apple’s support for Active Directory within Mac OS X enables Mac clients and servers to integrate smoothly into existing AD environments, and provides the option of deploying a single directory services infrastructure that can support both Windows and Mac clients. If you have any questions about the best practices discussed in this paper, or any other aspect of integrating Mac OS X systems with Active Directory, please contact your Apple representative or Apple Authorized Reseller for assistance.
  • 12. 12White Paper Best Practices: Integrating Mac OS X with Active Directory Additional Resources For more information about integrating Mac OS X clients into AD environments— including documentation, training, articles, scripts, and discussions—visit the following sites: www.apple.com/business/solutions/it/directory.html www.apple.com/server/resources www.apple.com/training You can also reference the following papers for more information: • Modifying Active Directory Schema to Support Mac Systems, a white paper providing information on how to create and apply schema modifications in Active Directory • Managing Mac OS X with Workgroup Manager and Active Directory using Extended Schema, a white paper with detailed information on how to manage Mac systems using Workgroup Manager For More Information For more information, please contact your Apple representative or Apple Authorized Reseller. © 2009 Apple Inc. All rights reserved. Apple, the Apple logo, Bonjour, Mac, Mac OS, Tiger, and Leopard are trademarks of Apple Inc., registered in the U.S. and other countries. Other product and company names mentioned herein may be trademarks of their respective companies. April 2009 L334436B