userdefaultldap

来自「groupoffice」· 代码 · 共 64 行

TXT
64
字号
#### DAV-Container for the Users of Group-Office## ## Author: Michael Borko <michael.borko@tgm.ac.at>## Version: 1.0 Release date: 22 April 2004## #################################################################################									     ## ##		      DON'T EDIT THIS FILE BY HAND !!!			     ####									     ## ###############################################################################Alias %ALIAS_USERNAME% %REALPATH_USERNAME%<Directory %REALPATH_USERNAME%>  Dav On  DavMinTimeout 120  LimitRequestBody 0  LimitXMLRequestBody 0  Options All MultiViews  AllowOverride AuthConfig Limit  AuthName "Please authorize yourself..."  AuthType Basic  AuthLDAPUrl %DAV_LDAP%   <Limit GET POST PUT CONNECT OPTIONS PATCH PROPFIND PROPPATCH MKCOL COPY LOCK UNLOCK MOVE DELETE>    Order allow,deny    Allow from all    Require user %USERNAME%  </Limit>  <LimitExcept PROPFIND>    Order deny,allow    Deny from all  </LimitExcept></Directory><Directory %REALPATH_USERNAME%/%SHAREFOLDER%>  Dav On  DavMinTimeout 120  LimitRequestBody 0  LimitXMLRequestBody 0  Options All MultiViews  AllowOverride AuthConfig Limit  AuthName "Please authorize yourself..."  AuthType Basic  AuthLDAPUrl %DAV_LDAP%   <Limit GET>    Order deny,allow    Deny from all    Require user %USERNAME%  </Limit>  <LimitExcept PROPFIND>    Order deny,allow    Deny from all  </LimitExcept></Directory>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?