300-300日本語 無料問題集「Lpi LPIC-3 Exam 300: Mixed Environments, version 3.0 (300-300日本語版)」
空欄を埋める
既存の Kerberos トークンを使用して認証するように smbclient に指示するコマンドライン オプションはどれですか? (値やパラメーターを指定せずにオプション名のみを指定します。)
既存の Kerberos トークンを使用して認証するように smbclient に指示するコマンドライン オプションはどれですか? (値やパラメーターを指定せずにオプション名のみを指定します。)
正解:
k
Explanation:
The smbclient command is used to access shared resources on a server running the SMB/CIFS protocol. To authenticate using an existing Kerberos token, the -k option is used. This instructs smbclient to use Kerberos for authentication, assuming that the user already has a valid Kerberos ticket (usually obtained via the kinit command).
Example:
smbclient //server/share -k
Reference:
smbclient man page
Kerberos Authentication with Samba
Explanation:
The smbclient command is used to access shared resources on a server running the SMB/CIFS protocol. To authenticate using an existing Kerberos token, the -k option is used. This instructs smbclient to use Kerberos for authentication, assuming that the user already has a valid Kerberos ticket (usually obtained via the kinit command).
Example:
smbclient //server/share -k
Reference:
smbclient man page
Kerberos Authentication with Samba
空欄を埋める
LDIF ファイル内のオブジェクトの宣言を開始する属性は何ですか? (値を指定せずに属性名のみを指定します。)
LDIF ファイル内のオブジェクトの宣言を開始する属性は何ですか? (値を指定せずに属性名のみを指定します。)
正解:
dn
Explanation:
An LDIF (LDAP Data Interchange Format) file is used to represent directory entries in LDAP (Lightweight Directory Access Protocol).
Each entry in an LDIF file starts with the dn (Distinguished Name) attribute, which uniquely identifies the entry in the directory.
The dn attribute is mandatory and specifies the path to the entry within the LDAP directory.
Reference:
LDAP documentation: https://ldap.com/ldap-data-interchange-format-ldif/ OpenLDAP LDIF documentation: https://www.openldap.org/doc/admin24/ldif.html
Explanation:
An LDIF (LDAP Data Interchange Format) file is used to represent directory entries in LDAP (Lightweight Directory Access Protocol).
Each entry in an LDIF file starts with the dn (Distinguished Name) attribute, which uniquely identifies the entry in the directory.
The dn attribute is mandatory and specifies the path to the entry within the LDAP directory.
Reference:
LDAP documentation: https://ldap.com/ldap-data-interchange-format-ldif/ OpenLDAP LDIF documentation: https://www.openldap.org/doc/admin24/ldif.html