LawnBoy
MIS
- Mar 12, 2003
- 2,881
Is there any way I can add a user to an NDS group from their login script? I want to track who has run an auditing package, and only run that package one time per user. Can I do something like:
IF MEMBER OF ".CN=AUDITED.O=XXX" THEN
GOTO NORUN
ELSE
#run audit software
add user to AUDITED group
NORUN:
END
The logic works, but how can I add the user to the AUDITED group?
Thanks for any suggestions.
IF MEMBER OF ".CN=AUDITED.O=XXX" THEN
GOTO NORUN
ELSE
#run audit software
add user to AUDITED group
NORUN:
END
The logic works, but how can I add the user to the AUDITED group?
Thanks for any suggestions.