dataset/seed/postgresql/extras/accounts/00_accounts.xml

20 lines
1 KiB
XML
Raw Normal View History

2022-03-08 19:42:28 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<variables>
2022-08-18 10:19:43 +02:00
<variable name="remotes" description="Remote clients needing an account" type="domainname" multi="True" provider="Postgresql"/>
2022-03-08 19:42:28 +01:00
<family name="remote_" description="Account for " dynamic="accounts.remotes">
2023-01-17 21:43:32 +01:00
<variable name="remote_ip_" description="Remote IP " type="ip" mandatory="True"/>
<variable name="database_" description="Remote database " auto_save="False" hidden="True" mandatory="True" provider="Postgresql:database"/>
2023-06-23 08:12:05 +02:00
<variable name="username_" description="Remote username " auto_save="False" hidden="True" mandatory="True" provider="Postgresql:username"/>
2023-01-17 21:43:32 +01:00
<variable name="password_" description="Remote password " auto_save="False" hidden="True" type="password" mandatory="True" provider="Postgresql:password"/>
2022-03-08 19:42:28 +01:00
</family>
</variables>
<constraints>
2022-08-18 10:19:43 +02:00
<fill name="get_ip">
2022-12-25 17:08:52 +01:00
<param type="information">zones</param>
2022-08-18 10:19:43 +02:00
<param type="suffix"/>
<target>accounts.remote_.remote_ip_</target>
2022-03-08 19:42:28 +01:00
</fill>
</constraints>
</rougail>