Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group object

Status
Not open for further replies.

UNIX72

IS-IT--Management
Sep 8, 2000
403
US
I have created a folder call consulting. Only a few users from various departments need access to the folder so i created a group call "Consulting" in the consulting context. I place the approiate members into the consulting group. I wrote a script if member "consulting" then begin
map root O:=.cfm_user.cfm-il.cfm.wh:\consulting. The consulting folder resides on the user volume. My problem is that only the members of the consulting context could map the drive O. Members from engineering,sales, or production can't map the drives. I have place the script in every container that needs it, still no luck. I know the syntax of the script is correct because it works with the consulting context. Does anybody have any input, thanks alot who helps
 
Try using the typeful, distinguished name for the group name also:

IF MEMBER OF ".CONSULTING.CFM_USER.CFM-IL.CFM" THEN
MAP R O:=

 
I got the script to work now. I place the group in the CFM-IL container rather then the consulting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top