Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
<definition display-name="Container in eDirectory that holds active Users (Format is acme\users\active backslash notation)." name="acmeActiveeDirContainer" type="string">
<description>Global variable to define references to the eDirectory container that Active users will be found in.</description>
<value>acme\Users\Active</value>
</definition>
<definition display-name="FQDN name where AD users are found (ou=Users,dc=acme,dc=com syntax):" name="acmeActiveDirFQDN" type="string">
<description>GCV that defines where to locate and place users in Active Directory. Use LDAP syntax to specify the FQDN of the location.</description>
<value>ou=Active,ou=User,dc=Acme,dc=com</value>
</definition>
<definition display-name="UPN Name for Active Directory (in DNS format, acme.com for example):" name="acmeActiveDirUPNName" type="string">
<description>GCV that defines the UPN Name formatting in the target AD system.</description>
<value>acme.com</value>
</definition>
<?xml version="1.0" encoding="UTF-8"?>
<policy>
<rule>
<description>[acme] Scope Users to the Active users container</description>
<comment xml:space="preserve">We only want users from the active container, using a GCV acmeActiveeDirContainer to be involved in this driver.</comment>
<comment name="author" xml:space="preserve">Geoffrey Carman</comment>
<comment name="version" xml:space="preserve">1</comment>
<comment name="lastchanged" xml:space="preserve">Mar 16, 2007</comment>
<conditions>
<and>
<if-class-name mode="nocase" op="equal">User</if-class-name>
<if-src-dn op="not-in-subtree">~acmeActiveeDirContainer~</if-src-dn>
</and>
</conditions>
<actions>
<do-veto/>
</actions>
</rule>
</policy>
<if-src-dn op="in-subtree" xml:space="preserve">acme\users</if-src-dn>
<if-src-dn op="in-subtree">~acmeActiveeDirContainer~</if-src-dn>
<token-text xml:space="preserve">cn=user,dc=test,dc=com</token-text>
<token-global-variable name="acmeActiveDirFQDN"/>
<token-text xml:space="preserve">test.com</token-text>
<token-global-variable name="acmeActiveDirUPNName"/>
<token-text xml:space="preserve">cn=user,dc=test,dc=com</token-text>
<token-global-variable name="acmeActiveDirFQDN"/>
<token-text xml:space="preserve">test.com</token-text>
<token-global-variable name="acmeActiveDirUPNName"/>