JonH67

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-02-24
06:06
235 views
Manager DN
Hi All
I'm using the delimited text driver to create temp users that can be
provisioned for internet. I needed to build the manager dn for approval,
the manager is the financial approver. Does anyone see any problems with
constructing the manager dn using the GCV and manager operation
attribute.
I have in the creation policy, reformat opp attribute"manager"-GCV
users+"\"+operation attribute"manager". It works perfectly and I can
approve the auto started workflow. I know there are massive limitations
if I were to use placement policies, but this is a second vault
specifically for temp users that get removed at the end of the
conference and new users created as needed.
Cheers
--
JonH67
------------------------------------------------------------------------
JonH67's Profile: http://forums.novell.com/member.php?userid=105091
View this thread: http://forums.novell.com/showthread.php?t=452597
3 Replies
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-02-24
15:56
Re: Manager DN
That seems more than reasonable given the context of your need.
On 2/24/2012 12:06 AM, JonH67 wrote:
>
> Hi All
>
> I'm using the delimited text driver to create temp users that can be
> provisioned for internet. I needed to build the manager dn for approval,
> the manager is the financial approver. Does anyone see any problems with
> constructing the manager dn using the GCV and manager operation
> attribute.
> I have in the creation policy, reformat opp attribute"manager"-GCV
> users+"\"+operation attribute"manager". It works perfectly and I can
> approve the auto started workflow. I know there are massive limitations
> if I were to use placement policies, but this is a second vault
> specifically for temp users that get removed at the end of the
> conference and new users created as needed.
>
> Cheers
>
>
On 2/24/2012 12:06 AM, JonH67 wrote:
>
> Hi All
>
> I'm using the delimited text driver to create temp users that can be
> provisioned for internet. I needed to build the manager dn for approval,
> the manager is the financial approver. Does anyone see any problems with
> constructing the manager dn using the GCV and manager operation
> attribute.
> I have in the creation policy, reformat opp attribute"manager"-GCV
> users+"\"+operation attribute"manager". It works perfectly and I can
> approve the auto started workflow. I know there are massive limitations
> if I were to use placement policies, but this is a second vault
> specifically for temp users that get removed at the end of the
> conference and new users created as needed.
>
> Cheers
>
>
Highlighted
geoffc

Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-02-24
20:10
Re: Manager DN
On 2/24/2012 10:56 AM, Will Schneider wrote:
> That seems more than reasonable given the context of your need.
>
> On 2/24/2012 12:06 AM, JonH67 wrote:
>>
>> Hi All
>>
>> I'm using the delimited text driver to create temp users that can be
>> provisioned for internet. I needed to build the manager dn for approval,
>> the manager is the financial approver. Does anyone see any problems with
>> constructing the manager dn using the GCV and manager operation
>> attribute.
If you know that the value coming in is really unique, rather than
simply trusting its placement, you could search for it first, (set local
variable MANAGER, as a nodeset, to a Query for the manager object. Then
set local variable MANAGER-DN as XPATH $MANAGER/@src-dn and if you need
LDAP, ParseDN (from qualified-slash to LDAP based on XPATH of
$MANAGER/@qualified-src-dn).
> That seems more than reasonable given the context of your need.
>
> On 2/24/2012 12:06 AM, JonH67 wrote:
>>
>> Hi All
>>
>> I'm using the delimited text driver to create temp users that can be
>> provisioned for internet. I needed to build the manager dn for approval,
>> the manager is the financial approver. Does anyone see any problems with
>> constructing the manager dn using the GCV and manager operation
>> attribute.
If you know that the value coming in is really unique, rather than
simply trusting its placement, you could search for it first, (set local
variable MANAGER, as a nodeset, to a Query for the manager object. Then
set local variable MANAGER-DN as XPATH $MANAGER/@src-dn and if you need
LDAP, ParseDN (from qualified-slash to LDAP based on XPATH of
$MANAGER/@qualified-src-dn).
JonH67

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-02-25
01:06
Re: Manager DN
Thanks, I couldn't see any issues when the users are placed within the
gcv placement value. The search may be something that I will have to
look at, if and when they want to expand on the control of placement.
Cheers
--
JonH67
------------------------------------------------------------------------
JonH67's Profile: http://forums.novell.com/member.php?userid=105091
View this thread: http://forums.novell.com/showthread.php?t=452597