| 27 | | AuthType Basic |
|---|
| 28 | | AuthName "example project secure area" |
|---|
| 29 | | AuthLDAPEnabled on |
|---|
| 30 | | AuthLDAPAuthoritative on |
|---|
| 31 | | AuthLDAPBindDN "CN=Manager,DC=subnet,DC=example,DC=com" |
|---|
| 32 | | AuthLDAPBindPassword xxxxxxxx |
|---|
| 33 | | Options Indexes FollowSymLinks |
|---|
| 34 | | AuthLDAPURL ldap://subnet.example.com:389/ou=people,dc=subnet,dc=example,dc=com?uid?sub?(objectClass=*) |
|---|
| 35 | | Require valid-user |
|---|
| 36 | | RewriteEngine On |
|---|
| 37 | | RewriteCond %{HTTPS} !on |
|---|
| 38 | | RewriteRule ^/(.*) https://%{SERVER_NAME}%{REQUEST_URI} [R] |
|---|
| 39 | | SetEnv PYTHON_EGG_CACHE /opt/trac/eggcache |
|---|
| 40 | | </Location> |
|---|
| | 27 | |
|---|
| | 28 | AuthType Basic |
|---|
| | 29 | AuthName "example project secure area" |
|---|
| | 30 | AuthLDAPEnabled on |
|---|
| | 31 | AuthLDAPAuthoritative on |
|---|
| | 32 | AuthLDAPBindDN "CN=Manager,DC=subnet,DC=example,DC=com" |
|---|
| | 33 | AuthLDAPBindPassword xxxxxxxx |
|---|
| | 34 | AuthLDAPURL ldap://subnet.example.com:389/ou=people,dc=subnet,dc=example,dc=com?uid?sub?(objectClass=*) |
|---|
| | 35 | |
|---|
| | 36 | Options Indexes FollowSymLinks |
|---|
| | 37 | Require valid-user |
|---|
| | 38 | RewriteEngine On |
|---|
| | 39 | RewriteCond %{HTTPS} !on |
|---|
| | 40 | RewriteRule ^/(.*) https://%{SERVER_NAME}%{REQUEST_URI} [R] |
|---|
| | 41 | SetEnv PYTHON_EGG_CACHE /opt/trac/eggcache |
|---|
| | 42 | </Location> |
|---|