Is there away to restrict access with having to list users or creating a group?
Currently we have a site (on SUN)that everyone can have access to they just need to log on with their Windows credentials. There has been no group created for this to work.
Now that we have migrated over to http server this does not work, it just prompts me and does not accept the password.
This is what I have in the ACL.conf file
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
<Directory / AuthType Basic
AuthBasicProvider ldap
AuthName "Login with your Windows ID and password"
AuthLDAPURL "ldap://stldap.stholdco.com:389/dc=stholdco,dc=com?sAMAccountName?sub?(objectClass=*)" NONE
AuthLDAPBindDN "CN=ST$LDP$BV,OU=LDAP Proxy Accounts,OU=AD Mgmt,OU=Administration,DC=stholdco,DC=com"
AuthLDAPBindPassword bv.prox%84
require ldap-group CN=Domain Users,CN=Users,DC=stholdco,DC=com
authldapgroupattribute member
</Directory>
Currently we have a site (on SUN)that everyone can have access to they just need to log on with their Windows credentials. There has been no group created for this to work.
Now that we have migrated over to http server this does not work, it just prompts me and does not accept the password.
This is what I have in the ACL.conf file
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
<Directory / AuthType Basic
AuthBasicProvider ldap
AuthName "Login with your Windows ID and password"
AuthLDAPURL "ldap://stldap.stholdco.com:389/dc=stholdco,dc=com?sAMAccountName?sub?(objectClass=*)" NONE
AuthLDAPBindDN "CN=ST$LDP$BV,OU=LDAP Proxy Accounts,OU=AD Mgmt,OU=Administration,DC=stholdco,DC=com"
AuthLDAPBindPassword bv.prox%84
require ldap-group CN=Domain Users,CN=Users,DC=stholdco,DC=com
authldapgroupattribute member
</Directory>