|
Revision 32, 0.7 kB
(checked in by bkuhn, 9 months ago)
|
# Minor formatting changes
|
| Line | |
|---|
| 1 |
NameVirtualHost 10.0.2.15:443 |
|---|
| 2 |
|
|---|
| 3 |
<VirtualHost 10.0.2.15:443> |
|---|
| 4 |
ServerName intranet.example.org |
|---|
| 5 |
SSLEngine on |
|---|
| 6 |
ServerAdmin root@example.org |
|---|
| 7 |
SSLCertificateFile /etc/apache2/ssl/intranet.pem |
|---|
| 8 |
DocumentRoot /var/www/intranet |
|---|
| 9 |
|
|---|
| 10 |
<Location /phpldapadmin> |
|---|
| 11 |
Order allow,deny |
|---|
| 12 |
Allow from 10.0.2.2 |
|---|
| 13 |
# AuthzLDAPAuthoritative on |
|---|
| 14 |
# AuthType Basic |
|---|
| 15 |
# AuthName "SFLC LDAP Administration" |
|---|
| 16 |
# AuthzLDAPAuthoritative on |
|---|
| 17 |
# AuthBasicProvider ldap |
|---|
| 18 |
# AuthLDAPBindDN uid=apache,ou=roles,dc=sflc,dc=info |
|---|
| 19 |
# AuthLDAPBindPassword FIXME |
|---|
| 20 |
# AuthLDAPURL ldap://127.0.0.1/ou=staff,ou=people,dc=sflc,dc=info?cn |
|---|
| 21 |
# AuthLDAPGroupAttributeIsDN off |
|---|
| 22 |
# AuthLDAPGroupAttribute memberUid |
|---|
| 23 |
|
|---|
| 24 |
# require ldap-group cn=admin,ou=groups,dc=sflc,dc=info |
|---|
| 25 |
# Satisfy all |
|---|
| 26 |
</Location> |
|---|
| 27 |
|
|---|
| 28 |
</VirtualHost> |
|---|