Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (1120 KB)
|
[libdefaults]
default_realm = EXAMPLE.COM
[realms]
EXAMPLE.COM = {
kdc = dc.example.com
admin_server = dc.example.com
kpasswd_server = dc.example.com
kpasswd_protocol = SET_CHANGE
}
[domain_realm]
.example.com = EXAMPLE.COM
|
For descriptions of the sections and parameters used in this sample file, see the krb5.conf(4) man page and Configuring Kerberos Clients (Task Map) in System Administration Guide: Security Services.
Become superuser, assume an equivalent role, obtain the solaris.smf.value.smb and solaris.smf.manage.smb RBAC authorizations, or use the “SMB Management” RBAC profile, which is part of the “File System Management” profile.
Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services. To configure a role with the Primary Administrator profile, see Chapter 2, Working With the Solaris Management Console (Tasks), in System Administration Guide: Basic Administration.
Enable the Solaris CIFS service.
# svcadm enable -r smb/server |
When you specify the -r option, all services on which smb/server depends are started if they are not already running.
To successfully complete the join process, ensure that the system clock on the Solaris system is within five minutes of the system clock of the domain controller (DC).
You can accomplish this task in one of these ways:
Manually adjust the system clock on either the Solaris system or the DC to match the other.
Configure both the Solaris system and the DC to use the same time source (NTP server).
Synchronize the system clock on the Solaris system with the system clock of the DC by running the following command on the Solaris system:
# ntpdate DC-hostname |
For example, to synchronize with the DC called dc.westsales.example.com, type:
# ntpdate dc.westsales.example.com |
Join the Windows domain.
# smbadm join -u username domain-name |
where username is the domain administrator or a user with Domain Administrator privileges, and domain-name is a fully qualified NetBIOS or DNS domain name.
This example shows the steps taken to configure the Solaris CIFS service in domain mode. User dana has Domain Administrator privileges. The name of the domain being joined is westsales.example.com.
# svcadm enable -r smb/server # smbadm join -u dana westsales.example.com Enter domain password: Joining 'westsales.example.com' ... this may take a minute ... Successfully joined domain 'westsales.example.com' |