Search found 163 matches

by david
21 Aug 2015 21:43
Forum: Configure the Authentication
Topic: Integration with Active directory
Replies: 26
Views: 32547

Re: Integration with Active directory

Dear Miguel I'm not an AD specialist but after having searched a little bit on the Net I found that AD uses an LDAP class called user in order to authenticate users. So attributes and LDAP filter to use with CG would be as follows: <login-attr>: sAMAccountName <passwd-attr>: userPassword <ldap-filte...
by david
21 Aug 2015 20:04
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 58876

Re: Log Analysis

Dear Miguel

Logs are generated using a common format which should be recognised by almost all known log file analysers. Unfortunately I can't recommend you a software in particular.

Best Regards,
by david
17 Aug 2015 17:01
Forum: Configure the Authentication
Topic: Integration with Active directory
Replies: 26
Views: 32547

Re: Integration with Active directory

Hi

Also don't forget to activate the guard mode:

Code: Select all

mode guard on
In order to authenticate users with an ldap request you need to create an ldap filter:

Code: Select all

guard filter ldap add ...
Please read http://www.cacheguard.net/doc/guide/security.html#auth for further information.

Best Regards,