config cifs profile
Configure CIFS profile.
config cifs profile
Description: Configure CIFS profile.
edit <name>
set domain-controller {string}
config file-filter
Description: File filter.
config entries
Description: File filter entries.
edit <filter>
set action [log|block]
set comment {var-string}
set direction [incoming|outgoing|...]
set file-type <name1>, <name2>, ...
next
end
set log [enable|disable]
set status [enable|disable]
end
set server-credential-type [none|credential-replication|...]
config server-keytab
Description: Server keytab.
edit <principal>
set keytab {string}
next
end
next
end
config cifs profile
|
Parameter |
Description |
Type |
Size |
|||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
domain-controller |
Domain for which to decrypt CIFS traffic. |
string |
Maximum length: 255 |
|||||||||
|
name |
Profile name. |
string |
Maximum length: 35 |
|||||||||
|
server-credential-type |
CIFS server credential type. |
option |
- |
|||||||||
|
|
|
|||||||||||
config file-filter
|
Parameter |
Description |
Type |
Size |
|||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
log |
Enable/disable file filter logging. |
option |
- |
|||||||
|
|
|
|||||||||
|
status |
Enable/disable file filter. |
option |
- |
|||||||
|
|
|
|||||||||
config entries
|
Parameter |
Description |
Type |
Size |
|||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
action |
Action taken for matched file. |
option |
- |
|||||||||
|
|
|
|||||||||||
|
comment |
Comment. |
var-string |
Maximum length: 255 |
|||||||||
|
direction |
Match files transmitted in the session's originating or reply direction. |
option |
- |
|||||||||
|
|
|
|||||||||||
|
file-type |
Select file type. File type name. |
string |
Maximum length: 39 |
|||||||||
|
filter |
Add a file filter. |
string |
Maximum length: 35 |
|||||||||
config server-keytab
|
Parameter |
Description |
Type |
Size |
|---|---|---|---|
|
keytab |
Base64 encoded keytab file containing credential of the server. |
string |
Maximum length: 8191 |
|
principal |
Service principal. For example, "host/cifsserver.example.com@example.com". |
string |
Maximum length: 511 |