Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
<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>
<rule>
<description>[acme] Scope the driver to the GCV of the Users container</description>
<comment xml:space="preserve">We probably do not want the driver taking users from everywhere in the AD tree. Lets scope it to the container and down that we care about.</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. 2008</comment>
<conditions>
<and>
<if-class-name mode="nocase" op="equal">User</if-class-name>
<if-src-dn op="not-in-subtree">~acmeActiveDirFQDN~</if-src-dn>
</and>
</conditions>
<actions>
<do-veto/>
</actions>
</rule>
<if-src-dn op="in-subtree" xml:space="preserve">cn=user,dc=test,dc=com</if-src-dn>
<if-src-dn op="in-subtree">~acmeActiveDirFQDN~</if-src-dn>
<token-text xml:space="preserve">acme\users</token-text>
<token-global-variable name="acmeActiveeDirContainer"/>
<token-text xml:space="preserve">acme\users</token-text>
<token-global-variable name="acmeActiveeDirContainer"/>
<if-src-dn op="in-subtree" xml:space="preserve">cn=user,dc=test,dc=com</if-src-dn>
to:
<if-src-dn op="in-subtree">~acmeActiveDirFQDN~</if-src-dn>
<token-text xml:space="preserve">acme\users</token-text>
<token-global-variable name="acmeActiveeDirContainer"/>
<token-text xml:space="preserve">acme\users</token-text>
<token-global-variable name="acmeActiveeDirContainer"/>