ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 26 - AZ-120 discussion

Report
Export

DRAG DROP

Your on-premises network contains an Active Directory domain.

You have an SAP environment on Azure that runs on SUSE Linux Enterprise Server (SLES) servers.

You configure the SLES servers to use domain controllers as their NTP servers and their DNS servers.

You need to join the SLES servers to the Active Directory domain.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Question 26
Correct answer: Question 26

Explanation:

Step 1: Install the samba-winbind package

Install samba-winbind

Step 2: Add realm details to /etc/krb5.conf and /etc/samba/smb.conf

Edit files - best way to do this is to use yast on test machine and copy files from it

In following examples you need to replace EXAMPLE/EXAMPLE.COM/.example.com with your values/settings /etc/samba/smb.conf

[global]

workgroup = EXAMPLE

usershare allow guests = NO #disallow guests from sharing

idmap gid = 10000-20000

idmap uid = 10000-20000

kerberos method = secrets and keytab

realm = EXAMPLE.COM

security = ADS

template homedir = /home/%D/%U

template shell = /bin/bash

winbind offline logon = yes

winbind refresh tickets = yes

/etc/krb5.conf

[libdefaults]

default_realm = EXAMPLE.COM

clockskew = 300

[realms]

EXAMPLE.COM = {

kdc = PDC.EXAMPLE.COM

default_domain = EXAMPLE.COM

admin_server = PDC.EXAMPLE.COM

}

..

Step 3: Run net ads join -U administrator

Join the SLES 12 Server to the AD domain

References:

https://www.suse.com/support/kb/doc/?id=7018461

asked 02/10/2024
franz yap
38 questions
User
0 comments
Sorted by

Leave a comment first