[graylog2] Re: GrayLog 1.1.4 - ActiveDirectory connection

2015-07-31 Thread Aram Mirzadeh

Thank you.  That was the solution.

On Thursday, July 30, 2015 at 6:27:48 PM UTC-4, Jason Haar wrote:

 We have the following format and it works for us

 Search Base DN: dc=xxx,dc=yyy
 User Search Pattern: ((objectClass=user)(userPrincipalName={0}))
 Display Name attribute: displayName

 (so did you remember to put brackets around the filter?)

 Jason


-- 
You received this message because you are subscribed to the Google Groups 
Graylog Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/f8efad2d-2eff-477b-8193-fffe5096e933%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: GrayLog 1.1.4 - ActiveDirectory connection

2015-07-30 Thread Jason Haar
You've got a bad filter. There is no uid field in AD, you either need to 
use sAMAccountName or userPrincipalName

Use sAMAccountName is you are a single domain, or userPrincipalName if 
you have multiple domains in a single forest (and use the GC ldap port 
[3268] instead of standard ldap)

Jason

On Friday, July 31, 2015 at 4:25:01 AM UTC+12, Aram Mirzadeh wrote:


 Hi,

 I'm trying to connect GrayLog2 to our local ActiveDirectory server and 
 having no luck. 

 I'm getting a :-| User Check and {check mark} Login Check when 
 configuring and testing the user of a user. 

 *Base DN is*:  dc=company,dc=local 

 *Search Pattern is*: ((objectClass=person)(uid={0})) 
 I have also tried:
 =organizationalPerson 
 =Users 
 =user 

 *Display Name attribute*: displayName  

 I'm 100% sure of the Base DN and displayName being valid, however the 
 search is an open issue. 

 Any thoughts?


-- 
You received this message because you are subscribed to the Google Groups 
Graylog Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/5bc70058-745b-4bdc-8773-46e579ca76b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: GrayLog 1.1.4 - ActiveDirectory connection

2015-07-30 Thread Jason Haar
We have the following format and it works for us

Search Base DN: dc=xxx,dc=yyy
User Search Pattern: ((objectClass=user)(userPrincipalName={0}))
Display Name attribute: displayName

(so did you remember to put brackets around the filter?)

Jason

-- 
You received this message because you are subscribed to the Google Groups 
Graylog Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/0bccb5b5-f90a-47d5-80bc-d66e7c97893d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.