AuthLDAPBindDN cn=youruser,o=ctx
AuthLDAPBindPassword yourpassword
AuthLDAPURL ldap://ldap.host/o=ctx
- </AuthnProviderAlias>
- <AuthnProviderAlias ldap ldap-other-alias>
+</AuthnProviderAlias>
+<AuthnProviderAlias ldap ldap-other-alias>
AuthLDAPBindDN cn=yourotheruser,o=dev
AuthLDAPBindPassword yourotherpassword
AuthLDAPURL ldap://other.ldap.host/o=dev?cn
AuthBasicProvider ldap-other-alias ldap-alias1
AuthType Basic
- AuthName LDAP_Protected_Place
+ AuthName "LDAP Protected Place"
Require valid-user
</Directory>
</highlight>