I would like to provide as/400 username password protection on all
programs beginning with PGM2* in library MYLIB.  I have successfully
done similar with IFS libraries, but can't get it working for as/400
libraries.

Here is the Apache directive I am using:


<Directory /QSYS.LIB/MYLIB.LIB/PGM2*.*>
             Options None
             order allow,deny
             Allow From all
             AuthType Basic
             ProfileToken On
             UserID %%CLIENT%%
             PasswdFile %%SYSTEM%%
             AuthName "Data Entry"
             Require valid-user
</Directory>








 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to