2022-03-08 19:42:28 +01:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<rougail version="0.10">
|
|
|
|
<variables>
|
|
|
|
<variable name="remotes" description="Serveurs distant ayant un compte" type="domainname" multi="True" provider="clients"/>
|
|
|
|
<family name="remote_" description="Compte LDAP pour " dynamic="accounts.remotes">
|
|
|
|
<variable name="dn_" description="LDAP DN" hidden="True" provider="dn"/>
|
|
|
|
<variable name="password_" description="Mot de passe" auto_save="True" hidden="True" provider="client_password"/>
|
2022-05-04 10:29:03 +02:00
|
|
|
<variable name="family_" description="Nom de la familly" auto_save="True" hidden="True" provider="client_family"/>
|
2022-03-08 19:42:28 +01:00
|
|
|
<variable name="read_only_" description="Le compte est en lecture seule" type="boolean"/>
|
|
|
|
</family>
|
2022-04-28 21:48:16 +02:00
|
|
|
<family name="acl" description="Gestion des droits d'accès aux attributes" leadership="True">
|
|
|
|
<variable name='ldap_acl_attribute' type="string" description="ACL de l'attribut" multi="True"/>
|
|
|
|
<variable name='ldap_acl_rights' type="string" description="ACL de l'attribut" multi="True"/>
|
|
|
|
</family>
|
2022-03-08 19:42:28 +01:00
|
|
|
<family name="users" description="Gestion des utilisateurs" leadership="True">
|
|
|
|
<variable name='ldap_user_mail' type="mail" description="Adresse courriel du compte" multi="True"/>
|
2022-05-23 08:54:15 +02:00
|
|
|
<variable name='ldap_user_aliases' type="mail" description="Aliases du mail" multi="True"/>
|
2022-03-08 19:42:28 +01:00
|
|
|
<variable name='ldap_user_uid' type="unix_user" description="Nom de compte" mandatory="True"/>
|
|
|
|
<variable name='ldap_user_sn' type="string" description="Prénom" mandatory="True"/>
|
|
|
|
<variable name='ldap_user_gn' type="string" description="Nom de famille" mandatory="True"/>
|
|
|
|
<variable name='ldap_user_password' type="password" description="Mot de passe" mandatory="True" hidden="True"/>
|
|
|
|
</family>
|
2022-04-28 21:48:16 +02:00
|
|
|
<variable name="families" description="Familles" type="unix_user" multi="True"/>
|
|
|
|
<family name="family_" description="Gestion de la famille " dynamic="accounts.families">
|
|
|
|
<family name="users_" description="Gestion des utilisateurs" leadership="True">
|
|
|
|
<variable name='ldap_user_mail_' type="mail" description="Adresse courriel du compte" multi="True"/>
|
2022-05-23 08:54:15 +02:00
|
|
|
<variable name='ldap_user_aliases_' type="mail" description="Aliases du mail" multi="True"/>
|
2022-04-28 21:48:16 +02:00
|
|
|
<variable name='ldap_user_uid_' type="unix_user" description="Nom de compte" mandatory="True"/>
|
|
|
|
<variable name='ldap_user_sn_' type="string" description="Prénom" mandatory="True"/>
|
|
|
|
<variable name='ldap_user_gn_' type="string" description="Nom de famille" mandatory="True"/>
|
|
|
|
<variable name='ldap_user_password_' type="password" description="Mot de passe" mandatory="True" hidden="True"/>
|
|
|
|
</family>
|
2022-03-08 19:42:28 +01:00
|
|
|
</family>
|
|
|
|
</variables>
|
|
|
|
<constraints>
|
|
|
|
<fill name='calc_value'>
|
|
|
|
<param>cn=</param>
|
|
|
|
<param type='suffix'></param>
|
|
|
|
<param>,</param>
|
|
|
|
<param type='variable'>ldap_base_dn</param>
|
|
|
|
<param name="join"></param>
|
|
|
|
<target>accounts.remote_.dn_</target>
|
|
|
|
</fill>
|
|
|
|
<fill name="get_password">
|
|
|
|
<param name="server_name" type="variable">domain_name_eth0</param>
|
|
|
|
<param name="username" type='suffix'/>
|
|
|
|
<param name="description">remote account</param>
|
|
|
|
<param name="type">cleartext</param>
|
|
|
|
<param name="temporary" type="boolean">True</param>
|
|
|
|
<target>accounts.remote_.password_</target>
|
|
|
|
</fill>
|
|
|
|
<fill name="get_password">
|
|
|
|
<param name="server_name" type="variable">domain_name_eth0</param>
|
|
|
|
<param name="username" type='variable'>accounts.users.ldap_user_mail</param>
|
|
|
|
<param name="description">ldap user</param>
|
|
|
|
<param name="type">cleartext</param>
|
|
|
|
<param name="temporary" type="boolean">True</param>
|
|
|
|
<target>accounts.users.ldap_user_password</target>
|
|
|
|
</fill>
|
2022-04-28 21:48:16 +02:00
|
|
|
<fill name="get_password">
|
|
|
|
<param name="server_name" type="variable">domain_name_eth0</param>
|
|
|
|
<param name="username" type='variable'>accounts.family_.users_.ldap_user_mail_</param>
|
|
|
|
<param name="description">ldap family user</param>
|
|
|
|
<param name="type">cleartext</param>
|
|
|
|
<param name="temporary" type="boolean">True</param>
|
|
|
|
<target>accounts.family_.users_.ldap_user_password_</target>
|
|
|
|
</fill>
|
2022-03-08 19:42:28 +01:00
|
|
|
</constraints>
|
|
|
|
</rougail>
|