D-Link DWC-1000 User Manual 202
Section 6 - Securing Your Network
The user may only add system users using the CSV le upload mechanism. Before adding users to dierent
groups, the groups must be created using GUI. Also, edit and delete operations on users can be more con-
veniently handled through the GUI as it is much easier to select a particular user for edit/delete. This mecha-
nism of .csv le upload is more convenient than GUI only for adding a large number of users, where users
could be added at one go rather than one at a time through the GUI.
The following parameters must be used to dene the User database CSV le.
1. Create an empty text le with a *.csv extension.
2. Each line in the le corresponds to a single user entry.
3. Formatting rules:
a) All the elds must be enclosed within double quotes.
b) Consecutive elds are separated by commas.
c) There should be no leading or trailing spaces in a line.
d) There should be no spaces between elds.
Each line in the CSV user database le should follow the following format:
“UserName”,” FirstName”,” LastName”,” GroupName”,” MultiLogin”,” Enable password change”, “ Password”
The above sample has elds that can assume the following values:
• Username (text eld): Name of the user and identier in the DWC’s database, and so it must be
unique in the local user database.
• FirstName (text eld): This is a user detail and need not be unique.
• LastName (text eld): This is a user detail and need not be unique.
• GroupName (text eld): The group that is associated with this user.
• Password (text eld): The password to assign for this username.
• MultiLogin (Boolean value): With this enabled (“1”), then multiple users can share a single user-
name and password.
Example:
1. The following Groups have already been created in the GUI:
a. “l2tp” with L2TP VPN capability.
b. “pptp” with PPTP VPN capability.
c. “cp” with Captive Portal capability.
2. Here are the compatible CSV les:
a. “test”,”te”,”st”,”pptp”,”0”,”0”,”test”
b. “test1”,”tes”,”st1”,”l2tp”,”0”,”0”,”test1”
c. “test2”,”ee”,””,”ADMIN”,”0”,”0”,”test2”
d. “test3”,”dd”,”gg”,”GUEST”,”1”,”0”,”test3”
e. “test4”,”qq”,”ss”,”cp”,”1”,”1”,”test4”
Note:
• The Group for a corresponding user (“GroupName” in the CSV) must be created via the GUI, in advance of the
User Database CSV upload action.
• None of the above elds can be left empty or NULL in the User Database CSV.
2. Click the Browse button.
3. In the Choose File dialog box, navigate to the location of the CSV le, and then select the le.
4. Click Open, and then click Upload.