10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
/**
|
||
|
* The ApiUser objects are used for authentication against the API.
|
||
|
*/
|
||
|
object ApiUser "root" {
|
||
|
password = "pass"
|
||
|
// client_cn = ""
|
||
|
|
||
|
permissions = [ "*" ]
|
||
|
}
|