| | 9 | |
|---|
| | 10 | <Location /phpldapadmin> |
|---|
| | 11 | Order allow,deny |
|---|
| | 12 | Allow from 10.0.2.2 |
|---|
| | 13 | |
|---|
| | 14 | # AuthzLDAPAuthoritative on |
|---|
| | 15 | # AuthType Basic |
|---|
| | 16 | # AuthName "SFLC LDAP Administration" |
|---|
| | 17 | # AuthzLDAPAuthoritative on |
|---|
| | 18 | # AuthBasicProvider ldap |
|---|
| | 19 | # AuthLDAPBindDN uid=apache,ou=roles,dc=sflc,dc=info |
|---|
| | 20 | # AuthLDAPBindPassword FIXME |
|---|
| | 21 | # AuthLDAPURL ldap://127.0.0.1/ou=staff,ou=people,dc=sflc,dc=info?cn |
|---|
| | 22 | # AuthLDAPGroupAttributeIsDN off |
|---|
| | 23 | # AuthLDAPGroupAttribute memberUid |
|---|
| | 24 | |
|---|
| | 25 | # require ldap-group cn=admin,ou=groups,dc=sflc,dc=info |
|---|
| | 26 | # Satisfy all |
|---|
| | 27 | </Location> |
|---|
| | 28 | |
|---|