-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample-urp.xml
More file actions
30 lines (30 loc) · 1.01 KB
/
example-urp.xml
File metadata and controls
30 lines (30 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<user-groups xmlns="urn:example:user-group"
xmlns:imma="urn:ietf:params:xml:ns:yang:ietf-immutable-annotation"
imma:immutable="false">
<user-group imma:immutable="true">
<name>administrator</name>
<description imma:immutable="false">administrator group</description>
<access-right>admin</access-right>
<user>
<user-name>ex-username-1</user-name>
<password>$5$salt$42x6N3voGLL5rV7qU5qK6L8jF9eD2aB3c</password>
</user>
<user imma:immutable="false">
<user-name>ex-username-2</user-name>
<password>$1$/h1234q$abcdef1234567890abcdef</password>
</user>
<tag>system</tag>
<tag>non-editable</tag>
</user-group>
<user-group imma:immutable="false">
<name>power-users</name>
<description>Power user group</description>
<access-right>power</access-right>
<user>
<user-name>ex-username-3</user-name>
<password>$1$/h4567q$abcdef2345678901abcdef</password>
</user>
<tag>system</tag>
<tag>editable</tag>
</user-group>
</user-groups>