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!

Novell 'IF MEMBER OF' statement 1

Status
Not open for further replies.

MarcelSteeg

Technical User
Jan 15, 2001
1
NL
Hello,

I've got a question about the IF MEMBER OF statement.

I've got the following line in the login script:

IF MEMBER OF "APPL_WINZIP" THEN BEGIN
SET APPLICATIE=WINZIP
END

When I execute it on 1 4.11 server it works, when I place it on another 4.11 server, it doesn't work anymore.

Can somebody please help me !

Thanks in advance

Marcel v.d. Steeg
 
Try using a typeful, full-distinguished name in the IF statement. Like:

IF MEMBER OF ".APPL_WINZIP.ou.o" THEN BEGIN
etc

(Where 'ou' and 'o' are your container names)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top