]> git.pld-linux.org Git - packages/apache1-mod_auth_yp.git/blob - apache-mod_auth_yp-htaccess
cd2a46078872a04a0b4f34597b5d221d mod_auth_yp.c
[packages/apache1-mod_auth_yp.git] / apache-mod_auth_yp-htaccess
1 AuthType Basic
2 AuthName "Some AuthName"
3 AuthYPDomain some.yp.domain
4 AuthYPUserTable passwd.byname
5 AuthYPShadowTable shadow.byname
6 AuthYPGroupTable group.byname
7 AuthYP On
8 Require group wheel
This page took 0.043344 seconds and 3 git commands to generate.