-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unity: supports modification of NFS/CIFS server (#373)
Major changes: - Supports modification of NFS/CIFS server - Supports modification of virus checker - Supports file uploading/downloading for NAS server
- Loading branch information
1 parent
3144379
commit ccfccba
Showing
15 changed files
with
213 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"content": { | ||
"id": "cifs_5", | ||
"instanceId": "root/emc:EMC_UEM_CIFSServerLeaf%InstanceID=cifs_5", | ||
"netbiosName": "nas_5", | ||
"workgroup": "test_wg_5", | ||
"isStandalone": true, | ||
"health": { | ||
"value": 5, | ||
"descriptionIds": [ | ||
"ALRT_COMPONENT_OK" | ||
], | ||
"descriptions": [ | ||
"The component is operating normally. No action is required." | ||
] | ||
}, | ||
"smbcaSupported": true, | ||
"smbMultiChannelSupported": true, | ||
"smbProtocolVersions": [ | ||
"1.0", | ||
"2.0", | ||
"2.1", | ||
"3.0" | ||
], | ||
"nasServer": { | ||
"id": "nas_5" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"content": { | ||
"id": "nfs_4", | ||
"instanceId": "root/emc:EMC_UEM_NFSServerLeaf%InstanceID=nfs_4", | ||
"nfsv4Enabled": false, | ||
"nfsv3Enabled": true, | ||
"isSecureEnabled": false, | ||
"isExtendedCredentialsEnabled": false, | ||
"credentialsCacheTTL": "00:12:00.000", | ||
"nasServer": { | ||
"id": "nas_5" | ||
} | ||
} | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters